/*	$Id: prdv.css 1352 2019-08-12 16:24:33Z thierry $	*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, cite, code, img, q, s, 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;
}
b {font-weight:bold;}

ol, ul { list-style:none; }
table {border-collapse:collapse;}

button, input[type=button], input[type=submit] {cursor:pointer;}
button:focus, input:focus {outline:none;}

@font-face {
	font-family: 'Glyphicons';
	font-style:normal;
	font-weight:400;
	font-size:1.25em;
	src:url('https://cdn.bjm31.fr/glyphicons/font/glyphicons-regular.otf') format('opentype'),
		url('https://cdn.bjm31.fr/glyphicons/font/glyphicons-regular.ttf') format('truetype');
}


body {
	background:url('/img/fond-rendez-vous-medical-3.jpg') no-repeat center top;
	background-size:auto 530px;
	font-family:Raleway, Arial, sans-serif;
	font-size:18px;
}
a {text-decoration:none;color:#999;cursor:pointer;}
a:visited {color:#999;}
a:hover {color:black;}

a.sl {color:black;text-decoration:underline;}
a.sl:visited {color:black;}
a.sl:hover {color:#999;}

#copyright {
	text-align:center;
	color:#444;
	font-family:Raleway, Arial, sans-serif;
	font-size:13px;
	margin-bottom:20px;
}
#copyright a {
	color:inherit;
}

/*
	text-shadow: 0 0 10px rgba(0, 0, 0, .4)
 */

#logo {
	position:fixed;
	top:0;left:0;
	width:100%;
	height:70px;
	z-index:997;
	background:url('img/logo10.png') no-repeat 10px center;
	background-size:407px 40px;
	border-bottom:1px solid grey;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#logo.scroll {
	background-color:white;
}
#logo div.logo {
	cursor:pointer;
	float:left;
	height:46px;
	margin:10px 0 0 10px;
	position:relative;
	width:270px;
	z-index:998;
}
#logo div.accueil {
	font-family:Geneva, sans-serif;
	font-size:14px;
	font-weight:400;
	float:left;
	margin-left:20px;
	position:relative;
	top:20px;
}
#logo div.acces {
	font-family:Geneva, sans-serif;
	font-size:14px;
	font-weight:400;
	float:left;
	line-height:1em;
	margin-left:20px;
	position:relative;
	top:22px;
}
#logo div.acces a span {
	color:#2bbbad;
	font-family:"Arial Narrow";
	font-size:14px;
	font-weight:normal;
}

#totop {
	bottom:10px;right:16px;
	cursor:pointer;
	display:none;
	font-family:"Glyphicons";
	font-size:50px;
	font-weight:normal;
	height:60px;width:60px;
	position:fixed;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:9999;
}
#totop.scroll {
	display:block;
}

span.bouton, div.bouton {
	font-family:Raleway, Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	padding:4px 12px;
	background-color:#2bbbad;
	margin:14px 4px;
	XXXheight:2.5em;
	height:35px;
	line-height:2.5;
	color:white;
	border-radius:4px;
}
#logo span.bouton {
	float:right;
}
#logo span.bouton:first-child {
	margin-right:10px;
}

#logo span.menu {
	float:right;
	margin-right:16px;
}
button:focus, input[type=button]:focus, input[type=submot]:focus {
  outline: none;
}

button.prdv, input.prdv, #MB_BUTTONS button, a.prdv {
	-webkit-appearance:none;
	-moz-appearance:none;
	background-color:#2bbbad;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	box-sizing:border-box;
	color:white;
	display:inline;
	font-family:Geneva, sans-serif;
	font-size:14px;
	font-weight:400;
	height:44px;
	line-height:2.5;
	margin:14px 4px;
	padding:4px 10px;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
button.prdv:disabled, input.prdv:disabled {
	background-color:grey;
	cursor:default;
}

a.prdv:link {
	display:inline-block;
	text-decoration:none;
}
a.prdv:visited {color:white;}

a.prdv:hover,
input.prdv:hover,
button.prdv:hover,
#MB_BUTTONS button:hover {
	-webkit-box-shadow:0.5px 0.5px 3px #1bbb9d;
	-moz-box-shadow:0.5px 0.5px 3px #1bbb9d;
	box-shadow:0.5px 0.5px 3px #1bbb9d;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
a.prdv:active {color:darkgreen;}

a.glow img, #MB_CLOSE_A, .DLG_CLOSE_A {
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

a.glow:hover img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform: scale(1.2);
}
#MB_CLOSE_A:hover, .DLG_CLOSE_A:hover {
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform: scale(1.3);
}

button.prdv.tiny, input.prdv.tiny, a.prdv.tiny {
	font-size:11px;
	height:22px;
	line-height:1;
}

div.aide, span.aide {
	color:darkred;
	text-align:left;
	margin-left:0px	
}

.searchform {
	position:absolute;
	top:90px;right:19px;width:488px;
	font-family:Raleway, Arial, sans-serif;
	font-size:14px;
	color:grey;
}
.searchform table {margin:0 0 6px 6px;}
.searchform a {
	line-height:16px;
	color:inherit;
	background-color:#fcfcfc;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	margin:0 6px;
	padding:6px 6px;
	
}
.searchform a:hover {text-decoration:none;color:inherit;cursor:pointer;}
.searchform a:visited {color:inherit;}

.searchform a.onglet-actif {color:#2bbbad;background-color:white;}

.barform {
	font-size:14px;
	border-radius:6px;
	color:grey;
	background-color:white;
	border:1px solid grey;
	height:2.5em;
	line-height:2.5;
	padding:4px 4px 4px 4px;
}
.barform input[type=search] {
	font-family:inherit;
	font-size:inherit;
	-webkit-appearance:textfield;
	font-family:Geneva, Arial, sans-serif;
	font-size:18px;
	line-height:2;
	color:#2bbbad;
	margin:0;
	border:none;
	width:100%;
}
#fld_nom, #fld_act, #fld_cp {
	height:80%;
	padding:0 0 0 4px;	
}
#fld_act {
	width:50%;
}
#fld_cp {
	display:none;
	width:40%;
}

.searchlist {
	display:none;
	position:absolute;
	top:160px;right:18px;width:486px;
	max-height:395px;
	background-color:white;
	border:1px solid grey;
	z-index:1;
	overflow:scroll;
}
.searchlist ul {}

.searchlist ul li {
	border-bottom:1px solid grey;
	cursor:pointer;
	font-family:Roboto, Arial, sans-serif;
	font-size:14px;
	color:#999;
	padding:5px;
}
.abo_div {
	color:#333;
	font-size:14px
}
.abo_site {
	color:blue;
	font-size:14px;
	font-weight:400;
}
.abo_nom {
	font-family:Raleway, Arial, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#2bbbad;
}
.abo_activite {color:black;}
.abo_cpville {color:black;}
.abo_none {
	color:darkred;
	cursor:default;
	display:none;
}

#usr_cp {width:90px;}
#usr_ville {width:266px;}

.searchlist ul li.selected {
	color:white;
	background-color:#2bbbad;
	cursor:pointer;
}
.searchlist ul li.selected div {
	color:white;
}


.titre {
	position:absolute;
	top:203px;
	width:100%;
	text-align:center;
	font-family:Raleway, Arial, sans-serif;	
	font-size:38px;
	color:#333333;
	text-shadow:1px 1px 4px #888888;
}

.top-content {margin-top:530px;clear:both;}
.top-noimg {margin-top:70px;}

div.stcenter {
	padding:10px 2px;
	line-height:1.4;
	text-align:center;
}

div.dtext {
	margin:20px;
	color:#999;
	min-height:80px;
}
div.dtext img {
	margin-right:20px;
}

div.dleft {
	background-color:#f8f8ff;
	color:#999999;
	font-size:14px;
	padding:10px 10px 0 10px;
	text-align:left;
}
div.dright {
	background-color:#f8f8ff;
	color:#666;
	font-size:16px;
	padding:10px;
	padding-right:20px;
	text-align:right;
}
div.dright a {color:#000;}
div.dright a:hover {color:#999;}

div.dcenter {
	background-color:#f8f8ff;
	color:#999999;
	font-size:14px;
	padding:10px;
	text-align:center;
}
div.dmotif {
	color:#777;
	font-size:14px;
	padding:10px 0;
}
div.btns, .btns {
	text-align:center;
}


.fonctions {
}
.fonctions table {
	width:98%;
	table-layout:fixed;
}
.fonctions table td {
	text-align:center;
	color:#999999;
	padding:16px;
}

div.compteurs {
	
}
div.compteurs table {
	width:100%;
	table-layout:fixed;
}
div.compteurs table tr td {
	text-align:center;
	background-color:#f8f8ff;
	padding:20px 2px;
	color:#999999;
}
div.compteurs table tr td:first-child {
	border-right:solid 1px #999;
}
div.compteurs table tr td div {
	font-family:Verdana;
	font-size:40px;
	color:#666666;
}

div.description {
	margin-top:2em;
	padding:0 5%;
}
div.description table {
	table-layout:fixed;
	width:100%;
}
div.description table tr td {	/*	cellule de texte	*/
	width:50%;
	text-align:center;
	padding:0;
}
div.separator {
	clear:both;
}
div.description .separator {
	clear:both;
	height:40px;
}
div.description div.tdtitle {	/*	cellule de texte	*/
	text-align:left;
	font-size:32px;
	color:#333333;
	text-shadow:1px 1px 4px #888888;
	width:auto;
	margin:2px auto;
}
div.description div.fright {
	float:right;
	width:49%;
}
div.description div.tdtitle .subtitle {	/*	cellule de texte	*/
	font-size:80%;
}
.wrapper {clear:both;}

div.description div.tdtext {
	color:#999999;
	font-size:18px;
	padding:10px 0;
	text-align:left;
	width:49%;
}
div.tdtext b {
	color:#2bbbad;
	font-weight:bold;
}
div.description div.tdtext p.lien {
	margin-top:1em;
	text-align:center;
}
div.tdtext p {margin-bottom:1em;}

div.description div.tdleft, div.description div.imgleft {float:left;}
div.description div.tdright, div.description div.imgright {float:right;}

div.description div.imgright {text-align:right;}

div.description table tr td span.bouton, div.contact span.bouton {
	padding:15px 12px;
	height:35px;
	margin-top:20px;
}

div.description table tr th {	/*	cellule image	*/
	text-align:center;
	vertical-align:middle;
}

div.dtitle2 {
	background-color:#f8f8ff;
	color:#666;
	font-size:21px;
	margin:20px auto 0 auto;
	padding-top:0;
	text-align:center;
}

div.eagd {
	margin:12px auto 20px;
	font-size:17px;
	color:#999999;
}
div.eagd img {
	position:relative;
	top:-3px;
	vertical-align:middle;
}

div.contact {
	text-align:center;
	background-color:#f8f8ff;
	padding:40px 50px 50px 50px;
	color:#999999;
}

div.liens {
	background-color:#2bbbad;
	margin-bottom:14px;
}
div.liens>div {
	background-color:inherit;
	box-sizing:border-box;
	float:left;
	font-size:14px;
	line-height:1.5;
	padding: 2px 8px 7px 8px;
	width:33% !important;
}
div.liens>div.separator {
	clear:both;
	float:none;
}
div.liens table tr td.lntext {
	color:white;
	font-size:18px;
	padding-top:18px;
	padding-bottom:25px;
}
div.liens div.head {
	border-bottom:solid 1px white;
	Xcolor:#333;
	color:white;
	font-size:18px;
	margin:11px 0 8px 0;
	padding-bottom:3px;
}
div.liens div a, div.liens a:visited {
	color:black;
	line-height:1.3;
}
p.lntext {
	color:#444;
	font-family:Raleway, Arial, sans-serif;
	font-size:13px;
	padding:0 2em 1em 2em;
	text-align:center;
}


textarea {
	font-family:Raleway, Geneva, Arial, sans-serif;
	font-size:14px;
}

/*	Logo WebSanté et e-agenda télésecrétariat	*/
span.websante, a.websante, span.eagdtele, a.eagdtele {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
a.websante span.ws_web {
	color:#ff9600;
}
a.websante span.ws_sante {
	color:#999999;
}
a.eagdtele span.et_eagd {
	color:#1e77ab;
}
a.eagdtele span.et_tele {
	color:#999999;
}

img.info-dred {
	height:16px;
	left:-2px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:16px;
}

#outdated{
	border:solid 1px #999;
display:none;
	XXfont-size:14px;
	margin:3px auto;
	padding:5px;
	text-align:center;
	width:500px;	
}
#outdated p{margin-top:0;}
#outdated #btnCloseUpdateBrowser {display:none;}

@media only screen and (max-width: 770px) {
	body {
		background-position:center 70px;
		background-size:auto 230px;
	}
	.titre {
		font-size:28px;
		top:150px;
	}
	.top-content {margin-top:300px;}

	.fonctions {
		overflow-x:scroll;
		width:100%;
	}
	.fonctions table {
		width:650px;
	}
	.fonctions table td {
		font-size:15px;
		padding:16px 12px;
	}
	div.compteurs table tr td {
		font-size:15px;
	}
	div.compteurs table tr td div {
		font-size:23px;
	}

	div.description div.fright {
		float:none;
		width:auto;
	}

	div.description div.tdleft,
	div.description div.tdright,
	div.description div.imgleft,
	div.description div.imgright {
		float:none;
		text-align:left;
	}

	div.description div.imgleft img,
	div.description div.imgright img {
		width:99% !important;
		height:auto;
	}

	div.separator {clear:both;}
	div.description div.separator {
		height:40px;
	}
/*
#wrapper   { display: table; }
#firstDiv  { display: table-footer-group; }
#secondDiv { display: table-header-group; }
sinon:
#flex { display: flex; flex-direction: column; }
#a { order: 2; }
#b { order: 1; }
#c { order: 3; }
<div id="flex">
   <div id="a">A</div>
   <div id="b">B</div>
   <div id="c">C</div>
</div>
*/
	.wrapper {display:table;}
	.wrapper .imgleft { display: table-header-group; }
	.wrapper .imgright { display: table-header-group; }
	.wrapper .tdleft {display: table-footer-group;}
	.wrapper .tdright {display: table-footer-group;}

	div.liens>div {
		float:none;
		line-height:2.5;
		width:auto !important;
	}
	p.lntext {
		font-size:15px;
		padding:0 1em 1em 1em;
		text-align:left;
	}

	#copyright {
		line-height:24px;		
	}

}
