@CHARSET "UTF-8";

body{	
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}

/* Je sélectionne les <li> du menu horizontal */
ul.ct-menu-horizontal li { 
	display : inline;
	padding : 0 0.5em; /* Pour espacer les boutons entre eux */
}
ul.ct-menu-horizontal {
	list-style-type : none; /* Car sinon les puces se placent n'importe où */
	width: 100%;
	background-color: #fff;
	z-index: 9999999;
}
.ct-display-none {
	display: none;
}
.ct-intro-form {
	text-align: center; 
	font-size: 100%;
	margin-bottom: 2%;
}

@mixin linear-gradient($top, $bottom) {
  background: $top;
  background: -webkit-linear-gradient($top, $bottom);
	background: -moz-linear-gradient($top, $bottom);
	background: -o-linear-gradient($top, $bottom);
	background: linear-gradient($top, $bottom);
}

.ct-main > div {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.sep {
  border-color: #909090;
}

.ct-register{
  	width: 45%;
  	margin: 1% auto;
  	font-family: 'Roboto', sans-serif;
	color: #444;
  	background-color: #F3F3F3;
 }
 
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
 
div{
  	border : none;
}
.ct-element-form-wrapper label{
  	display: inline-block;
  	width: 25%;
  	text-align: right;
  	margin: 10px
}
.button {
 		font-size: 1em;
 		border-radius: 8px;
 		padding: 0.4em 3em;
 		border: 1px solid #59B969;
 		box-shadow: 0 1px 0 0 #60BD49 inset;
 		@include linear-gradient(#63E651, #42753E);
}
.sep {
  	border: 1px solid #72B372;
  	position: relative;
  	margin: 35px 20px;
}


.ct-element-form-wrapper {
	text-align:left;
}


.ct-element-form-input {
	width: 60%;
	display: inline;
	line-height: inherit;
	border-radius: 0px;
	border: 1px solid #a9a9a9;
	padding: 0px 15px;
}
.ct-submit {
	text-align:center;
	margin-bottom: 35px;
}
.ct-one {
	background-color: #F3F3F3;
}
.ct-button {
	background-color: #52bb97;
	color:#FFF;
	font-weight: bold;
	padding: 14px 20px;
	margin-top: 20px;
	border-color:#ccc;
}

#ct-your-advantage {
	padding: 5% 3% 5% 3%;    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    margin-top: 10%;
    text-align: center;
    width: 80%;
    background-color: #52bb97;
    -webkit-box-shadow: 0 3px 0 #c6c6c6;
	-webkit-border-radius: 3px;
	color: #ffffff;
}
#ct-inside-your-advantage {
	text-align: center;
	padding: 3% 0%;
	margin: 0 10% 2.5% 10%;
	background-color:#eef8ff;
	color:#52bb97;
	font-size: 18px;
}

h2 {
	color: #52bb97 !important;
	font-family:'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.float-img{
	float:left; 
	padding-right:40px;
}

.ct-title-how-it-works {
	text-transform: uppercase;
}


.ct-elem-header-1, .ct-elem-header-2, .ct-elem-header-3 {
	display: inline;
	border: 1px solid #a9a9a9;
	padding: 0.75%;
	background-color:#465765;
	border-radius: 4px;
}


@media (max-width: 580px) {
	.ct-elem-header-1, .ct-elem-header-2, .ct-elem-header-3 {
		display: block;
		border: 1px solid #a9a9a9;
		border-radius: 0;
	}
	
	h2{
	font-size:26px;
	}
	
}
@media (max-width: 767px) {	
	.float-img{
		float:none; 
		padding-right:0;
		text-align:center;
	}
	
}


.ct-title-about-us {
	text-transform: uppercase;
	text-align: center;
	color: #52BB97;
}

a.ct-elem-link:link {
	text-decoration:none;
	color: #ffffff;
}
a.ct-elem-link:visited {
	text-decoration:none;
	color: #ffffff;
}
a.ct-elem-link:active, .ct-about-us-text {
	background-color: #52BB97;
}


.ct-about-us-text {
	padding: 1% 2% 1% 2%;
	margin: 3% 0% 2% 0%;
}

.ct-map-resizing {
	text-align: center;
}
.nav > li > a {
	color: #F00;
}
.ct-add-bar {
	height: 70px;
}
.ct-add-bottom-bar {
	height: 100px;
}

.ct-hide-part {
	display: none;
}

.ct-error-message {
	text-align:center;
}

.ct-col-how-it-works-4 {
	float:left;
	width:33%;
}
.ct-col-how-it-works-8 {
	float:left;
	width:67%;
}
.ct-clear-both {
	clear: both;
}
.ct-bg-select-how-it-works {
	background-color: #52BB97;
}
.ct-bg-unselect-how-it-works {
	background-color: #FFF;
}

.title-section h1 {
	color: #52bb97 !important;
}

#feature-section .features-post a.get-free {
	background-color: #52bb97 !important;
}

.navbar-default .navbar-nav > li > a.active {
    color: #52bb97 !important;
    border-bottom: 4px solid #52bb97 !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #52bb97 !important;
}

#contact-form button.form-submit {
	background: none repeat scroll 0% 0% #52bb97 !important;
}

.contact-box .title-section h1 {
	color: #ffffff;
}

.services-post:hover span img {
	transform: none !important;
}

.services-post span img {
	transition: none !important;
}

@media (max-width: 991px){
.navbar-default .navbar-nav  li  a {
	font-size:10px !important;
	
}
}

@media (max-width: 767px){
	.navbar-default .navbar-nav > li > a {
		background-color: #465765;
		font-size:18px !important;
		text-align: center;
	
	}
	
	.navbar-default .navbar-nav > li > a:hover {
		background-color: #465765 !important;
	}
}




.ct-header-how-it-works{	
	margin-top:35px;
	margin-bottom:15px;
}

.title-section {
	padding-top: 20px;
}

.services-post p {
	font-size: 21px !important;
}

.view.view--ct-avantages {
	text-align:center;
}

#services-section{
	background: none !important;
	padding: 0 !important;
}
#block-block-4,
#block-block-7{
	padding-top:40px;
}
#block-block-2 {
	padding-top:30px;
}
.services-post p {
	margin:0px !important;
}
