/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

body {
	font-family: verdana, arial, sans-serif;
background-color: #e8eef2;
min-width: 1200px;
}

#arriere
{
 height: 210px
}

mark
{
background-color: #FBFCFA;
 font-weight: bold;
}

header 
{
	position: absolute;
 width: 100%;
 background: url("") no-repeat;
 position: fixed;
 top: 0;
 text-align: left;
 color: white;
 z-index: 3;
}

#logo-jpk
{
 width: 130px;
 height: 130px;
 margin-left: 10px;
 margin-top: 5px;
}

#telephone-top
{
 width: 100%;
 height: 140px;
 background-color: #5B5D5D;
 display: flex;
 justify-content: space-around;
 min-width: 1000px;
 font-size: 0.8em;
}

#nom
{
	flex: 1;
	padding-left:2px;
	padding-top: 50px;
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
}	

#nom1
{
	font-size: 1.3em;
}	

#contact
{
	padding-top: 32px;
	padding-right: 100px;
	line-height: 3;
}

#logo-tel
{
	position: relative;
	top:5px;
}

#logo-mail
{
	position:relative;
	top: 8px;
	right: 3px;
}	

#adresse
{
	margin-right: 50px;
	margin-top: 30px;
}

#logo-map
{
	position: relative;
	top: 26px;
	right: 28px;
}

#menu
{
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #578CA9;
	line-height: 50px;
	box-shadow: 0px 2px 20px black;
	min-width: 1000px;
}

#menu li
{
		display: inline;
		list-style: none;
		color: white;
}

#menu a
{
	display: inline-block;
	margin-left:40px;
	text-decoration: none;
	color: white;
	width: 150px;
	height: 50px;
}

a:hover
{
	background-color: #046380;
}

section {
	
	display:flex;
	justify-content: space-around;
	min-height: 600px
}


h1
{
	font-size: 1.4em;
	text-align: center;

}

article
{
	margin-right: 30px;
	margin-left: 30px;
	width: 80%;
	min-width: 700px;
	background-color: #FBFCFA;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	height: 927px;
	line-height: 20px;

 box-shadow: 1px 2px 2px black;
 
}


#text-osteo
{
	font-size: 0.9em;
	padding-left: 5px;
	margin-bottom: 25px;
	margin-top: 10px;
}

#text-osteo-2
{
	font-size: 0.9em;
	padding-left: 5px;
	margin-bottom: 25px;
	margin-top: 30px;
}


#photo-bebe
{
	float: left;
	margin-right: 8px;
	margin-top: 15px;
	width: 300px;

}



#text-consult
{
	font-size: 0.9em;
	padding-left: 5px;
	margin-top: 20px;
	padding-bottom: 20px;
}

#cab
{
	width: 300px;
	margin-top: 25px;
	margin-right: 8px;
	float: right;
	margin-left: 2px;
}

#list-stage
{
	padding-left: 50px;
}	

#honoraire
{
	margin-top: 20px;
	text-align: center;
	font-size: 1.1em;
	line-height: 30px;
}

#mutuelle
{
	text-decoration: none;
	color: white;
	border: solid 1px black;
	border-radius: 5px;
	padding:5px; 
	background-color: #578CA9;
	box-shadow: 1px 1px 1px black;
}

#mutuelle:hover
{
  box-shadow: 1px 1px 1px black inset;
}


aside {

	width: 350px;
	min-width: 350px;
	margin-right: 30px;
}

#aside-top {
	border-radius: 10px;
	margin:auto;
}

#conteneur-ID
{
	background-color: #FBFCFA;
	height: 200px;
	color:black;
	box-shadow: 1px 2px 2px black;
}	

#consult
{
	color:white;
 	background-color: #5B5D5D;
 	padding-top: 10px;
 	padding-bottom: 15px;
 	text-align: center;
}	

#description
{
	padding-left: 20px;
	padding-top: 15px;
	text-align: center;
}

#photo-id
{
	float: left;
	background-color: #FBFCFA;
	width: 130px;
	padding-left: 10px;
	padding-top: 6px;
}

#RDV
{
	text-decoration: none;
	position: relative;
	top: 16px;
	left: 48px;
	color: white;
	border: solid 1px black;
	border-radius: 5px;
	padding:5px; 
	background-color: #578CA9;
	z-index: 2;
	box-shadow: 1px 1px 1px black;
}

#RDV:hover
{
  box-shadow: 1px 1px 1px black inset;
}

#conteneur-horaire
{
	background-color: #FBFCFA;
	margin-top: 25px;
	border-bottom: 1px solid #dfdfdf;
	box-shadow: 1px 2px 2px black;
	font-size: 0.9em;
}

#conteneur-horaire caption
{
	margin-bottom: 15px;
	background-color: #5B5D5D;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: white;
}	

#conteneur-horaire td
{
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 45px;
	text-align: left;
}

#logo-heure
{
	position: relative;
	top: 6px;
}	

#urgence
{
	background-color: #578CA9;
	text-align: center;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 1px 2px 2px black;
	color: white;

}

#aside-bot {
	background-color: #FBFCFA;
	margin-top:25px;
	text-align: center;
	padding: auto;
	box-shadow: 1px 2px 2px black;
}
 #aside-bot p
{
	color:white;
 	background-color: #5B5D5D;
 	padding-top: 10px;
 	padding-bottom: 15px;
}

#maps
{
		height: 58px;
		padding-top: 11px;
		background-color: white;
}

#logo-google
{
	position: relative;
	top: 6px;
}

footer {
	width: 100%;
	height: 100px;
	background-color: #578CA9;
	margin-top: 50px;
	box-shadow: 0px 2px 20px black;
}

#rappel
{
	display: flex;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5em;
}

#lieu
{
	width: 600px;
	margin-top: 10px;
}

#rapp
{
	width: 600px;
	margin-top: 10px;
}

#copyright
{
	font-size: 0.8em;
	text-align: center;	
}
/*mise en forme page3*/

h2
{
	padding-bottom: 15px;
	font-size: 1.2em;
	padding-left: 25px;
	font-weight: bold;
}

#consultation
{
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8em;
	padding-top: 30px;

}

#nourisson
{
	margin-top: 15px;
	padding-bottom: 30px;
	width: 320px;
}

#logo-bebe
{
	float: left;
}

#enfant
{
	width: 320px;
	margin-left: 50px;
}

#logo-enfant
{
	float: left;
}

#enceinte
{
	width: 320px;
	padding-top: 10px;
}

#logo-enceinte
{
	float: left;
}

#adulte
{
	width: 320px;
	padding-top: 10px;
	margin-left: 50px;
}

#logo-adulte
{
	float: left;
}

#sport
{
	width: 320px;
	padding-top: 25px;
}

#logo-sport
{
	float: left;
}

#senior
{
	width: 320px;
	margin-left: 30px;
	padding-top: 25px;
}

#logo-senior
{
	float: left;
}


/*mise en forme page5*/

#osteopathe
{
	text-align: center;
}

#text-contact
{
	color: #578CA9;
	font-weight: bold;
}



form { /*mise en forme formulaire mail*/
  margin: 0 auto;
  width: 400px;
  padding: 1em;
  border: 1px solid #CCC;
  border-radius: 1em;
  background-color: #578CA9;
  margin-top: 5px;
}

div + div {
  margin-top: 0.8em;
}

label {
  display: inline-block;
  width: 100px;
  text-align: left;
}

input, textarea {

  font: 1em sans-serif;
  width: 350px;
  margin-left: 20px;

  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #999;
}


input:focus, textarea:focus {
  border-color: #000;
}

textarea {
  vertical-align: top;

  height: 7em;


  resize: vertical;
}

.button {
  padding-left: 90px;
}

button {
 
  margin-left: .5em; /*fin de formulaire mail */
}

#tempo {
	width: 900px;
 	background-color: #FBFCFA;
 	margin-bottom: 15px;
 	margin-left: 150px;
 	padding-bottom: 20px;
	color: red;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.5em;
	box-shadow: 1px 2px 2px black;
}




