@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body {
	min-height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
}

h1 {
    text-align: center;
    color: #98c859;
}

h2 {
    color: #98c859;
}
ul li {
    list-style: none;
}
.fa-check {
    color: #98c859;
}
.main-content {
    background: url(../img/background.jpg);
    background-size: 980px;
    background-position: left 150px;
    background-repeat: no-repeat;
}
.circle {
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto 40px;
}
.wrapper {
    position: relative;
    height: 100%;
}

.header {
    margin-bottom: 20px;
    padding: 20px 40px;
}

.header img {
    max-height: 100px;
}
.main-title {
    float: right;
    padding-top: 30px;
    font-weight: bold;
    color: #98c859;
}

.info-box {
    background-color: #98c859;
    color: #fff;
    border-radius: 2px;
    margin-top: 50px;
    box-shadow: 2px 2px 3px #c3c3c3;
    padding:25px 80px 25px 25px;
}

.info-box h2 {
    color: #fff;
}
div.row:nth-child(2) {
     background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.9) 35%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.9) 35%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.9) 35%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.content-secondary {
    background-color: rgba(255,255,255,0.9);
    color: #000;
    padding: 30px 0;
}

.content-secondary h1 {
    margin-bottom: 50px;
}

.content-secondary .col-lg-4 {
    text-align: center;
}

#placedesleads_form_js {
 margin: 0 auto;
}

.carousel {
    background-image: url(../img/brand.gif);
    background-repeat: repeat-x;
    height: 84px;
    animation: scroll 30s infinite linear;
}

@keyframes scroll {
    0% {
    	background-position: 0px 15px;
    }
    100% {
    	background-position: 1786px 15px;
    }
}

#charte {
    text-align: center;
    background-color: #f5f5f5;
    padding: 15px 0 5px 0;
}

#charte a {
    color: #666666;
    font-weight: 800;
}


@media screen and (max-width:1200px) {
    .content-secondary .col-lg-3 {
        text-align: center;
    }
}

@media screen and (max-width:1024px) {
    .header img {
        display: block;
        margin: 0 auto;
    }

    .main-title {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width:992px) {
    .info-box {
        margin-bottom: 15px;
    }
}