@charset "utf-8";
/* CSS Document */

* {
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0 0 ;
	padding: 0;
	width: 100%;
	align-content: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	mso-line-height-rule: exactly;
	background-color: #f8f9f3;
}
		
.header{	
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background: #b32d67;
    font-size: inherit;
    line-height: 1.444em;
    padding: 10px 0;
	text-align: center;
	}
		
.pied{	
   	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background: #b32d67;
    font-size: .8em;
    line-height: 1.444em;
    padding: 10px 20px;
	text-align: center;
}

img{
	padding: 20px;
}
		
#imgtete{
	background: url("HarmonieMassage.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	min-height: 50%;
	max-height: auto;
	width: 100%;
	z-index: 1;
}

.grostitre{
	text-align: center;	
	line-height: 35px;
	font-size: 45px;
	font-style: italic;
	font-weight: bold;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
		
.titre{
	position: relative;
	text-align: center;
	font-size: 500%;
	z-index: 10;
	padding: 250px 0;
	color: #fff;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	text-shadow: 0 0 5px #4e4e4e, 0 0 5px #4e4e4e, 0 0 5px #4e4e4e;
}
		
img{
	max-width: 100%;
	height: auto;
}
	
.contenu{
	text-align: left;
	padding: 0 12%;
}
		
.colg{
	width: 50%;
	float: left;
}

.cold{
    width: 50%;
	float: right;
}	
		
p, .texte{
	margin-bottom: 15px;
	line-height: 35px;
	font-size: inherit;
	font-family: inherit;
	color: #1c1c1c;
}

.intro{
	text-align: center;	
	line-height: 35px;
	font-size: 18px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

.centreintro{
	text-align: center;	
	line-height: 25px;
	font-size: 16px;
}

.centre{
	text-align: center;	
	line-height: 25px;
	font-size: 1.2em;
}
		
.centre2{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
		
a{
	text-decoration: none;
	color: inherit;
}
img.bord {
	border: thin solid #b32d67;
	margin: 0 25px;
}
h1 {
	font-size: 300%;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	color: #4e4f41;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
		
h2 {
	background-color: #b32d67;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 35px;
	margin-bottom: 8px;
	padding: 10px;
	color: #fff;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	-webkit-font-smoothing: antialiased;
}
		
ul, li{
	line-height: 30px;
	margin-bottom: 25px;
}

.formulaire{
	box-sizing : border-box;
  width: 100%;
  /* redéfinition 400 + 2*20 */
  max-width: 1600px;
  margin:0 auto;
}

input[type=text], textarea, input[type=email] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 4px;
  margin-bottom: 6px;
  margin-right: 0px;
  margin-left: 0px;
  resize: vertical;
}

input[type=submit], input[type=reset] {
  background-color: #b32d67;
	font-size: 1em;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
	margin-right: 10px;
  cursor: pointer;
}

input[type=submit]:hover, input[type=reset]:hover {
  background-color: #1c1c1c;
}

		
@media only screen and (max-device-width: 480px) {
	.contenu{
		text-align: left;
		padding: 0 5%;
	}
	
	.centre{
		line-height: 70px!important;
	}
	
	ul, li{
	line-height: 50px!important;
	margin-bottom: 35px!important;
	}
	
	.colg{
		width: 100%!important;
	}

	.cold{
    	width: 100%!important;
	}
}
	