*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'FSJoey';
  src: url('../fonts/FSJoey.eot');
  src: url('../fonts/FSJoey.eot') format('embedded-opentype'), url('../fonts/FSJoey.woff2') format('woff2'), url('../fonts/FSJoey.woff') format('woff'), url('../fonts/FSJoey.ttf') format('truetype'), url('../fonts/FSJoey.svg#FSJoey') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FSJoey';
  src: url('../fonts/FSJoeyMedium.eot');
  src: url('../fonts/FSJoeyMedium.eot') format('embedded-opentype'), url('../fonts/FSJoeyMedium.woff2') format('woff2'), url('../fonts/FSJoeyMedium.woff') format('woff'), url('../fonts/FSJoeyMedium.ttf') format('truetype'), url('../fonts/FSJoeyMedium.svg#FSJoey') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FSJoey';
  src: url('../fonts/FSJoeyBold.eot');
  src: url('../fonts/FSJoeyBold.eot') format('embedded-opentype'), url('../fonts/FSJoeyBold.woff2') format('woff2'), url('../fonts/FSJoeyBold.woff') format('woff'), url('../fonts/FSJoeyBold.ttf') format('truetype'), url('../fonts/FSJoeyBold.svg#FSJoey') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #777;
  font: 18px/1.2em 'FSJoey', Arial, sans-serif;
}
#main {
  min-width: 320px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3 {
  margin-bottom: 45px;
  color: #76AD1C;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3 {
    margin-bottom: 30px;
  }
}
body h1 {
  font-size: 60px;
  line-height: 66px;
  letter-spacing: 0;
  margin-bottom: 50px;
  font-family: 'FSJoey', Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  body h1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px;
    text-align: left;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
body p {
  margin: 0;
  font-size: 18px;
}
body p:not(:last-child) {
  margin: 0 0 1rem;
}
body .container {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  body .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
section {
  clear: both;
}
.form-text {
  width: 100%;
  padding: 0 23px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  color: #777;
  font: 14px/37px 'FSJoey', Arial, sans-serif;
}
.comment-reply-link,
.list-search-results #search-theme-form .submit,
.btn {
  display: inline-block;
  padding: 0 22px;
  border-radius: 20px;
  background: #76AD1C;
  color: #fff;
  font: bold 14px/37px 'FSJoey', Arial, sans-serif;
  cursor: pointer;
}
.comment-reply-link:hover,
.list-search-results #search-theme-form .submit:hover,
.btn:hover {
  text-decoration: none;
}
/*::-webkit-input-placeholder {
    color: #a8aaaa;
}
::-moz-placeholder {
    color: #a8aaaa;
}
:-ms-input-placeholder {
    color: #a8aaaa;
}
:-moz-placeholder {
    color: #a8aaaa;
}*/
::-webkit-input-placeholder {
  color: #777;
  opacity: 1!important;
}
::-moz-placeholder {
  color: #777;
  opacity: 1!important;
}
:-moz-placeholder {
  color: #777;
  opacity: 1!important;
}
:-ms-input-placeholder {
  color: #777;
  opacity: 1!important;
}
.vertical-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0%, -50%);
}
.horizontal-centered {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
header.container {
  padding-top: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header.container {
    height: 115px;
    overflow: visible;
  }
}
header.container .logo {
  display: block;
  float: left;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  header.container .logo {
    float: none;
    width: 200px;
    margin-top: 10px;
  }
}
.header-blocks {
  float: right;
}
@media screen and (max-width: 767px) {
  .header-blocks {
    float: none;
    margin-top: 20px;
  }
}
#header-search {
  position: relative;
  float: left;
  width: 220px;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  #header-search {
    display: none;
  }
}
#header-search .submit {
  position: absolute;
  top: 12px;
  right: 22px;
  width: 14px;
  height: 14px;
  background: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
#header-search .submit:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  font: 14px/14px 'FontAwesome';
  color: #a8aaaa;
}
#header-login {
  float: left;
}
#header-login .btn {
  position: relative;
  padding: 0 27px 0 43px;
}
@media screen and (max-width: 767px) {
  #header-login .btn {
    width: 37px;
    padding: 0;
    font-size: 0;
    color: transparent;
  }
}
#header-login .btn:before {
  content: "\f007";
  position: absolute;
  top: 0;
  left: 21px;
  color: #fff;
  font: 14px/37px 'FontAwesome';
}
@media screen and (max-width: 767px) {
  #header-login .btn:before {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
#main-menu {
  clear: both;
  margin-top: 57px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main-menu {
    margin-top: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  #main-menu {
    padding-left: 7%;
    text-align: left;
  }
}
#main-menu li {
  display: inline-block;
  margin: 0 1.2%;
  list-style-type: none;
  color: #a8aaaa;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main-menu li {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  #main-menu li {
    margin: 0 5.5% 0 0;
  }
}
#main-menu li:last-child {
  margin-right: 0;
}
#main-menu li a {
  display: block;
  padding-bottom: 14px;
  border-bottom: 2px solid transparent;
}
#main-menu li a:hover,
#main-menu li a.active {
  color: #76AD1C;
  border-bottom: 2px solid #76AD1C;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header-collapse {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
  }
  .nav-toggler {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 43px;
    height: 43px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 1001;
    background-color: #fff;
  }
  .nav-toggler:focus {
    outline: 0;
  }
  .nav-toggler span {
    display: block;
    position: absolute;
    top: 22px;
    left: 9px;
    right: 9px;
    height: 4px;
    background: #6d7278;
    transition: background 0s 0.3s;
  }
  .nav-toggler span:before,
  .nav-toggler span:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #6d7278;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  .nav-toggler span:before {
    top: -10px;
    transition-property: top, transform;
  }
  .nav-toggler span:after {
    bottom: -10px;
    transition-property: bottom, transform;
  }
  .nav-toggler.open span {
    background: none;
  }
  .nav-toggler.open span:before {
    top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.3s;
  }
  .nav-toggler.open span:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.3s;
  }
}
.owl-dots {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .owl-dots {
    bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px)  {
  .owl-dots {
    bottom: 15px;
  }
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 7px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}
.owl-dots .owl-dot.active {
  background: #76AD1C;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0;
  color: transparent;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .owl-nav div {
    width: 30px;
    height: 30px;
  }
}
.owl-nav div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
  color: #76AD1C;
  font: 40px/68px 'FontAwesome';
  text-align: center;
}
@media screen and (max-width: 767px) {
  .owl-nav div:before {
    font-size: 30px;
    line-height: 30px;
  }
}
.owl-nav .owl-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .owl-nav .owl-prev {
    left: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .owl-nav .owl-prev {
    left: -103px;
  }
}
.owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-nav .owl-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .owl-nav .owl-next {
    right: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .owl-nav .owl-next {
    right: -103px;
  }
}
.owl-nav .owl-next:before {
  content: "\f105";
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .owl-nav .owl-next:before {
    padding: 0;
  }
}
#slider {
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  #slider {
    margin-bottom: 45px;
  }
}
#slider .slide {
  position: relative;
}
#slider .block-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1400px;
  width: 100%;
  padding: 0 120px;
}
@media screen and (max-width: 767px) {
  #slider .block-content {
    padding: 0 55px;
  }
}
@media screen and (min-width: 1400px) {
  #slider .block-content {
    padding: 0 7.9%;
  }
}
#slider .block-content h2 {
  margin-bottom: 32px;
  color: #fff;
  font-weight: 500;
  font-size: 110px;
  line-height: 0.82em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #slider .block-content h2 {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px)  {
  #slider .block-content h2 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1400px) {
  #slider .block-content h2 {
    font-size: 169px;
  }
}
#slider .block-content h2 span {
  color: #76AD1C;
}
.row {
  margin: 0 -10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .row {
    margin: 0;
  }
}
.content-left {
  width: 66.6667%;
}
.content-right {
  width: 33.3333%;
}
.content-left,
.content-right {
  float: left;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .content-left,
  .content-right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.list-projets .block {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .list-projets .block {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.list-projets .block:nth-child(3n) {
  clear: left;
}
.list-projets .block .block-inner {
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
}
.list-projets .image {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.list-projets .image img {
  width: 100%;
}
.list-projets .image span {
  position: absolute;
  top: 12px;
  right: -58px;
  width: 200px;
  padding: 9px 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.list-projets .bronze .image span {
  background: #b9845c;
  background: -moz-linear-gradient(top, #b9845c 0%, #ad7b55 24%, #9f6f4c 48%, #936644 72%, #845a3c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b9845c), color-stop(24%, #ad7b55), color-stop(48%, #9f6f4c), color-stop(72%, #936644), color-stop(100%, #845a3c));
  background: -webkit-linear-gradient(top, #b9845c 0%, #ad7b55 24%, #9f6f4c 48%, #936644 72%, #845a3c 100%);
  background: -o-linear-gradient(top, #b9845c 0%, #ad7b55 24%, #9f6f4c 48%, #936644 72%, #845a3c 100%);
  background: -ms-linear-gradient(top, #b9845c 0%, #ad7b55 24%, #9f6f4c 48%, #936644 72%, #845a3c 100%);
  background: linear-gradient(to bottom, #b9845c 0%, #ad7b55 24%, #9f6f4c 48%, #936644 72%, #845a3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9845c', endColorstr='#845a3c', GradientType=0);
}
.list-projets .argent .image span {
  background: #bab8b9;
  background: -moz-linear-gradient(top, #bab8b9 0%, #b0b0b0 26%, #a3a3a3 49%, #999999 74%, #878888 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #bab8b9), color-stop(26%, #b0b0b0), color-stop(49%, #a3a3a3), color-stop(74%, #999999), color-stop(100%, #878888));
  background: -webkit-linear-gradient(top, #bab8b9 0%, #b0b0b0 26%, #a3a3a3 49%, #999999 74%, #878888 100%);
  background: -o-linear-gradient(top, #bab8b9 0%, #b0b0b0 26%, #a3a3a3 49%, #999999 74%, #878888 100%);
  background: -ms-linear-gradient(top, #bab8b9 0%, #b0b0b0 26%, #a3a3a3 49%, #999999 74%, #878888 100%);
  background: linear-gradient(to bottom, #bab8b9 0%, #b0b0b0 26%, #a3a3a3 49%, #999999 74%, #878888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab8b9', endColorstr='#878888', GradientType=0);
}
.list-projets .content {
  margin-bottom: 17px;
  padding: 0 20px;
}
.list-projets h3 {
  margin-bottom: 18px;
  font-size: 20px;
}
.list-projets h3 span {
  color: #777;
  font-weight: 500;
}
.list-projets .footer {
  padding: 0 20px;
  text-align: right;
}
.list-projets .footer .inner {
  padding: 17px 0 18px;
  border-top: 1px solid #a8aaaa;
  overflow: hidden;
}
.list-projets .footer .title {
  float: left;
  padding-top: 4px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .list-projets .footer .title {
    display: block;
    float: none;
    text-align: left;
  }
}
.list-projets .footer .progress {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  width: 145px;
  height: 10px;
  padding: 0;
  margin: 0 20px 0 0;
  background: #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list-projets .footer .progress {
    float: left;
    margin-top: 15px;
  }
}
.list-projets .footer .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ef821e;
}
.list-projets .footer .likes {
  display: inline-block;
  vertical-align: baseline;
  color: #ef821e;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .list-projets .footer .likes {
    float: right;
    margin-top: 5px;
    font-size: 20px;
  }
}
.list-projets .footer .likes span.vote {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  width: 23px;
  height: 21px;
  margin-left: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list-projets .footer .likes span.vote {
    width: 21px;
  }
}
.list-projets .footer .likes span.vote:after {
  content: "\f164";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
}
@media screen and (max-width: 767px) {
  .list-projets .footer .likes span.vote:after {
    font-size: 20px;
  }
}
#nouveaux-projets.list-projets {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #nouveaux-projets.list-projets {
    margin-top: 45px;
  }
}
#nouveaux-projets.list-projets .block {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  #nouveaux-projets.list-projets .block {
    width: 100%;
  }
}
#nouveaux-projets.list-projets .block:nth-child(3n) {
  clear: none;
}
#nouveaux-projets.list-projets .block:nth-child(4n) {
  clear: left;
}
#nouveaux-projets.list-projets .block-footer {
  margin: 27px 0 20px;
  text-align: center;
}
#nouveaux-projets.list-projets .block-footer .btn {
  padding: 0 37px;
}
@media screen and (min-width: 768px) and (max-width: 1023px)  {
  #activites-membres {
    margin-top: 8px;
  }
}
#activites-membres .content-inner {
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
}
#activites-membres h2 {
  position: relative;
  margin: 0;
  padding: 12px 10px;
  background: #76AD1C;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.75);
}
#activites-membres .blocks {
  padding: 0 20px;
  background: #f7f7f7;
  overflow: hidden;
}
#activites-membres .block {
  position: relative;
  padding: 18px 55px 18px 0;
  border-bottom: 1px solid #cfd0d0;
}
#activites-membres .block:first-child {
  padding-top: 21px;
}
#activites-membres .block:last-child {
  border: 0;
}
#activites-membres .image {
  float: left;
  margin-right: 29px;
}
@media screen and (min-width: 768px) and (max-width: 1023px)  {
  #activites-membres .image {
    float: none;
    margin-bottom: 10px;
  }
}
#activites-membres .text strong {
  display: block;
  font-size: 20px;
}
#activites-membres .text span {
  color: #76AD1C;
}
#activites-membres .time {
  position: absolute;
  top: 21px;
  right: 0;
  color: #a8aaaa;
  font-size: 16px;
}
#footer {
  margin-top: 65px;
  background: #76AD1C;
  color: #fff;
  font-size: 16.45px;
}
@media screen and (min-width: 768px) and (max-width: 1023px)  {
  #footer {
    font-size: 14px;
  }
}
#footer > .container {
  padding: 20px 20px 17px;
  overflow: hidden;
}
#footer img {
  float: right;
  margin: 50px 0 24px;
}
@media screen and (max-width: 767px) {
  #footer img {
    float: none;
    width: 110px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px)  {
  #footer img {
    margin-right: 15px;
  }
}
#copyright {
  float: left;
  width: 50%;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  #copyright {
    float: none;
    width: 100%;
    margin: 50px 0 20px;
    padding: 0;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px)  {
  #copyright {
    padding-right: 50px;
  }
}
#social-links {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: -20px;
  top: 14px;
}
@media screen and (max-width: 767px) {
  #social-links {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px)  {
  #social-links {
    margin-left: -10px;
  }
}
#social-links li {
  display: inline-block;
  margin: 0 4px;
  list-style-type: none;
}
#social-links li a {
  position: relative;
  display: block;
  width: 30px;
  height: 29px;
  border-radius: 50%;
  background: #fff;
}
#social-links li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #76AD1C;
  font: 17px/29px 'FontAwesome';
  text-align: center;
}
#social-links li a.youtube:before {
  content: "\f16a";
}
#social-links li a.facebook:before {
  content: "\f09a";
  top: auto;
  bottom: -2px;
  font-size: 24px;
  line-height: 1em;
}
#social-links li a.mail:before {
  content: "\f0e0";
}
#footer-menu {
  float: left;
  width: 50%;
  text-align: right;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  #footer-menu {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px)  {
  #footer-menu {
    padding-left: 50px;
  }
}
#footer-menu ul {
  padding: 0 15px;
}
#footer-menu li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
}
#footer-menu li:first-child:before {
  content: none;
}
@media screen and (max-width: 767px) {
  #footer-menu li {
    display: block;
    margin-bottom: 10px;
  }
}
#footer-menu li:before {
  content: "|";
  vertical-align: middle;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  #footer-menu li:before {
    content: none;
  }
}
.column-33 {
  float: left;
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .column-33 {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
.column-50 {
  width: 100%;
  max-width: 465px;
  padding: 0 55px;
  display: inline-block;
  vertical-align: top;
  border-right: 2px solid #f3f3f3;
}
.column-50 + .column-50 {
  border-right: none;
  border-left: 1px solid #f3f3f3;
}
@media screen and (max-width: 767px) {
  .column-50 {
    width: 100%;
    float: none;
    margin: 0 0 20px;
    padding: 0;
    border: none;
  }
}
.center {
  text-align: center;
}
.fsz0 {
  font-size: 0;
}
.page-title {
  padding: 60px 20px 50px;
  text-align: center;
  background: #f9f9f9;
}
.page-title h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-title h1 img {
  margin: 0 auto;
}
.progress {
  background: #e6e6e6;
  text-align: center;
  padding: 26px 20px;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .progress {
    margin: 0 0 20px;
  }
}
.progress ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.progress ul li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 20px;
  padding: 15px 0;
  margin: 0 95px;
  color: #a8aaaa;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .progress ul li {
    width: 40px;
    height: 40px;
    padding: 10px 0;
    margin: 0 20px;
  }
}
.progress ul li.active {
  color: #fff;
  background: #76AD1C;
}
.progress ul li:before {
  content: '';
  position: absolute;
  left: 100%;
  width: 190px;
  height: 2px;
  top: 50%;
  display: block;
  margin-top: -1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .progress ul li:before {
    width: 40px;
  }
}
.progress ul li:last-child:before {
  display: none;
}
form {
  padding: 0 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  form {
    padding: 0;
  }
}
form h2 {
  text-align: center;
}
form label {
  margin: 0 0 10px;
  color: #4A4A49;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: block;
}
form label + span {
  color: #a8aaaa;
  font-size: 14px;
  top: -10px;
  position: relative;
  display: block;
}
form label.upper {
  text-transform: uppercase;
}
form .require {
  font-weight: normal;
  color: #E20000;
}
form input[type="text"],
form input[type="password"],
form input[type="email"] {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  color: #777;
  font-size: 18px;
  line-height: 20px;
}
form input[type="submit"] {
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #76AD1C;
  padding: 14px 15px;
  border-radius: 24px;
  font-family: 'FSJoey';
  text-transform: uppercase;
}
form input[type="checkbox"] {
  display: none;
}
form input[type="checkbox"] + label {
  color: #777;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
form input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  background: #76AD1C;
  border-radius: 50%;
}
form input[type="checkbox"]:checked + label:before {
  background: url("../images/ok.png") center center no-repeat #76AD1C;
}
form .select {
  position: relative;
}
form .select select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 24px;
  color: #777;
  font-size: 18px;
  line-height: 20px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .select:after {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: calc(50% - 11px);
  background: transparent;
  background-image: url("../images/wcb-chevron.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform: rotate(90deg);
}
form textarea {
  font-family: 'FSJoey';
  width: 100%;
  max-width: 100%;
  padding: 14px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  min-height: 120px;
  color: #777;
  font-size: 14px;
  background: #fff;
}
form .item {
  display: block;
  margin-bottom: 30px;
}
form .item.checkbox {
  margin: 0 0 55px;
}
form .item.line {
  padding: 0 0 50px;
  margin: 0 0 50px;
  border-bottom: 1px solid #d0d1d1;
}
form .legend {
  text-align: left;
  font-size: 14px;
  margin: 0 0 15px;
}
form .add-file {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  height: 35px;
  border-radius: 18px;
  background: #777;
  margin-right: 22px;
  font-family: 'FSJoey';
}
@media screen and (max-width: 767px) {
  form .add-file {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
form .files {
  overflow: hidden;
}
form .files .file {
  width: 100%;
  max-width: 340px;
  margin: 0 0 20px;
  position: relative;
  height: 35px;
  border-radius: 18px;
  background: #f9f9f9;
}
form .files .file input {
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
form .files .file .filename {
  display: block;
  line-height: 35px;
  padding: 0 60px 0 20px;
  font-size: 14px;
  color: #777;
  font-family: 'FSJoey';
}
form .files .file .remove {
  background: url("../images/cross.png") center center no-repeat;
  position: absolute;
  right: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  top: 0;
  z-index: 2;
}
form .fgt-psw {
  float: right;
  font-size: 14px;
  color: #76AD1C;
  text-decoration: underline;
}
form .action button {
  padding: 17px 25px 17px 56px;
  border-radius: 27px;
  font-size: 15px;
  line-height: 20px;
  background-color: #f6f6f5;
  color: #4A4A49;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
form .action button::before {
  content: "";
  height: 32px;
  width: 32px;
  background: transparent;
  background-image: url("../images/wcb-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  border-radius: 50%;
  background-color: #76AD1C;
  display: block;
  position: absolute;
  inset: auto auto auto 14px;
}
@media screen and (max-width: 767px) {
  form .action button {
    width: 100%;
    padding-right: 56px;
    justify-content: center;
  }
}
.user {
  background: #f9f9f9;
  padding: 0 0 65px;
}
.user > form {
  padding: 0 20px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.user > form .user-img {
  float: left;
  margin-right: 40px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .user > form .user-img {
    margin: 0 auto 20px;
    float: none;
  }
}
.user > form .user-img img {
  display: block;
}
.user > form .user-img input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
.user > form .user-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url("../images/edit.png") center center no-repeat;
}
.user > form .user-img.no-edit:before {
  background: none;
}
.user > form .user-info {
  overflow: hidden;
}
.user > form .user-info label {
  padding-left: 30px;
  margin: 0;
  line-height: 38px;
  position: relative;
}
.user > form .user-info label:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
}
.user > form .user-info label a {
  color: #76AD1C;
  text-decoration: underline;
}
.user > form .user-info label.name:before {
  content: '\f007';
}
.user > form .user-info label.location:before {
  content: '\f041';
}
.user > form .user-info label.site:before {
  content: '\f0c1';
}
.user > form button {
  position: relative;
  z-index: 1;
}
.user > form button.edit {
  height: 38px;
  width: 38px;
  background: #76AD1C;
  margin: 0 10px;
  border-radius: 50%;
  vertical-align: middle;
}
.user > form button.edit:before {
  line-height: 38px;
  text-align: center;
  content: '\f040';
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
}
.user > form button.add {
  height: 38px;
  width: 38px;
  background: #76AD1C;
  margin: 0 10px;
  border-radius: 50%;
  vertical-align: middle;
}
.user > form button.add:before {
  line-height: 38px;
  text-align: center;
  content: '\f067';
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
}
.user > form label {
  font-weight: 500;
}
.user > form .files .file {
  margin: 5px 0;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  height: auto;
}
.user > form .files .file .filename {
  display: inline;
  padding: 0;
  color: #76AD1C;
  text-decoration: underline;
  font-size: 18px;
}
.user > form .files .file:before {
  content: '\f15c';
  font-family: FontAwesome;
  color: #777;
  position: absolute;
  left: 0;
  line-height: 38px;
}
.user > form .textfields input {
  background: #fff;
  margin: 0 0 15px;
}
.user > form .checkboxes input + label {
  padding: 0 0 0 55px;
  display: block;
  margin: 8px 0;
  font-size: 18px;
  line-height: 24px;
  background: none;
}
.user > form .checkboxes input + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  z-index: 2;
  background: #fff;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.user > form .checkboxes input + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 40px;
  background: #777;
  border-radius: 12px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.user > form .checkboxes input:checked + label:after {
  background: #76AD1C;
}
.user > form .checkboxes input:checked + label:before {
  left: 18px;
  background: #fff;
}
.user + #footer {
  margin-top: 0;
}
.author-block .icon-block {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.author-block .icon-block img {
  width: 100%;
  min-height: 100%;
}
.author-block .text-block {
  display: inline-block;
  vertical-align: middle;
}
.author-block .text-block .name {
  font-size: 20px;
  font-weight: bold;
  color: #777;
}
.project-section {
  padding: 40px 20px 55px;
}
.project-section .title {
  margin-bottom: 35px;
}
.project-section .wrap-section > .author-block {
  margin-bottom: 30px;
}
.project-section .wrap-project-block:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
  height: 0;
}
.project-section .wrap-project-block .project-info-block {
  width: 66.177%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  float: left;
}
.project-section .wrap-project-block .project-info-block .project-slider-block {
  position: relative;
  overflow: hidden;
}
.project-section .wrap-project-block .project-info-block .project-slider-block .article-block {
  text-align: center;
  position: absolute;
  right: -85px;
  top: 15px;
  z-index: 1;
  padding: 6px 100px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ebd87b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ebd87b 0%, #ba9d48 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ebd87b 0%, #ba9d48 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebd87b 0%, #ba9d48 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebd87b', endColorstr='#ba9d48', GradientType=0);
  /* IE6-9 */
}
.project-section .wrap-project-block .project-info-block .project-slider-block .article-block span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.project-section .wrap-project-block .project-info-block .project-slider {
  position: relative;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-stage-outer {
  overflow: hidden;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-stage-outer .owl-item {
  float: left;
  overflow: hidden;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-stage-outer .owl-item li {
  width: 100%;
  height: 100%;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-stage-outer .owl-item li img {
  width: 100%;
  display: block;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-nav {
  display: none;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  text-align: center;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 15px;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 100%;
  display: block;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-dots .owl-dot span:hover {
  cursor: pointer;
}
.project-section .wrap-project-block .project-info-block .project-slider .owl-dots .owl-dot.active span {
  background: #76AD1C;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.project-section .wrap-project-block .project-info-block .info-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 30px 50px;
  background-color: #fff;
}
.project-section .wrap-project-block .project-info-block .info-block .text-block h4 {
  line-height: 1.35em;
}
.project-section .wrap-project-block .project-info-block .info-block .text-block .video-block {
  width: 100%;
  height: 0;
  padding-top: 56.548%;
  margin: 45px 0 40px;
  position: relative;
}
.project-section .wrap-project-block .project-info-block .info-block .text-block .video-block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-section .wrap-project-block .project-info-block .info-block .btn {
  margin: 0 auto;
  display: block;
}
.project-section .wrap-project-block .project-info-block .comments-project-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 30px 55px;
}
.project-section .wrap-project-block .project-info-block .comments-project-block h4 {
  line-height: 1;
  margin-bottom: 5px;
}
.project-section .wrap-project-block .project-info-block .comments-project-block .comment-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  border-bottom: 1px solid #cfd0d0;
}
.project-section .wrap-project-block .project-info-block .comments-project-block .comment-block:last-child {
  border-bottom: 0;
}
.project-section .wrap-project-block .project-info-block .comments-project-block .comment-block .user-info-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.project-section .wrap-project-block .project-info-block .comments-project-block .comment-block .response-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
}
.project-section .wrap-project-block aside {
  width: 33.824%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.project-section .wrap-project-block aside .project-statistic-block {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  padding: 20px 25px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-block ul:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
  height: 0;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-block ul li {
  float: left;
  width: 33.3333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a8aaaa;
  border-right: 0;
  background: #fff;
  height: 37px;
  overflow: hidden;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-block ul li:first-child {
  border-radius: 18px 0 0 18px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-block ul li:last-child {
  border-right: 1px solid #a8aaaa;
  border-radius: 0 18px 18px 0;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-block ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #a8aaaa;
  font-size: 14px;
  line-height: 35px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-block ul li a.active {
  background: #777;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-block ul.active li {
  border: 0;
  border-right: 1px solid #e6e6e6;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-block ul.active li:last-child {
  border: 0;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-block ul.active li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 37px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 20px 20px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .title-block {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .title-block .fa,
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .title-block h4 {
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .title-block .fa {
  margin-right: 5px;
  color: #c6a94f;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block h4 {
  font-weight: 500;
  margin-bottom: 5px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .gathered-block {
  margin-bottom: 20px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .gathered-block .number-block span {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #ef821e;
  vertical-align: middle;
  margin-right: 5px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .gathered-block .number-block .fa {
  color: #ef821e;
  font-size: 28px;
  vertical-align: middle;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .scale-gathered-block {
  width: 230px;
  height: 10px;
  border-radius: 5px;
  background-color: #e4e4e4;
  overflow: hidden;
  margin-bottom: 20px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .scale-gathered-block .scale {
  display: block;
  height: 100%;
  background-color: #ef821e;
  width: 62%;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .article {
  display: block;
  height: 125px;
  margin-bottom: 20px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .social-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .social-block ul:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
  height: 0;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .social-block ul li {
  float: left;
  margin-right: 15px;
  display: block;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .social-block ul li:last-child {
  margin-right: 0;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .social-block ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #777;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .social-block ul li a:hover {
  background-color: #a8aaaa;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .social-block ul li a .fa {
  color: #fff;
  line-height: 30px;
  position: relative;
  left: 1px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .social-block ul li a .fa.fa-facebook {
  font-size: 24px;
  top: 4px;
}
.project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .social-block ul li a .fa.fa-twitter {
  top: 1px;
}
.project-section .wrap-project-block aside .project-statistic-block .button-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  background-color: #f9f9f9;
  text-align: center;
}
@media (max-width: 1199px) {
  .project-section .wrap-project-block aside .project-statistic-block .project-tab-block {
    padding: 20px 10px;
  }
  .project-section .wrap-project-block aside .project-statistic-block .project-tab-block ul.active li a {
    font-size: 14px;
  }
}
@media (max-width: 1060px) and (min-width: 992px), (max-width: 860px) and (min-width: 768px) {
  .project-section aside .project-statistic-block .project-tab-info-block .info-project-block .social-block span {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .project-section .wrap-project-block .project-info-block {
    width: 58%;
  }
  .project-section .wrap-project-block .project-info-block .comments-project-block {
    padding: 25px 20px 45px;
  }
  .project-section .wrap-project-block .project-info-block .comments-project-block .comment-block .response-block {
    padding-left: 30px;
  }
  .project-section .wrap-project-block aside {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .project-section .wrap-project-block .project-info-block {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .project-section .wrap-project-block .project-info-block .comments-project-block {
    padding: 25px 20px 45px;
  }
  .project-section .wrap-project-block .project-info-block .comments-project-block .comment-block .response-block {
    padding-left: 60px;
  }
  .project-section .wrap-project-block aside {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .project-section {
    padding: 30px 0 35px;
  }
  .project-section .title {
    margin-bottom: 20px;
  }
  .project-section .wrap-project-block .project-info-block {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .project-section .wrap-project-block .project-info-block .project-slider-block .article-block span {
    font-size: 16px;
  }
  .project-section .wrap-project-block .project-info-block .project-slider .owl-dots {
    bottom: 10px;
  }
  .project-section .wrap-project-block .project-info-block .project-slider .owl-dots .owl-dot {
    margin-right: 12px;
  }
  .project-section .wrap-project-block .project-info-block .project-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }
  .project-section .wrap-project-block .project-info-block .info-block {
    padding: 25px 10px 35px;
  }
  .project-section .wrap-project-block .project-info-block .comments-project-block {
    padding: 20px 10px 25px;
  }
  .project-section .wrap-project-block .project-info-block .comments-project-block .comment-block {
    padding: 20px 0;
  }
  .project-section .wrap-project-block .project-info-block .comments-project-block .comment-block .author-block {
    margin-bottom: 15px;
  }
  .project-section .wrap-project-block .project-info-block .comments-project-block .comment-block .btn {
    font-size: 14px;
    height: 26px;
  }
  .project-section .wrap-project-block .project-info-block .comments-project-block .comment-block .response-block {
    padding-left: 30px;
  }
  .project-section .wrap-project-block aside .project-statistic-block .project-tab-info-block .info-project-block .social-block ul li {
    margin-right: 10px;
  }
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.list-search-results #search-theme-form .submit {
  margin-top: 10px;
}
.page-wecallback .page-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-wecallback .page-title {
    margin: 0;
  }
}
.section-wecallback {
  padding-top: 40px;
}
.section-wecallback > .container {
  max-width: 1430px;
}
.section-wecallback .links {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-wecallback .links {
    text-align: left;
  }
}
.section-wecallback .links ul {
  margin-top: 25px;
}
.section-wecallback .links li {
  display: inline-block;
  margin: 0 10px 25px;
  list-style-type: none;
  text-transform: uppercase;
}
.section-wecallback .links li a {
  -moz-box-shadow: rgba(154, 154, 154, 0.4) 0 1px 8px 0;
  -webkit-box-shadow: rgba(154, 154, 154, 0.4) 0 1px 8px 0;
  box-shadow: rgba(154, 154, 154, 0.4) 0 1px 8px 0;
}
.section-wecallback .links li.active a {
  background-color: #fff;
  color: #a7a8a8;
  border-color: #fff;
}
.section-wecallback form {
  padding: 40px 30px;
  background: #f9f9f9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-wecallback form {
    padding: 20px 18px;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
  }
}
.section-wecallback form .item {
  text-align: left;
}
.section-wecallback .item.intro {
  text-align: left;
  margin: auto auto 28px;
  color: #4A4A49;
}
.section-wecallback .item.intro h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.section-wecallback .item.intro span {
  display: block;
  font-weight: 600;
}
.section-wecallback .note {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 25px 30px;
  border: 1px solid #76AD1C;
  border-radius: 5px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  color: #4A4A49;
}
@media screen and (max-width: 767px) {
  .section-wecallback .note {
    padding: 15px;
  }
}
.section-wecallback .note .icon {
  height: 34px;
  width: 34px;
  margin-right: 15px;
  background: transparent;
  background-image: url("../images/wcb-info.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 50%;
  display: inline-block;
  flex: none;
  color: #fff;
}
.section-wecallback .alert-block {
  border: 1px solid #E20000;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px 30px;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-wecallback .alert-block {
    padding: 15px;
  }
}
.section-wecallback .alert-block .icon {
  position: relative;
  background: transparent;
  background-image: url("../images/wcb-warning.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 34px;
  width: 34px;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-block;
  flex: none;
  color: #fff;
}
.section-wecallback .alert-block p {
  text-align: left;
  color: #E20000;
}
.item-calendar {
  position: relative;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .item-calendar {
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
  }
}
.item-calendar .weeks {
  text-align: center;
}
.item-calendar .week {
  display: none;
  overflow: hidden;
}
.item-calendar .week.active {
  display: block;
}
.item-calendar .week-title {
  margin-bottom: 30px;
  padding: 0 20px;
  color: #4A4A49;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .item-calendar .week-title {
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    padding: 0 30px;
  }
}
.item-calendar .day {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 30px;
}
.item-calendar .day.is-open .date::after {
  transform: rotate(-90deg);
}
.item-calendar .day.is-open .hours {
  max-height: 1000px;
  margin-top: 20px;
  margin-bottom: -8px;
}
@media screen and (max-width: 767px) {
  .item-calendar .day {
    padding: 20px 18px 25px;
  }
}
.item-calendar .date {
  font-weight: bold;
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  color: #4A4A49;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-calendar .date::after {
  content: "";
  height: 20px;
  width: 20px;
  background: transparent;
  background-image: url("../images/wcb-chevron.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  float: right;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .item-calendar .date {
    font-size: 20px;
    line-height: 24px;
  }
}
.item-calendar .hours {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.item-calendar .hours li {
  list-style-type: none;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #4A4A49;
  border-radius: 27px;
  padding: 18px 20px;
}
.item-calendar .hours li:not(:last-child) {
  margin-right: 16px;
}
.item-calendar .hours li:hover,
.item-calendar .hours li.active {
  color: #fff;
  background-color: #4A4A49;
}
.item-calendar .hours li.active {
  font-weight: bold;
  padding-left: 40px;
  position: relative;
}
.item-calendar .hours li.active::before {
  content: "";
  height: 15px;
  width: 15px;
  background: transparent;
  background-image: url("../images/wcb-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 50%;
  display: block;
  position: absolute;
  inset: calc(50% - 7.5px) auto auto 20px;
}
.item-calendar .hours li.disabled {
  color: #e1e1e1;
  cursor: default;
}
.item-calendar .controls span {
  position: absolute;
  top: 26px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .item-calendar .controls span {
    top: 12px;
  }
}
.item-calendar .controls span:before {
  display: block;
  color: #76AD1C;
  font: 40px/1em 'FontAwesome';
}
.item-calendar .controls span:hover:before {
  color: #777;
}
.item-calendar .controls span.prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .item-calendar .controls span.prev {
    left: 8px;
  }
}
.item-calendar .controls span.prev:before {
  content: "\f104";
}
.item-calendar .controls span.next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .item-calendar .controls span.next {
    right: 8px;
  }
}
.item-calendar .controls span.next:before {
  content: "\f105";
}
.item-serie a {
  font-size: 14px;
  color: #76AD1C;
}
.item-serie a:before {
  content: "?";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px solid #777;
  border-radius: 50%;
  color: #777;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
}
.item-serie a:hover:before {
  border-color: #76AD1C;
  color: #76AD1C;
}
.item-serie .help {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 400px;
  padding: 40px 15px;
  background: #fff;
  -moz-box-shadow: rgba(154, 154, 154, 0.4) 0 1px 8px 0;
  -webkit-box-shadow: rgba(154, 154, 154, 0.4) 0 1px 8px 0;
  box-shadow: rgba(154, 154, 154, 0.4) 0 1px 8px 0;
}
.item-serie .help .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.item-serie .help .close:before {
  content: "\f00d";
  color: #76AD1C;
  font: 17px/1em 'FontAwesome';
}
.item-serie .help img {
  margin: 0 auto;
}
#trouver-magasin {
  padding: 50px 20px;
  background: url(../images/map-bg.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #trouver-magasin {
    margin-top: 30px;
  }
}
#trouver-magasin h2 {
  margin-bottom: 20px;
  color: #777;
  font-size: 25px;
  line-height: 1em;
}
#trouver-magasin h2:before {
  content: "\f07a";
  display: block;
  margin-bottom: 10px;
  color: #76AD1C;
  font: 30px 'FontAwesome';
}
#trouver-magasin a {
  color: #76AD1C;
  font-size: 14px;
  text-decoration: underline;
}
#trouver-magasin a:hover {
  text-decoration: none;
}
.form-container {
  background-color: #fff;
  border-radius: 5px;
  padding: 60px 100px;
}
@media screen and (max-width: 767px) {
  .form-container {
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
    padding: 40px 18px;
  }
}
#goToTop {
  position: fixed;
  inset: auto 40px 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background-color: #76AD1C;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #goToTop {
    inset: auto 10px 10px auto;
  }
}
#goToTop .icon {
  display: block;
  height: 20px;
  width: 20px;
  background: transparent;
  background-image: url("../images/wcb-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform: rotate(-90deg);
}
