@font-face {
font-family: LatoBolder;
font-weight: bolder;
src: url("fonts/oceania-bold.ttf") format("opentype");
}

@font-face {
font-family: LatoBold;
font-weight: bold;
src: url("fonts/oceania-medium.ttf") format("opentype");
}

@font-face {
font-family: Lato;
font-weight: normal;
src: url("fonts/oceania-regular.ttf") format("opentype");
}

header .navbar-default .navbar-brand .logo {
  background: url('/img/logo.png') no-repeat;
  background-size: cover;  
}

header .navbar-default.scrolled .navbar-brand .logo {
  background: url('/img/logo_couleur.png') no-repeat;
  background-size: cover;  
}

header .navbar-default .navbar-brand img {
  width: auto;
  max-height: 150px;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 5px 20px;
}
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 50px;
  padding: 0px 0px;
}


header .navbar-default ul.navbar-nav li a.social {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.social:after {
  display: none;
}

header .navbar-default ul.navbar-nav li a.social {
  background: none !important;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  -ms-border-radius: 0em;
  -o-border-radius: 0em;
  border-radius: 0em;
}

header .navbar-default ul.navbar-nav li a.social {
  color: #3cb4b4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.social:hover {
  color: #40bfbf;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a.social {
    color: #ffffff;
  }




.tp-caption.xxlarge_white_bolder {
  font-family: LatoBolder;
  color: #ffffff;
  font-size: 260px;
  font-weight: 900;
}
.tp-caption.xlarge_white_bold {
  font-family: LatoBolder;
  color: #ffffff;
  font-size: 120px;
  font-weight: 800;
}
.tp-caption.large_white_bold {
  font-family: LatoBold;
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 50px;
  font-weight: 200;
}

.section-heading-small {
  margin: 60px 0 20px;
  text-align: center;
}

.ul-services {
  font-size: 17px;
  line-height: 25px;
  color: #999999;
  margin-left: 1em;
  margin-right: 1em;
}

.btn {

  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;


}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 10px 21px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: white;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: white;
    background: rgba(255,255,255,.2);
}

.btn-circle i.animated {
    color: white;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    color: white;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


.btn-circle-blue {
    color: #39a9dc;
    border: 2px solid #7AB51D;
}

.btn-circle-blue:hover,
.btn-circle-blue:focus {
    color: #39a9dc;
    background: rgba(57,169,220,.2);
}

.btn-circle-blue i.animated {
    color: #7AB51D;
}

.btn-circle-blue:hover i.animated {
    color: #39a9dc;
}

.media-heading-top {
  padding-top: -10px;
}


section#services {
  position: relative;
}
section#services .services-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
  margin-left: 1em;
  margin-right: 1em;
}
section#services .services-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}

section#services .services-item i.fa {
  border: 2px solid #7AB51D;
  color: #7AB51D;
}
section#services .services-item:hover i.fa {
  color: #ffffff;
  background: #7AB51D;
}
section#services .services-item:hover h3 {
  color: #7AB51D;
}

section#mesures .media > .pull-right {
  margin-left: 20px;
}
section#mesures .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#mesures .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#mesures .media .media-body {
  color: #999999;
}
section#mesures .media.media-left .media-body {
  text-align: right;
}
section#mesures .media.mesure {
  margin-top: 25px;
}
section#mesures .media.mesure:first-child {
  margin-top: 0;
}
section#mesures img {
  margin: 0 auto 20px;
}

section#mesures {
  background: #f6f6f6;
}
section#mesures header h1:after {
  background: #7AB51D;
}
section#mesures .media i.fa {
  border: 2px solid #7AB51D;
  color: #7AB51D;
}
section#mesures .media:hover i.fa {
  color: #ffffff;
  background: #7AB51D;
}
section#mesures .media:hover h3 {
  color: #7AB51D;
}
section#mesures .media.active i.fa {
  color: #ffffff;
  background: #7AB51D;
}
section#mesures .media.active .media-heading {
  color: #7AB51D;
}


/* Get app Section */
section#social {
  background: #7AB51D;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #7AB51D 0%, #39a9dc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #7AB51D), color-stop(100%, #39a9dc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #7AB51D 0%, #39a9dc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #7AB51D 0%, #39a9dc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #7AB51D 0%, #39a9dc 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #7AB51D 0%, #39a9dc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7AB51D, endColorstr=#39a9dc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 70px 0;
}
section#social .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#social .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}

/* Social Section */
section#social header {
  color: #ffffff;
}
section#social header h1:after {
  background: #ffffff;
}
section#social .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#social .platforms .media a i {
  color: #ffffff;
}
section#social .platforms .media a div.media-body {
  color: #ffffff;
}
section#social .platforms .media:hover {
  background: #ffffff;
}
section#social .platforms .media:hover a i,
section#social .platforms .media:hover a div.media-body {
  color: #7AB51D;
}

form .form-control {
  padding: 0 20px;
}
form textarea.form-control {
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .logo {
    width: 150px;
  }
}