html{
	margin:0;
	padding:0;
	outline:none;
}

a {
	text-decoration:none;
	outline:none;
	color:#000;
		-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    /* transition: all 300ms linear; */
}
a:hover{
	text-decoration: none;

}
body{
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#fff;
}

img, fieldset {
	border:none;
	}

ul {
	list-style:none;
	margin:0;
	padding:0;
}
h1{
	font-size: 30px !important;
}
h1,h2,h3,h4,h5,h6{
	color: #4d4d4d;
	font-family: 'Roboto Condensed', sans-serif;
}
.clear{
	clear: both;
}
.no-space{
	padding: 0;
	margin: 0;
}
/********************************* css message *******************************/
div#message span {
	display:block;
	height:32px;
	width:32px;
	position: absolute;
	top: 2px;
	left: -26px;

}
div#message .alert_success span {
	background: url(../images/msg_ok.png) center no-repeat;
}
div#message .alert_error span {
	background: url(../images/msg_error.png) center no-repeat;
}
div#message .alert_warning span {
	background: url(../images/msg_warn.png) center no-repeat;
}
div#message .alert_success {
	background:#30a8ad;
    color: #fff;
}
div#message .alert_error {
	background:#f2b5b9;
}
div#message .alert_warning {
	background:#fadea2;
}
div#message h4 {
	color:#53524f;
	font-size: 17px;
	padding:12px 8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
div#message {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left:-100px;
	z-index:999;
}
/********************************* css validator *******************************/
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 99999;
	cursor: pointer;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}
.formError .formErrorContent {
	background: #e14440;
	position:relative;
	line-height: 13px;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 0px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	margin-top: 50px;
	margin-left: -102px;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
	z-index: 5006;
	display:none;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #e14440;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}


/*********************contact*************************/
.captcha{
	margin-bottom :10px;
}
.captcha img{
	float: left;
}
.captcha input{
	width: 50% !important;
	float:left !important;
	height: 30px !important;


}
/*****************************temoignages*******************************/
.temoignages{
	padding-top: 0px;
    padding-bottom: 50px;
    background-image: url(../images/testimonial-bg.jpg);
    background-attachment: fixed;
    background-position: 50% 44px;
    background-repeat: repeat;
}
.temoignages h2{
	text-align: center;
	padding-bottom: 10px;
	color: #999932;
}
.temoignages blockquote {
	background: none;
    font-size: 19px;
    line-height: 34px;
    font-weight: 300;
    border: none;
    display: block;
    text-align: center;
    padding: 0 0 0 30px;
    margin: 0px;
    font-style: italic;
  	font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.temoignages .author{
	max-width: 130px;
    margin: auto;
}
    
.temoignages .author img{
	max-width: 130px;
    border-radius: 50%;
    position: relative;
    border: 5px solid #e6e6e6;
    margin-bottom: 15px;
    margin-top: 15px;
}
.temoignages cite{
	text-align: center;
	display: block;
	color: #fff;
	font-style: italic;
  	font-family: 'Open Sans', sans-serif;
}
#tcb-testimonial-carousel .carousel-indicators{
    bottom:-40px;
  }
#tcb-testimonial-carousel .carousel-indicators li{
	background: #fff;
    width: 25px;
    height: 7px;
    text-indent: -9999px;
    display: inline-block;
    border-radius: 0px;
    margin-right: 5px;
    margin-left: 5px;	
    border: none;
    margin: 0 5px;
}
#tcb-testimonial-carousel .carousel-indicators li.active{
	background-color: #999932;
}


/***********************xs**********************/
@media (max-width: 767px) {

.cdc{
	text-align: center;
}
.banner{
	margin-top: 0px !important;
}
#blog h3{
	padding-top: 140px;
}
.detail-t{
	padding-top: 140px;
}
.article-rec h3{
	margin-top: 20px;
}
}
/***************small***************/
@media screen and (min-width: 768px) and (max-width: 991px) {

}

/***************medium***************/
@media screen and (min-width: 992px) and (max-width: 1199px) {

}



.desc-circuit{
	padding-right: 15px;
}
.tarif_inclus{
	background-color: #f7f8f7;
	padding: 10px;
}
.info-footer span{
	display: block;
}
.temoignages .container{
	position: relative;
}
.add_tem{
	position: absolute;
	top: 10px;
	right: 10px;

}
.add_tem a{
	color: #fff;
	background-color: #999932;
	padding: 5px 15px;
	border-radius: 5px;
}
.blog-detail {
    background-color: #999932;
    padding: 10px 20px;
    position: relative;
}
.blog-detail .blog-name {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    color: #fff;
}

#blog h3{
    font-weight: 800;
    font-family: 'Open Sans', sans-serif, Arial;
    letter-spacing: -0.5px;
}
#blog .blog-name{
    margin: 7px 0;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif, Arial;
    letter-spacing: -0.5px;
    text-decoration: none;
    text-transform: uppercase;
}
.article-rec h3{
	margin-top: 0;
}
#blog .pro-sel{
	margin-bottom: 35px;
}
.article-rec h3 {
    background-color: #999932;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
    margin-top: 0px;
}
.article-rec .fa {
    color: #999932;
    padding: 5px 10px;
}
.article-rec li a {
    color: #4d4d4d;
    font-family: 'Roboto Condensed', sans-serif;
}
.voir-tout a{
	text-decoration: underline;
}
.sblock a {
    font-size: 15px;
}
.ul-article .fa {
    color: #999932;
    padding: 5px 10px;
}
.title-fblock {
    margin-top: 7px;
    display: block;
    font-size: 24px;
}
.voir-tout a{
	color: #999932;
	padding-left: 15px;
}
.icone-left {
    position: fixed;
    z-index: 999;
    right: 0px;
    bottom: 50px;
}

.icone-left a {
    display: block;
    margin-bottom: 10px;
}

.icone-left a img {
    max-width: 50px;
}