﻿/* Theme Name:Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/* Typography
----------------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
}
.site-name {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	/* background-color: #ffffff; */
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	/*color: #339BEB;*/
	color:#003
}
.text-colored {
	/*color: #55acee;*/
	color: #F90;
}
a {
	/*color: #55acee;*/
	color: #FFF;
}
a:hover {
	/*color: #339BEB;*/
	color:#F90;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
.filtre {
	display: block;
	max-width: 100%;
	height: 150px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.10);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	/*height: 100%;*/
	height: auto;
	/*min-height: 50%;*/
	position: relative;
	color: #fff;
	/* margin-top:100px; */
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: rgba(0, 0, 0, 0.55);*/
	content: "";
}
.banner-caption {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	background-color: #fafafa;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.section {
	background-color: #ffffff;
	padding: 80px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #222222;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #55acee;
}
.translucent-bg {
	color: #000000;
	/*color:#FFF;*/
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.7);*/
}
.translucent-bg.blue:after {
	background-color: #F90;
	opacity:0.5
}
.translucent-bg.blue2:after {
	background-color: #F90;
	opacity:0.7;
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/portfolio-12.jpg") 50% 0px no-repeat;
	/*background-color: #fff;*/
}
.bg-image-3 {
	background: url("../images/immo/slide/DJI_0019.JPG") 50% 0px no-repeat;
	/*background-color: #fff;*/
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.space-lodge {
	padding: 20px 0;
	margin-left: 50px;
	/*margin-right: 50px;*/
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.banner-caption h1 {
	font-size: 60px;
}
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	/*min-width: 160px;*/
	width:262px;
	/*width:40px;*/
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn1 {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	/*min-width: 160px;*/
	/*width:262px;*/
	width:40px;
	text-align: center;
	border-radius: 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	/*color: #55acee;*/
	color:#F90;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	/*background-color: #339BEB;
	border-color: #339BEB;*/
	background-color: #F90;
	border-color: #F90;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	/*background-color: #55acee;*/
	/*background-color: #9932CC;*/
	background-color: #F90;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	/*background-color: #333333;*/
	background-color: #030;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	/*background-color: #55acee;*/
	/*color: #ffffff;*/
	background-color: #FFF;
	color: #000;
	/*border:2px solid #0066FF;*/
	border-left:1px solid #F90;
	border-right:1px solid #F90;
	border-top:1px solid #F90;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	/*background-color: #55acee;
	border-color: #55acee;*/
	background-color: #F90;
	border-color: #F90;
	color: #ffffff;
}
.nav-pills > li.actives > a,
.nav-pills > li.actives > a:hover,
.nav-pills > li.actives > a:focus,
.nav-pills > li > a:hover {
	/*background-color: #55acee;
	border-color: #55acee;*/
	background-color: #F90;
	border-color: #F90;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	/*background-color: #55acee;*/
	background-color: #F90;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	/*color: #fff;*/
	color: #000;
	padding: 10px 20px;
	font-size: 18px;
	/*font-weight: 300;*/
	font-weight: 500;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	/*color: #55acee;*/
	/*color: #3C0;*/
	color: #F90;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	/*color: #55acee;*/
	/*color: #3C0;*/
	color: #F90;
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
}
@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: absolute;
	}
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	/*background-color: rgba(0, 0, 0, 0.95);*/
	background-color: #5472AE;
	padding: 5px 0;
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: -40px 10px 10px -15px;
	/* margin: -39px 100px -10px 0; */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/*border:1px solid black;*/
	height:100px;
	width:175px;
	background-color: #ccc;
}
.lodge-logo {
	margin: -40px 10px 10px -15px;
	/* margin: -39px 100px -10px 0; */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/*border:1px solid black;*/ 
	height:120px;
	width:175px;
	background-color: #ccc;
}
.menu-lodge {
	margin-top: -10px;
}
.farfar-logo {
	/* margin: -40px 10px 10px -15px;
	margin: -39px 100px -10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:1px solid black;
	height:100px;
	width:175px;
	background-color: #ccc; */
	padding-left:25px;
}
.logo,
.site-name-and-slogan {
	float: left;
}
.site-name {
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name a {
	color: #ffffff;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 12px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #55acee;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.filters2 {
	margin: 0 0 30px 0;
}
.filters2 .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters2 .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters2 .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
.isotope-container2 {
	overflow: hidden;
}
.isotope-item2 {
	margin-bottom: 20px;
}
.isotope-item2 .btn-default {
	color: #999999;
}
.isotope-item2 .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
	.filters2 .nav-pills > li {
		width: 100%;
		display: block;
	}
	/*.nav-tabs > li {
    float:none;
 }*/
  .tab-content {
    width: auto;
	display: block;
 }
 .nav-tabs{
    width: 200px;
    margin-left: 10px;
	padding-left: 50px;
 }
 /*.tab-pane{
    width: 200px;
 }
 .no-trans{
    width: 200px;
 }*/
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
	
}
.overlay-container-op {
	position: relative;
	display: block;
	overflow: hidden;
	
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: #F90;
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay-op {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: #F90;
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	/*border: 1px solid black;*/
	margin-bottom: 11px;
}
.overlay:hover {
	text-decoration: none;
}
.overlay-op:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay-op span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-op i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.overlay-container-op:hover .overlay-op {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#clients, #faq{
	color: black;
}
.question{
background-color:black;
}
.translucent-bg.green:after{
background-color: #390;
opacity:0.5	
}
.lien{
color:#000;
/* border-radius:2px solid black; */
/*margin:opx 200px;*/
}
.actu{
	/* width:300px;	 */
	width:262px;
	height:50px;
	overflow:hidden;
	margin-right:500px;
	/* margin-bottom:500px; */
	position: relative;
	text-align: center;
	display: block;
	border:1px solid black;
	border-radius:10px;
	
}
.act{
	background-color:#396;
}
.parag{
	color:#FFF;	
}
.media-left-projet{
	color:#FFF;
}
actu-color{
	color:#FFF;
}
h1 #actualités .text-center .title{
	color:#FFF;
}
.translucent-bg1 {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg1 h1 {
	color: #000;
}
.translucent-bg1 a{
	color: #FFF;
}
.translucent-bg1 a:hover{
	color:#F60;
}
@keyframes masuperanimation {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(150px);
    }

    100% {
        transform: translateX(150px) rotate(30deg);
    }
}
#animation{
	/*transform: rotate(10deg);*/
}
#animation.hover{
	animation: masuperanimation 2s;
}
.btn-youtube{
	background-color:#c4302b;
}
.btn-facebook{
	background-color: #3b5998;
}
.btn-twitter{
	background-color: #4099FF;
}
@keyframes example {
	0%   {top: 106px}
    /* 25%  {top: 86px;} */
    50%  {top: 86px;}
    100% {top: 106px;}
}
.facebook{
	/* border:3px solid black; */
	/* animation-name: example; */
	/* animation-duration: 4s; */
	animation:example 0.7s ease infinite
}
.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}
.nav-stacked>li+li{
  margin-top: 0;
}
.media > .pull-left1 {
    margin-right: 20px;
}
.nav-tabs1 {
    border-bottom: transparent;
    border-right: 1px solid #e6e6e6;
}
.nav1 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs1 > li > a {
        background: #f5f5f5;
        background-color: rgb(245, 245, 245);
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    color: #666;
    border-radius: 0;
        
    border: 0 none;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image-source: none;
        border-image-slice: 100%;
        border-image-width: 1;
        border-image-outset: 0;
        border-image-repeat: stretch stretch;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 15px;
        
}
.nav1 > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs1 > li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(230, 230, 230);
}
.nav-stacked > li {
    float: none;
}
.nav1 > li {
    position: relative;
    display: block;
}
.tab-content1 {
    padding: 20px;
}
.tab-content1 > .active {
    display: block;
	visibility: visible;
}
/* .tab-content1 > .tab-pane1 { */
    /* display: none; */
/* } */
.media-body1 {
    overflow: hidden;
    zoom: 1;
	/* height: 230px; */
}
.tab-content1 h2 {
    margin-top: 0;
}
.tab-content1 img {
    border-radius: 4px;
}
.img-responsive1 {
    display: block;
    height: auto;
    max-width: 100%;
}
.fiche{
	color:#000000;
	animation: Test 1s infinite;
}
#test{
    animation: Test 1s infinite;
}
@keyframes Test{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}
.bridge{
	margin-top:-10px;
}
.tab-content1 > .active1 {
    display: block;
}
/*.tab-content1 > .tab-pane1 {
    display: none;
	visibility: hidden;
 } */
 .operation{
	 display:inline-block;
	 margin-left:50px;
 }
 .operation img{
	 width: 205px;
	 height: 190px;
	 margin-bottom: 10px;
 }
 .operation1{
	 display:inline-block;
	 /* margin-left:90px; */
 }
.reseaux-sociaux{
	margin-bottom: 20px;
	/* margin-left: 50px; */
	text-align: center;
}	
.tweeter {
	/* border:2px solid black; */
	
}
.fiche2{
	 display:inline-block;
	 margin-left:75px;
 }
scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	/*background-color: #888888;*/
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa { 
	line-height: inherit;
}

.cRetour {
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:rgba(0, 0, 0, 0.25);
  z-index:99999;
  transition:all ease-in 0.2s;
  position: fixed;
  cursor: pointer;
  bottom: 1em;
  right: 20px;
  display: none;
}
.cRetour:before{ content: "\25b2"; }
.cRetour:hover{
  background:rgba(0, 0, 0, 1);
  transition:all ease-in 0.2s;
}
.explication{

  font-size: 11px;	
}
.media{
	/*border: 1px solid black;*/
}
.service-box2{
  margin-left: 30px;

}
.image-partenaire{
   /*border: 1px solid black;*/
   padding-left: 50px;
   margin-bottom: 20px;
}
.image-abonnement{
   /*border: 1px solid black;*/
   /*padding-left: 50px;*/
   margin-bottom: 30px;
}
.image-partenaire img{
  width: 72px;
  height: 73px;
}
.image-abonnement img{
  width: 252px;
  height: 160px;
}
.desc{
	margin-top: 15px;
}
.partenaire1 a{
    color: #F90;
    cursor: pointer;
}
#espaceclient a{
    color: #F90;
    cursor: pointer;
}
.menu{
	visibility: hidden;
}
.facebook{
	/*border: 1px solid black;*/
}
.tweeter{
	/*border: 1px solid black;*/
}
.instagram{
	/*border: 1px solid black;*/
	
}
.g-ytsubscribe{
	border: 1px solid black;
}
.btn1{
	border-radius: 25px;
}
.rx-sx{
	padding-left: 90px;
}
.metier-dims{
	font-weight: bold;
}
.overlay-container2 {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #F90;
}
.carou{

	font-size: 10px;
	font-weight: bold;
	/*border: 1px solid black;*/
	color: #fff;
	/*margin-left: -200px;*/
	margin-left: 20px;
	/*margin-right: -269px;
	margin-bottom:-200px;*/
	/*margin-bottom:-100px; bande blanche*/
	margin-top: -200px;
	background-color: rgba(0,0,0, 0.4);
	/*display: inline-block;*/
	/*text-align: center;*/
	padding-right: 15px;
	padding-left: 15px;
	/*padding-top: 130px;*/
	/*padding-top: 5px;*/
	/*float: right;*/
	/*height: 609px;*/
	height: 100px;
	/*height: 570px; bande blanche*/
	width: 900px;
	/*width: 494px; bande blanche*/
}
.carou2{

	font-size: 10px;
	font-weight: bold;
	/*border: 1px solid black;*/
	/*color: #fff;*/
	color: #fff;
	/*margin-left: -200px;*/
	margin-left: 20px;
	/*margin-right: -269px;
	margin-bottom:-200px;*/
	/*margin-bottom:-100px; bande blanche*/
	margin-top: -200px;
	/*background-color: rgba(255, 255, 255, 0.2);*/
	background-color: rgba(0,0,0, 0.4);
	/*display: inline-block;*/
	/*text-align: center;*/
	padding-right: 15px;
	padding-left: 15px;
	/*padding-top: 130px;*/
	padding-top: 5px;
	/*float: right;*/
	/*height: 609px;*/
	height: 100px;
	/*height: 570px; bande blanche*/
	width: 800px;
	/*width: 494px; bande blanche*/
}
.carou3{

	font-size: 10px;
	font-weight: bold;
	/*border: 1px solid black;*/
	color: #fff;
	/*margin-left: -200px;*/
	margin-left: -200px;
	/*margin-right: -269px;
	margin-bottom:-200px;*/
	/*margin-bottom:-100px; bande blanche*/
	margin-top: -200px;
	background-color: rgba(255, 126, 0, 0.4);
	/*display: inline-block;*/
	/*text-align: center;*/
	padding-right: 15px;
	padding-left: 15px;
	/*padding-top: 130px;*/
	/*padding-top: 5px;*/
	/*float: right;*/
	/*height: 609px;*/
	height: 100px;
	/*height: 570px; bande blanche*/
	width: 900px;
	/*width: 494px; bande blanche*/
}
.carou h1{
        color: #fff;
}
.carou2 h1{
        color: #fff;
}
.carou3 h1{
        color: #000;
}
.carou h2{
        color: #fff;
}
/*.carou2 h1{
        color: #fff;
}*/
.carou h3{
        color: #fff;
}
/*.carou2 h1{
        color: #fff;
}*/
.del{
display:none;	
}
.load{
display:none;	
}
.img-tech{
/*border: 10px solid  black;*/
margin-top: 30px;
margin-bottom: 10px;

}
.img-tech-atlas{
/*border: 10px solid  black;*/
margin-top: 30px;
margin-bottom: 30px;

}
.bridge-img-tech{
/*border: 10px solid  black;*/
margin-top: -30px;

}
/*.slidefar{
	display: inline;
}*/
@media (max-width: 767px) {
  .banner {
  	width: 350px;
  }
}
.banner-far
{
	margin-top:100px;
}
.far-pres
{
	height: 400px;
}
.btn-rx {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	/*min-width: 160px;*/
	/*width:262px;*/
	width:40px;
	text-align: center;
	border-radius: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-rx-dims {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	/*min-width: 160px;*/
	/*width:262px;*/
	width:40px;
	text-align: center;
	border-radius: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tarif{
	/*border: 1px solid black;*/
	padding-left: 40px;
}
.zone{
	padding: 6px 15px;
    border-radius: 20px;
    display: inline-block;
    margin: 10px;
    border: 1px solid #F90;
    background: #fff;
    box-shadow: rgba(0,0,0,.4) 1px 10px 20px;
    /*cursor: pointer;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.zone1{
	padding: 6px 15px;
    border-radius: 20px;
    display: inline-block;
    margin: 10px;
    border: 1px solid #006400;
    background: #fff;
    box-shadow: rgba(0,0,0,.4) 1px 10px 20px;
    /*cursor: pointer;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.couverture{
	border-top: 1px solid #e7e7e7;
}
.dims-sces{
	margin-bottom: 40px;
}
.qsn{
	text-align: justify;
}
.nomchambre{
	/*font-style: lavanderia;*/
	color: #FF8C00;
	font-family: lavanderia;
}