@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Ubuntu:300,300i,400,400i,500,500i,700,700i');

body{
	background:#909385;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}

/*
* Scroll to top
*/
	#topcontrol
	{
		font-size:36px;
		bottom:20px !important;
		right:30px !important;
		color:#6c6b63;
	}

/*
* header
*/
	.main-nav{	
		margin-top:62px;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.header-home .main-nav{	
		border-bottom: 1px solid #000;
	}
	
	.nav {
		display: inline-block;
		padding-bottom: 28px;
		font-family:'Ubuntu', sans-serif;
		font-weight:700;
		font-size:14px;
		text-transform: uppercase;
		color: #fff;
	}
	.header-home .nav{
		color:#000;
	}
	.navbar-nav{
		float:none;
	}
	.navbar-nav>li>a, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
		padding-top:0px;
		padding-bottom:0px;
		color:#FFF;
	}
	.header-home .navbar-nav>li>a, .header-home .navbar-nav>li>a:focus, .header-home .navbar-nav>li>a:hover {
		color:#000;
	}
	.navbar-nav>li>a:hover {
		background:none;
	}
	.navbar-nav>li.active>a, .navbar-nav>li.active>a:focus, .navbar-nav>li.active>a:hover {
		color:#FFF;
	}
	.header-home .navbar-nav>li.active>a, .header-home .navbar-nav>li.active>a:focus, .header-home .navbar-nav>li.active>a:hover {
		color:#000;
	}
	.navbar-nav > li.active > a:after, .navbar-nav > li.active > a:after, .navbar-nav > li > a:hover:after {
		content: '';
		position: absolute;
		top: 47px;
		left: 50%;
		margin-left: -6px;
		cursor: default;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 6px 6px;
		border-color: transparent transparent white transparent;
	}
	.header-home .navbar-nav > li.active > a:after, .header-home .navbar-nav > li.active > a:after, .header-home .navbar-nav > li > a:hover:after {
		border-color: transparent transparent black transparent;
	}
	.navbar-nav > li + li {
		margin-left: 47px;
	}
	.navbar-nav > li {
		position: relative;
		float: left;
	}
	.nav-dash{
		position: absolute;
		top: -8px;
		left: -22px;
		width: 1px;
		height: 34.53983207834109px;
		background: #fff;
		opacity: .2;
		-moz-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		 -webkit-transform: rotate(20deg);
		transform: rotate(20deg); 
	}
	.navbar-toggle .toggle-title {
		display: inline-block;
		float: left;
		color: rgba(255, 255, 255, 0.9);
		margin-right: 10px;
		font-weight: bold;
		text-transform: uppercase;
		position: relative;
		top: -1px;
	}
	.navbar-toggle .icon-bar-wrapper {
		float: left;
	}
	.navbar-toggle .icon-bar {
		background-color: #FFF;
		height: 3px;
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	.navbar-toggle:hover .icon-bar {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}
	
/*
* header scroll
*/
	.header-scrolled {
		background-color:#b2b5a7;
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
		-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		color:#FFF;
	}
	.header-scrolled{
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.header-scrolled .main-nav {
		margin-top: 30px;
		border-bottom: none;
	}
	.header-scrolled .nav{
		color:#FFF;
	}
	.header-scrolled .navbar-nav>li>a, .header-scrolled .navbar-nav>li>a:focus, .header-scrolled .navbar-nav>li>a:hover {
		color:#FFF;
	}
	.header-scrolled .navbar-nav>li.active>a, .header-scrolled .navbar-nav>li.active>a:focus, .header-scrolled .navbar-nav>li.active>a:hover {
		color:#FFF;
	}
	.header-scrolled .navbar-nav > li.active > a:after, .header-scrolled .navbar-nav > li.active > a:after, .header-scrolled .navbar-nav > li > a:hover:after {
		border-color: transparent transparent white transparent;
	}
	
/*
* logo
*/
	.brand, .brand-home{
		position:absolute;
		z-index:100;
		width:100%;
		text-align:center;
		top:220px;
	}
	.brand-home{
		top:490px;
	}
	.brand img, .brand-home img{
		width:400px;
	}
	
/*
* home
*/
	#home{
		height:430px;
	}
	
/*
* slider
*/
	#carousel img{
		width:100%;
	}
	.carousel-indicators li{
		width:14px;
		height:14px;
		border:3px solid #FFF;
	}
	.carousel-indicators .active {
		width:14px;
		height:14px;
		border:3px solid #b0b5a2;
		margin:1px;
		background:none;
	}
	
/*
* global
*/
	h2{
		font-weight: 300;
		font-size: 43px;
		line-height: 48px;
		color: #6c6b63;
		margin-bottom:30px;
	}
	
	h3{
		color:#6c6b63;
		font-size:20px;
		line-height:30px;
		font-weight:bold;
	}
	
	
	#welcomespa, #offers, #prise, #methode, #contact, #apropos, #equipe,
	#axe, #citation, #services, #contactfind, #contactform, #mentions, #prestation{
		padding-top:60px;
		padding-bottom:60px;
	}
	#home, #offers, #equipe, #contactform, #citation{
		background-color:#b2b5a7;
	}
	#prise, #welcomespa, #apropos, #contact, #services, #contactfind, #mentions, #prestation{
		background-color:#FFF;
	}
	#welcomespa ul, #prise ul, #methode ul, #equipe ul, #services ul, #axe ul{
		list-style-type:none;
		padding:0px;
		margin:0px;
		margin-top:20px;
		margin-bottom:20px;
		padding-left:10px;
		font-size:16px;
	}
	#axe ul.bulle-text-right{
		text-align:right;
	}
	#welcomespa ul li, #prise ul li, #methode ul li, #equipe ul li, #services ul li, #axe ul.bulle-text-left li{
		padding-left:14px;
		text-indent:-14px;
	}
	#welcomespa ul li:before, #prise ul li:before, #methode ul li:before, #equipe ul li:before, 
	#services ul li:before, #axe ul.bulle-text-left li:before, #axe ul.bulle-text-right li:before{
		content:" ";
		left:-10px;
		top:1px;		
		width:14px;
		height:14px;
		border:2px solid #6c6b63;
		border-radius: 10px;
		display:inline-block;
		position:relative;
	}
	#axe ul.bulle-text-right li:before{
		display:none;
	}
	#axe ul.bulle-text-right li:after{
		content:" ";
		right:-10px;
		top:1px;		
		width:14px;
		height:14px;
		border:2px solid #6c6b63;
		border-radius: 10px;
		display:inline-block;
		position:relative;
	}
	#offers .btn-rect, #contactform .btn-rect, #prestation .btn-rect {
		background:none;
		margin-top: 33px;
		text-decoration: none;
		color: #FFF;
		border-color: #FFF;
		padding: 11px 21px 11px 20px;
		border-radius:0px;
		text-transform: uppercase;
		font-weight: 400;
		font-size:15px;
		line-height:20px;
	}
	#offers .btn-rect:hover, #contactform .btn-rect:hover{
		border-color: #FFF;
		background: #FFF;
		color:#6c6b63;
	}
	#contactfind .horaires, #contact .horaires{
		font-size:14px;
		color:#888;
	}
	
/*
* welcomespa
*/
	#welcomespa img{
		margin-top:10px;
	}
		
/*
* offers
*/
	#offers h2{
		color:#FFF;
		line-height:90px;
		margin-bottom: 30px;
		border-bottom:1px solid #FFF;
	}
	#offers p{
		color:#FFF;
		font-size: 18px;
		line-height: 26px;
	}
		
/*
* prise en charge globale
*/
	#prise h2{
		margin-bottom: 69px;
	}
	#prise .bulle, #axe .bulle, #services .bulle{
		width:150px;
		text-align:center;
		font-size:24px;
		padding-top:60px;
		padding-bottom:60px;
		margin:auto;
		margin-bottom:20px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-ms-border-radius: 100%;
		-o-border-radius: 100%;
		border-radius: 100%;
	}
	#services .bulle{
		display:inline-block;
		color:#000;
	}
	#services .bulle.violet:hover{
		-webkit-box-shadow: 0 0 0 5px #9f85b3;
		-moz-box-shadow: 0 0 0 5px #9f85b3;
		-ms-box-shadow: 0 0 0 5px #9f85b3;
		-o-box-shadow: 0 0 0 5px #9f85b3;
		box-shadow: 0 0 0 5px #9f85b3;
	}
	#services .bulle.bleu:hover{
		-webkit-box-shadow: 0 0 0 5px #5f899e;
		-moz-box-shadow: 0 0 0 5px #5f899e;
		-ms-box-shadow: 0 0 0 5px #5f899e;
		-o-box-shadow: 0 0 0 5px #5f899e;
		box-shadow: 0 0 0 5px #5f899e;
	}
	#services .bulle.vert:hover{
		-webkit-box-shadow: 0 0 0 5px #86a891;
		-moz-box-shadow: 0 0 0 5px #86a891;
		-ms-box-shadow: 0 0 0 5px #86a891;
		-o-box-shadow: 0 0 0 5px #86a891;
		box-shadow: 0 0 0 5px #86a891;
	}
	#services .bulle.jaune:hover{
		-webkit-box-shadow: 0 0 0 5px #dca724;
		-moz-box-shadow: 0 0 0 5px #dca724;
		-ms-box-shadow: 0 0 0 5px #dca724;
		-o-box-shadow: 0 0 0 5px #dca724;
		box-shadow: 0 0 0 5px #dca724;
	}
	
	
	#prise .bulles{
		margin-bottom:30px;
	}
	#axe .bulles{
		margin-top:120px;
	}
	#prise .bulle.violet, #axe .bulle.violet, #services .bulle.violet{
		background-color:#d3c9dc;
		background-image:radial-gradient(white, #d3c9dc);
	}
	#prise .bulle.bleu, #axe .bulle.bleu, #services .bulle.bleu{
		background-color:#74a8c2;
		background-image:radial-gradient(white, #74a8c2);
	}
	#prise .bulle.vert, #axe .bulle.vert, #services .bulle.vert{
		background-color:#b2d7bf;
		background-image:radial-gradient(white, #b2d7bf);
	}
	#prise .bulle.jaune, #axe .bulle.jaune, #services .bulle.jaune{
		background-color:#f7c13c;
		background-image:radial-gradient(white, #f7c13c);
	}
	
/*
* méthode
*/
	#methode{
		background:url(../images/home_transparent.jpg) no-repeat center center #404040;
		color:#FFF;
	}
	#methode h2{
		color:#FFF;
		padding-bottom:52px;
		margin-bottom:100px;
		border-bottom:1px solid #FFF;
	}
	#methode ul li:before{
		border:2px solid #FFF;
	}
	#methode .txt1{
		color:#FFF;
	}
	#methode .etape{
		margin-bottom:20px;
	}
	#methode .etape span{
		font-size:18px;
		font-weight:600;
	}
	
/*
* contact
*/
	#contact h3 {
		margin-top: 0px;
	}
	
/*
* footer
*/
	#footer
	{
		padding-bottom:15px;
		padding-top:15px;
	}
	#footer .copyright
	{
		margin-top:10px;
		color:#52534c;
		font-size: 16px;
		font-weight:bold;
	}
	#footer .copyright a{
		text-decoration:none;
		color:#52534c;
	}
	#footer .copyright a:hover{
		color:#333;
	}	
	#footer .socialmedia a
	{
		font-size:30px;
		color:#52534c;
	}
	#footer .socialmedia a:hover
	{
		color:#333;
	}
	
/*
* equipe
*/
	#equipe {
		color:#FFF;
	}
	#equipe h2, #equipe h3{
		color:#FFF;
	}
	#equipe ul li:before{
		border:2px solid #FFF;
	}

/*
* axe
*/
	#axe{
		background:url(../images/homeslide.jpg) no-repeat center center;
		background-color:#d5d5cd;
	}	
	#axe ul li{
		margin-top:0px;
	}
	#axe ul.bulle-top{
		margin-top:25px;
	}
	
/*
* citation
*/
	#citation h2{
		color:#FFF;
	}
	#citation span{
		font-weight:600;
	}
	
/*
* services
*/
	#services .thumb{
		position: relative;
	}
	#services .thumb img{
		width:100%;
	}
	#services .thumb-hover{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		-webkit-transition: all .3s;
		transition: all .3s; 
		opacity: 0;
		background-color: rgba(0, 0, 0, .7);
	}

	#services .thumb:hover .thumb-hover,
	#services .thumb:hover .thumb-hover .thumb-description{
		opacity: 1;
	}

	#services .thumb:hover .thumb-hover .thumb-description {
		top: 45%;
		margin-top: 20px;
	}

	#services .thumb-hover .thumb-description {
		position: absolute;
		width: 100%;
		top:30%;
		-webkit-transition: all .3s;
		transition: all .3s;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0;
		text-align:center;
	}
	#services .thumb-hover .thumb-description{
		color:#FFF;
	}
	#services .thumb-hover .thumb-description .btn-rect {
		width:150px;
		margin-top: 33px;
		text-decoration: none;
		color: #FFF;
		border-color: #FFF;
		border-radius:0px;
		padding: 11px 21px 11px 20px;
		text-transform: uppercase;
		font-weight: 400;
		font-size:15px;
		line-height:20px;
		
	}
	#services .thumb-hover .thumb-description .btn-rect:hover{
		border-color: #6c6b63;
		background: #6c6b63;
		color:#FFF;
	}
	
/*
* prestation
*/
	.title-axe{
		/*border:1px solid pink;*/
	}
	.descr-axe{
		/*border:1px solid pink;*/
	}
	.title-theme{
		/*border:1px solid green;*/
	}
	.subtitle-theme{
		/*border:1px solid #00FF00;*/
	}
	.descr-theme{
		/*border:1px solid green;*/
	}
	.content-presta
	{
		margin-bottom:10px;
	}
	.title-presta
	{
		/*border:1px solid red;*/
		padding-left:14px;
		text-indent:3px;
		font-weight:600;
	}
	.title-presta:before{
		content:" ";
		top:4px;
		left:14px;
		width:14px;
		height:14px;
		border:3px solid #6c6b63;
		border-radius: 10px;
		display:inline-block;
		position:absolute;
	}
	.tarif-presta{
		/*border:1px solid blue;*/
		font-weight:600;
	}
	.duree-presta{
		/*border:1px solid yellow;*/
		color:#555;
	}
	.subtitle-presta{
		/*border:1px solid brown;*/
	}
	.descr-presta{
		/*border:1px solid purple;*/
		font-size:14px;
	}
	#prestation .btn-rect {
		background:none;
		color: #6c6b63;
		border-color: #6c6b63;
	}
	#prestation .btn-rect:hover{
		border-color: #6c6b63;
		background: #6c6b63;
		color:#FFF;
	}
	
/*
* contact info
*/
	#contactfind h3{
		margin-top:0px;
	}
	#contactfind #map
	{
		width:100%;
		height:350px;
	}
	#contactform h2{
		color:#FFF;
		line-height:90px;
		padding-bottom:20px;
		border-bottom:1px solid #FFF;
	}
	#contactform input[type='text'] {
		height: 47px;
		margin: 0;
	}
	#contactform input[type='text'], #contactform textarea {
		background-color: #C3C6B8;
		color:#FFF;
		border: none;
		width: 100%;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		line-height: 24px;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		padding: 12px 20px 11px;
	}
	#contactform input[type='text']::-webkit-input-placeholder,
	#contactform textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	  color: #EEE;
	}
	#contactform input[type='text']::-moz-placeholder,
	#contactform textarea::-moz-placeholder{ /* Firefox 19+ */
	  color: #EEE;
	}
	#contactform input[type='text']:-ms-input-placeholder,
	#contactform textarea:-ms-input-placeholder{ /* IE 10+ */
	  color: #EEE;
	}
	#contactform input[type='text']:-moz-placeholder ,
	#contactform textarea:-moz-placeholder{ /* Firefox 18- */
	  color: #EEE;
	}
	
/*
* version
*/
	@media (min-width: 992px) and (max-width: 1200px) {
		.brand-home{
			top: 370px;
		}
		#services .thumb{
			margin-bottom:30px;
		}
		#services .thumb img{
			width:100%;
		}
		#services .thumb-mobile{	
			/*border:1px solid red;*/
		}
		#services .thumb-mobile ul li a{
			color:#333;
			text-decoration:none;
		}
	}

/*
* version tablette
*/
	@media (min-width: 768px) and (max-width: 992px) {
		.navbar-nav > li + li {
			margin-left: 22px;
		}
		.brand-home{
			top: 305px;
		}
		.brand-home img{
			width: 250px;
		}
		#services .thumb{
			margin-bottom:30px;
		}
		#services .thumb img{
			width:100%;
		}
		#services .thumb-mobile{	
			/*border:1px solid red;*/
		}
		#services .thumb-mobile ul li a{
			color:#333;
			text-decoration:none;
		}
	}
	
/*
* version mobile
*/
	@media (max-width: 767px) 
	{
		#header {
			background-color:#b2b5a7;
			-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
			-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
			box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
			-webkit-transition: all 0.6s ease-in-out;
			-moz-transition: all 0.6s ease-in-out;
			-ms-transition: all 0.6s ease-in-out;
			-o-transition: all 0.6s ease-in-out;
		}
		#header .main-nav{
			margin-top: 15px;
			border-bottom: none;
		}
		.header-hom .navbar>li>a, .header-home .navbar-nav>li.active>a, .header-home .navbar-nav>li.active>a:focus, .header-home .navbar-nav>li.active>a:hover {
			color:#FFF;
			background:none;
		}
		.header-home .navbar-nav>li>a, .header-home .navbar-nav>li>a:focus, .header-home .navbar-nav>li>a:hover {
			color:#FFF;
			background:none;
		}
		.navbar-collapse {
			padding-right: 0px;
			padding-left: 0px; 
			border-top:0px;
			box-shadow:none;
			-webkit-box-shadow:none;
		}
		.navbar-nav li
		{
			width:100%;
		}
		.navbar-nav > li + li {
			margin-left: 0px;
		}
		.nav-dash {
			left:-6px;
		}
		.navbar-nav>li>a, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
			padding-top:10px;
			padding-bottom:10px;
		}
		.navbar-nav > li.active > a:after, .navbar-nav > li.active > a:after, .navbar-nav > li > a:hover:after {
			display:none;
		}
		.nav{
			padding-bottom:14px;
		}
		.navbar-brand{
			padding:0px;
		}
		.navbar-brand img {
			width: 150px;
			height: 40px;
		}
		h2{
			font-size: 28px;
			line-height: 30px;
		}
		#welcomespa, #offers, #prise, #methode, #contact, #apropos, #equipe,
		#axe, #citation, #services, #contactfind, #contactform{
			padding-top:30px;
			padding-bottom:30px;
		}
		#axe{
			background:none;
			background-color:#d5d5cd;
		}
		#axe .bulles{
			margin-top:0px;
		}
		#axe .bulles .bulle-descr{
			margin-bottom:20px;
		}
		#axe ul.bulle-text-right{
			text-align:left;
		}
		#axe ul.bulle-text-right li:before{
			display:inline-block;
		}
		#axe ul.bulle-text-right li:after{
			display:none;
		}
		#axe ul.bulle-text-right li{
			padding-left:14px;
			text-indent:-14px;
		}
		 
		#home{
			height:73px;
		}
		#methode{
			background:none;
			background-color:#404040;
		}
		#methode h2{
			padding-bottom: 25px;
			margin-bottom: 25px;
		}
		#citation h2 {
			font-size: 25px;
			line-height: 30px;
		}
		#services .thumb{
			margin-bottom:30px;
		}
		#services .thumb img{
			width:100%;
		}
		#services .thumb-mobile{	
			/*border:1px solid red;*/
		}
		#services .thumb-mobile ul li a{
			color:#333;
			text-decoration:none;
		}
		#services .bulle{
			width:100px;
			font-size:16px;
			padding-top:40px;
			padding-bottom:40px;
		}
		#map{
			margin-bottom:20px;
		}
		
	}