@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway');


html,
html *{
	padding:0;
	margin:0;
	box-sizing:border-box;
	font-family:raleway;
	}
body{
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	}
main{
}
img{
	width:100%;
	height:auto;
	}
h1{
  font-size: 40px;
  color: #6b5d50;
  margin: 25px 0px 50px 15px;
  padding:16px 0 0 0;
  text-align:left;
  display:block;
  font-weight:100;
  }
h2{
  font-size: 25px;
  color: #6b5d50;
  margin: 25px 0px 50px 15px;
  padding:16px 0 0 0;
  text-align:left;
  display:block;
  font-weight:100;
  }
h3{
  font-size: 25px;
  color: #6b5d50;
  margin: 25px;
  padding: 40px 0;
  text-align:center;
  border: 2px solid #fff; 
  outline: 6px solid #d0ad99;
  background-color:#CFC1BB;
  display:block;
  font-weight:100;
  }
h4{
  font-size: 35px;
  color: #6b5d50;
  margin: 25px 0px 25px 15px;
  padding:16px 0 0 0;
  text-align:left;
  display:block;
  font-weight:100;
  }
h5{
  font-size: 25px;
  color: #fff;
  margin: 25px;
  padding: 40px 0;
  text-align:center;
  border: 2px solid #fff; 
  outline: 6px solid #f38633;
  background-color:#eb5496;
  display:block;
  font-weight:100;
  }
h6{
  font-size: 25px;
  color: #eb5496;
  margin: 25px 0px 50px 15px;
  padding:16px 0 0 0;
  text-align:left;
  display:block;
  font-weight:100;
  }
h7{
  font-size: 25px;
  color: #f38633;
  margin: 50px 0px 50px 15px;
  padding:50px 0 50px 0;
  text-align:left;
  display:contents;
  font-weight:100;
  }
h8{
  font-size: 25px;
  color: #fff;
  margin: 25px;
  padding: 40px 0;
  text-align:center;
  border: 2px solid #6b5d50; 
  outline: 6px solid #d0ad99;
  background-color:#CFC1BB;
  display:block;
  font-weight:100;
  }
p{
  color: #6b5d50;
  margin: 0 15px 15px 15px;
}
.logo-pco a{
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:75%;
	height:auto;
	}
.logo-pilatesco{
}
.logo-summer{
	margin-top: 75px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:auto;
	height:auto;
}
.logo-offrespe{
	width:50%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:auto;
}
.menu1{
	padding-top:30px;
	width:100%;
	background-color:#CEC1BB;
	}
.menu1 ul{
	list-style-type:none;
	}
.menu1 ul li a{
	text-align: center;
	display: block;
	padding:8px;
	font-size:26px;
	text-decoration:none;
	color:#6b5d50;
	
	}
.menu1 ul li a:hover{
	text-decoration:underline;
	text-decoration-color:#fff;
	}
.menu2{
	width:100%;
	}
.menu2 ul{
	list-style-type:none;
	}
.menu2 ul li a{
	display: block;
	padding:8px;
	font-size:26px;
	text-decoration:none;
	text-align:center;
	color:#6b5d50;
	}
.menu2 ul li a:hover{
	text-decoration:underline;
	text-decoration-color:#fff;
	}
.trait1{
	margin-top:20px;
	background-color:#d0ad99;
	width:auto;
	height:15px;
}
.trait2{
	background-color:#cec1bb;
	width:auto;
	height:10px;
}
.pilates{
	
	}
.pilates ul{
	color:#6b5d50;
	list-style-type:circle;
	margin: 10px 0 0 50px;;
	}
.texte{
	margin-bottom: 50px;
}
.photo_profil{
	display: block;
	float: right;
	width:45%;
	height:auto;
	margin: 0 15px 30px 30px;
}
.timetable{
	display: block;
	text-align: center;
	width:50%;
	height:auto;
	margin: 0 15px 30px 30px;
}
.mail, .mail:link, .mail:visited, .mail:hover, .mail:focus, .mail:active{
	color:#6b5d50;
	text-decoration:none;
	border-bottom: 1px solid #d0ad99;
	}
.mail:hover{
	color:#d0ad99;
	border-bottom: 1px solid #cec1bb;
	}
.mail-summer, .mail-summer:link, .mail-summer:visited, .mail-summer:hover, .mail-summer:focus, .mail-summer:active{
	color:#fff;
	text-decoration:none;
	border-bottom: 1px solid #f38633;
	}
.mail-summer:hover{
	color:#f38633;
	border-bottom: 1px solid #fff;
	}
.mail-offrespe, .mail-offrespe:link, .mail-offrespe:visited, .mail-offrespe:hover, .mail-offrespe:focus, .mail-offrespe:active{
	color:#6b5d50;
	text-decoration:none;
	border-bottom:none;
	}
.mail-offrespe:hover{
	color:#fff;
	border-bottom: 1px solid #fff;
	}
/*Formulaire Contact*/
label{
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}
form{
	margin:0 auto;
	width:459px;
}

input, textarea, file{
	width:439px;
	height:27px;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #6b5d50;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#cec1bb;
}
input:focus, textarea:focus {
	border:1px solid #6b5d50;
}
textarea{
	height:213px;
	background-color: #fff;
}
#submit{
	width:127px;
	height:48px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
}
#submit:hover{
	color:#fff;
	background-color: #d0ad99;
	opacity:0.9;
}
#cancel{
	width:127px;
	height:48px;
	text-align:center;
	border:none;
	margin-top:20px;
	cursor:pointer;
}
#cancel:hover{
	color:#fff;
	background-color: #d0ad99;
	opacity:0.9;
}
/*Cours*/
.cours{
    display:block;
	margin-top:40px;
    margin-bottom:20px;
    margin-left: auto;
    margin-right:auto;
    width: auto;
	height:auto;
	text-align: center;
}
/*Tarifs*/
table{
	margin: 10px 0 20px;
	font-size: 16px;
	border-width:medium;
	border-style:solid;
	border-color: #cec1bb;
	text-align: center;
	}
.coursessai{
	margin: 20px 0 20px;
	font-size: 16px;
	border-width: medium;
	border-style:solid;
	border-color: #cec1bb;
	text-align: center;
	}
.coursete{
	margin: 20px 0 20px;
	font-size: 16px;
	width:auto;
	border-style:solid;
	border-width: thin;
	border-color: #eb5496;
	text-align: center;
	display:contents;
	}
td{
	border-width:thin;
	border-style:solid;
	border-color: #cec1bb;
	vertical-align: middle;
	}

.table1{
	color:  #6b5d50;
	padding:30px 10px;
 	}
.table2{
	color:  #6b5d50;
	padding:30px;
	text-align: center;
	}
.table3{
	color:  #6b5d50;
	padding:30px 30px 0;
	border-bottom-color: #fff;
	text-align: center;
	}
.table4{
	color:  #6b5d50;
	padding:0px 30px 15px;
	border-top-color: #fff;
	text-align: center;
	}
.table5{
	color:  #6b5d50;
	padding:10px 10px;
	border-left-color: #fff;
	border-right-color: #fff;
	text-align: center;
	}
.table6{
	color:  #6b5d50;
	padding:10px 10px 0;
	border-bottom-color: #cec1bb;
	}
.table7{
	color:  #6b5d50;
	padding:15px 30px;
	border-bottom-color: #cec1bb;
	text-align: center;
	}
.table8{
	color:  #fff;
	background-color: #f38633;
	padding:30px;
	text-align: center;
	border-color: #eb5496;
	}
.table81{
	color:  #fff;
	background-color: #f38633;
	padding:30px;
	text-align: center;
	border-color: #fff;
	}
.table9{
	color:  #fff;
	background-color: #eb5496;
	padding:30px;
	text-align: center;
	border-color: #eb5496;
	}
.table91{
	color:  #fff;
	background-color: #eb5496;
	padding:30px;
	text-align: center;
	border-color: #fff;
	}
.table10{
	color:  #eb5496;
	background-color: #fff;
	padding:30px;
	text-align: center;
	border-color: #eb5496;
	}
.table11{
	color:  #fff;
	background-color: #cec1bb;
	padding:30px;
	text-align: center;
	border-color: #6b5d50;
	}
.table12{
	color:  #6b5d50;
	background-color: #fff;
	padding:30px;
	text-align: center;
	border-color: #6b5d50;
	}
.table13{
	color:  #fff;
	background-color:#d0ad99;
	padding:30px;
	text-align: center;
	border-color: #6b5d50;
	}
.table14{
	color:#fff;
	background-color:#cec1bb;
	padding:30px;
	text-align: center;
	border-color: #6b5d50;
	}
.table15{
	color:#fff;
	font-size: 25px;
	background-color:#cec1bb;
	padding:30px;
	text-align: center;
	border-color: #6b5d50;
	}
.table16{
	color:#fff;
	background-color:#d0ad99;
	padding:30px;
	text-align: center;
	border-color: #6b5d50;
	}
.table17{
	color:#fff;
	font-size: 25px;
	background-color:#d0ad99;
	padding:30px;
	text-align: center;
	border-color: #6b5d50;
	}
.essai{
	margin-bottom: 50px;
}
.imgtab{
	margin:10px 5px;
	width:100%;
	height: auto;
	text-align: center;
}
/*Tablet vieuw*/
@media (min-width:768px){

body{
	max-width:100%;
	}
img{
	width:100%;
	height:auto;
	margin-bottom: 15px;
	}
.cours{
	margin-top:40px;
    margin-bottom:20px;
    margin-left: auto;
    margin-right:auto;
    display: block;
    width:70%;
	height:auto;
	text-align: center;
}
h1{
  font-size: 40px;
  color: #6b5d50;
  margin: 25px 0px 50px 15px;
  padding:16px 0 0 0;
  text-align:left;
  display:block;
  font-weight:100;
  }
h2{
  font-size: 25px;
  color: #6b5d50;
  margin: 25px 0px 50px 15px;
  padding:16px 0 0 0;
  text-align:left;
  display:block;
  font-weight:100;
  }
h4{
  font-size: 35px;
  color: #6b5d50;
  margin: 25px 0px 25px 15px;
  padding:16px 0 0 0;
  text-align:left;
  display:block;
  font-weight:100;
  }
p{
  color: #6b5d50;
  margin: 0 15px 15px 15px;
}
.logo-pco a{
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:25%;
	height:auto;
	}
.menu1{
	text-align:center;
	background-color:#CEC1BB;
	}
.menu1 ul{
	list-style-type:none;
	
	}
.menu1 ul li{
	display : inline-block;
	font-weight:50;
	margin-top:65px;
	}
.menu1 ul li a{
	font-size:26px;
	text-decoration:none;
	text-align:center;
	color:#6b5d50;
	padding:0px 20px 0 20px;
	}
.menu1 ul li a:hover{
	text-decoration:underline;
	text-decoration-color:#fff;
	}
.menu2{
	text-align:center;
	}
.menu2 ul{
	list-style-type:none;
	
	}
.menu2 ul li{
	display : inline-block;
	font-weight:50;
	margin-top:65px;
	}
.menu2 ul li a{
	font-size:26px;
	text-decoration:none;
	text-align:center;
	color:#6b5d50;
	padding:0px 20px 0 20px;
	}
.menu2 ul li a:hover{
	text-decoration:underline;
	text-decoration-color:#fff;
	}
.trait1{
	margin-top:20px;
	background-color:#d0ad99;
	width:auto;
	height:15px;
}
.trait2{
	background-color:#cec1bb;
	width:auto;
	height:10px;
}
.pilates{
	
	}
.pilates ul{
	color:#6b5d50;
	list-style-type:circle;
	margin: 10px 0 0 50px;;
	}
.texte{
	margin-bottom: 50px;
}
.photo_profil{
	display: block;
	float:right;
	width:45%;
	height:auto;
	margin: 0 15px 30px 30px;
}
.mail, .mail:link, .mail:visited, .mail:hover, .mail:focus, .mail:active{
	color:#6b5d50;
	text-decoration:none;
	border-bottom: 1px solid #d0ad99;
	}
.mail:hover{
	color:#d0ad99;
	border-bottom: 1px solid #cec1bb;
	}
/*Formulaire Contact*/
label{
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}
form{
	margin:0 auto;
	width:459px;
}

input, textarea, file{
	width:439px;
	height:27px;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #6b5d50;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#cec1bb;
}
input:focus, textarea:focus {
	border:1px solid #6b5d50;
}
textarea{
	height:213px;
	background-color: #fff;
}
#submit{
	width:127px;
	height:48px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
}
#submit:hover{
	color:#fff;
	background-color: #d0ad99;
	opacity:0.9;
}
#cancel{
	width:127px;
	height:48px;
	text-align:center;
	border:none;
	margin-top:20px;
	cursor:pointer;
}
#cancel:hover{
	color:#fff;
	background-color: #d0ad99;
	opacity:0.9;
}
/*Tarifs*/
table{
	margin: 100px 0 20px;
	font-size: 16px;
	border-width: medium;
	border-style:solid;
	border-color: #cec1bb;
	text-align: center;
	}
td{
	border-width:thin;
	border-style:solid;
	border-color: #cec1bb;
	vertical-align: middle;
	}
	
.table1{
	color:  #6b5d50;
	padding:30px 10px;
 	}
.table2{
	color:  #6b5d50;
	padding:30px 30px;
	text-align: center;
	}
.table3{
	color:  #6b5d50;
	padding:30px 30px 0;
	border-bottom-color: #fff;
	text-align: center;
	}
.table4{
	color:  #6b5d50;
	padding:0px 30px 15px;
	border-top-color: #fff;
	text-align: center;
	}
.table5{
	color:  #6b5d50;
	padding:30px 30px;
	border-left-color: #fff;
	border-right-color: #fff;
	text-align: center;
	}
.table6{
	color:#6b5d50;
	padding:10px 10px 0;
	border-bottom-color: #cec1bb;
	}
.table7{
	color:  #6b5d50;
	padding:15px 30px;
	border-bottom-color: #cec1bb;
	text-align: center;
	}
.essai{
	margin-bottom: 50px;
}
.imgtab{
	margin:10px 10px;
	width:20%;
	height: auto;
	text-align: center;
}

/*Desktop vieuw*/
@media (min-width: 1024px){

body{
	max-width:1200px;
	}
    }
}