* {
  font-family: "Roboto",sans-serif;
}

body {
  padding-bottom: 20px;
}

.bloc-logo {
  text-align: center;
  padding: 35px 0;
}

.bloc-adresse {
  margin-top: 20px;
  text-align: center;
  line-height: 1.2; 
  color: #999;
  font-size: 12px;
}

.navbar-contact {
  padding-top: 50px;
}
.navbar-contact .bloc-contact {
  float: right;
  list-style: none;
  display: inline-block;
}
.navbar-contact .bloc-contact li {
  line-height: 1.2;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}

.navbar-contact .bloc-contact li:first-child {
  margin-top: 0;
}

.navbar-contact .bloc-contact li.heading {
  text-transform: uppercase;
  position: relative;
}
.navbar-contact .bloc-contact li.heading::before {
  content: "";
  background: url(../img/puce.png);
  width: 19px;
  height: 30px;
  background-size: 100%;
  display: block;
  position: absolute;
  left: -30px;
  top: -5px;
}
.navbar-contact .bloc-contact li.heading a {
  color: #000;
}

.citation {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  color: #999999;
}

.bloc-facebook {
  text-align: center;
}
.bloc-facebook a {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #cccccc;
}
.bloc-facebook img {
  padding-top: 10px;
}

.bar-prog-wrap {
  margin-bottom: 50px;
}
.bar-prog-wrap .bar-prog {
  width: 280px;
  margin: auto;
  height: 28px;
  position: relative;
  background: #eaeaea;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.28);
  border-radius: 28px;
  overflow: hidden;
}
.bar-prog-wrap .bar-prog .bar-prog-current {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #8cca46;
  white-space: nowrap;
  overflow: hidden;
}
.bar-prog-wrap .bar-prog .bar-prog-current p {
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
}
.bar-prog-wrap .bar-prog-number {
  text-align: center;
  font-weight: 700;
}

.ch-grid {
  margin: 20px 0 20px 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.ch-grid:after {
  content: '';
  display: table;
  clear: both;
}
.ch-grid li {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 30px;
  margin-top: 0;
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  -webkit-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}
.ch-item:hover .ch-info-front {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}
.ch-item:hover .ch-info-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}

.ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-info div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  line-height: 200px;
}
.ch-info .ch-info-front.kaiman-up {
  background: #3399cc;
}
.ch-info .ch-info-front.kaiman-com {
  background: #cccc33;
}
.ch-info .ch-info-front.kaiman-service {
  background: #ff9933;
}
.ch-info .ch-info-back {
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  background: #F9F9F9;
  opacity: 0;
}
.ch-info h3 {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  font-family: "Roboto",sans-serif;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  font-weight: 700;
}
.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
  color: #fff222;
  color: rgba(255, 242, 34, 0.8);
}

@media (max-width: 768px) {
  .navbar-contact {
    text-align: center;
  }
  .navbar-contact .bloc-contact {
    float: none;
  }
}

/*# sourceMappingURL=main.css.map */