.header{
	  height: 440px;
	  /*background-image: url("../img/header-pont.jpg");*/
	  background-position: center;
	  color: white;
	  text-shadow: 0 -1px 3px rgba(1, 1, 1, 1)!important;
	  font-weight: bold;
}

body{
	background-image: url("../img/header-pont.jpg");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: auto 440px;
	background-color:#f1ebd6;
}

.header a, .header a:hover, .header a:focus{ color: white;}


.navbar .nav>li>a{
	  text-shadow: 0 -1px 3px rgba(1, 1, 1, 1)!important;
}


.contact{
	border-bottom: 1px solid white;
	padding-top: 29px;
    padding-bottom: 7px;
}

.name{
	  color: white;
	  font-size: 33px;
	  text-transform: uppercase;
	  letter-spacing: 0.1em;
}


  
.navbar-inner{
	background-color: unset;
	background-image: none;
	-webkit-border-radius: 0; 
    -moz-border-radius: 0;
    border-radius: unset;
    -webkit-box-shadow: unset; 
    -moz-box-shadow: unset ;
    box-shadow: unset;
}

.navbar .nav{
	text-transform: uppercase;
}

.navbar .nav>li>a{
	color: white;
	font-weight: bold;
}

.navbar .nav .active>a, .navbar .nav .active>a:hover{
	background-color:unset;
}

@media (max-width: 768px) { 
	.header{
	  height: 300px;
	}
	
	body{
		background-size: auto 300px;
	}
	.style-xs{
		margin-left: 33px!important;
		margin-top: 16px !important;
		margin-bottom: 10px !important;
	}
}
.block-xs-md{
  color: white!important;
}
@media (max-width: 980px) { 
	.block-xs-md{
	  display:block;
	}
}

@media (min-width: 768px) { 
	.pull-right-xs-md{
	  float: right;
	}
}

@media (min-width: 980px) { 
	.metadoxas{
	   margin-left: 32px;
		margin-top: -5px;
		margin-bottom: 5px;
	}
}


 @media (min-width: 768px) and (max-width: 980px) { 
	.header{
	  height: 440px;
	}

}

.body{
	margin-top: 31px;
	margin-bottom: 50px;
}
  

p {
	margin: 0 0 18px;
	font-size: 18px;
    line-height: 26px;
	text-align: justify;
	text-indent: 20px;
}	
p.no-margin {
	margin-top: -18px;
}

p.no-indentation {
	text-indent: 0;
}

.underline{
	text-decoration: underline;
}

.photo-therapie{
		display: block;
	}



@media (max-width: 768px) { 
	.photo-Julien{
		width: 75%;
		margin-right: auto;
		margin-left: auto;
		border-radius: 192px;
		max-width: 300px;
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) { 
	.photo-Julien{
		width:350px;
		float: left;
		margin-right: 25px;
		margin-bottom: 20px;
		border-radius: 20px;
		/*display: block;*/
	}
}

.iframe{

	margin-right: 25px;
    margin-bottom: 24px;
    margin-top: 31px;
}
.title-align-center{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-top:25px;
}

.line {
  text-decoration: line-through;
}

.align-center{
	text-align:center;
}

a:hover {
text-decoration:none;
}