

/* HEADER */
div#fiche-header {
	width: 100%;
	max-width: 970px;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
}
div#fiche-header img {
	width: 100%;
	display: block;
}
div#fiche-top-info {
	width: 100%;
	max-width: 970px;
	box-sizing: border-box;
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}
div#fiche-top-info h1 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 34px;
	line-height: 44px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 7px;
	text-align: left;
	color: #000000;
}
div#fiche-top-info p {
	text-align: left;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
/* HEADER END */






/* STRUCUTRE */
div#fiche-wrap {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div#fiche-side {
	float: left;
	width: 100%;
	max-width: 350px;
	margin-right: 30px;
	margin-bottom: 30px;
}
div#fiche-side.urgences {
	max-width: 250px;
}
div#fiche-side.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
div#fiche-content {
	float: left;
	width: calc(100% - 380px);
	margin-bottom: 30px;
}
div#fiche-content.urgences {
	width: calc(100% - 280px);
}
/* STRUCUTRE END */





/* FICHE SIDE */
div#fiche-side-info {
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	z-index: 95;
}
div#fiche-side-info div.nav a {
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 8px;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
div#fiche-side-info div.nav a:hover {
	background-color: #d9f0fd;
}
div#fiche-side.urgences div#fiche-side-info div.nav a {
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	padding: 12px;
}
div#fiche-side.urgences div#fiche-side-info div.nav a:hover {
	background-color: #f5f5f5;
}
div.situation {
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	margin-right: 7px;
	bottom: -1px;	
}
div.situation-big {
	display: inline-block;
	color: #ffffff;
	margin-left: 5px;
	bottom: -20px;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 30px;
	overflow: hidden;
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
div.rouge {
	background-color: #dd0000;
}
div.orange {
	background-color: #f57c06;
}
div.vert {
	background-color: #39b54a;
}
div.bleu-fonce { /* pour remplacer les couleurs urgences */
	background-color: #335577;
}
div#fiche-telephone, div#fiche-telephone-appeler a {
	background-color: #39b54a;
	height: 50px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1px;
	padding-top: 13px;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/bg-fiche-telephone.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 65px;
	transition: 0.3s;
}
div#fiche-telephone:hover, div#fiche-telephone-appeler a:hover {
	background-color: #29a53a;
}
div#fiche-telecopieur {
	background-color: #39b54a;
	height: 50px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1px;
	padding-top: 13px;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/bg-fiche-telecopieur.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 65px;
	transition: 0.3s;
}
div#fiche-web, div#fiche-web-url a {
	background-color: #0086b4;
	height: 50px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1px;
	padding-top: 16px;
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
	background-image: url(images/bg-fiche-web.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 65px;
	transition: 0.3s;
}
div#fiche-web:hover, div#fiche-web-url a:hover {
	background-color: #0076a4;
}
div#fiche-rdv a {
	background-color: #446688;
	height: 50px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1px;
	padding-top: 16px;
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
	background-image: url(images/bg-fiche-rdv.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 65px;
	transition: 0.3s;
}
div#fiche-rdv a:hover {
	background-color: #335577;
}
div#fiche-adresse {
	background-color: #ffffff;
	height: auto;
	min-height: 40px;
	width: 100%;
	padding-left: 70px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	background-image: url(images/bg-fiche-adresse.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	display: block;
}	
div#fiche-adresse p {
	font-size: 13px;
	margin-top: 0px;
	line-height: 18px;
	margin-bottom: 0px;
}
div#fiche-adresse p.multi-fiches-info {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 2px dotted #dddddd;
	margin-right: 30px;
	box-sizing: border-box;
}
div#fiche-adresse select {
	width: calc(100% - 30px);
	font-size: 13px;
	color: #000000;
	border-radius: 5px;
	outline: none;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #ffffff;
}
div.fiche-icon {
	float: left;
	width: 50px;
	height: 50px;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	z-index: 90;
	transition: 0.3s;
}
div.fiche-icon:hover {
	background-color: #d9f0fd;	
}
div.fiche-icon img {
	display: block;
	width: 100%;
}
/* FICHE SIDE END */





/* FICHE ICON BS */
div#fiche-bt-bs a {
	background-color: #39b54a;
	height: 50px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1px;
	padding-top: 15px;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	background-image: url(images/bg-fiche-rdv-green.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 65px;
	transition: 0.3s;
}
div#fiche-bt-bs a:hover {
	background-color: #29a53a;
}
div#fiche-bt2-bs a {
	display: block;
	width: 230px;
	height: 50px;
	box-sizing: border-box;
	padding-top: 15px;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px;
	background-color: #39b54a;
	transition: 0.3s;
	border-radius: 5px;
}
div#fiche-bt2-bs a:hover {
	background-color: #29a53a;	
}
/*
@media (max-width: 1000px) {
div#fiche-bt2-bs a {
	display: block;
}
}
*/
/* FICHE ICON BS END */





/* POUR TEMPS D'ATTENTE URGENCES */
div.a-lire-urgences a {
	float: left;
	width: calc(33% - 15px);
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 20px;
	color: #000000;
	font-size: 18px;
	line-height: 22px;
	transition: 0.3s;
	text-align: left;
	margin-right: 22px;
	margin-bottom: 20px;
}
div.a-lire-urgences.last a {
	width: calc(34% - 14px);
	margin-right: 0px;	
}
@media (max-width: 760px) {
div.a-lire-urgences a, div.a-lire-urgences.last a {
	float: none;
	display: block;
	width: 100%;
	margin-right: 0px;
}
}
div.a-lire-urgences a:hover {
	background-color: #0088b6;
	color: #ffffff;
	text-decoration: none;
}
h2.region {
	display: block;
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 30px;
	text-align: left;
	margin-top: 0px;
	font-size: 26px;
	font-weight: normal;
}
div.graph-box {
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}
div.graph-box div.situation-generale {
	float: left;
	width: 150px;
	vertical-align: middle;
	margin-right: 10px;
	background-color: #222222;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
}
div.graph-box div.situation-generale div.titre {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 5px;
}
div.graph-box div.situation-generale div.situation-big {
	display: block;
	color: #ffffff;
	bottom: 0px;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	text-align: center;
	overflow: hidden;
	padding-top: 30px;
	font-size: 24px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
div.graph-box div.graph {
	display: inline-block;
	vertical-align: middle;
}
div.graph-box div.graph div.titre {
	display: block;
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
	margin-bottom: 10px;
}
div.graph-box div.graph div.colonne {
	display: inline-block;
	text-align: center;
	width: 40px;
	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	filter: grayscale(15%);
	transition: 0.3s;
	opacity: 0.8;
}
div.graph-box div.graph div.colonne:hover {
	opacity: 1;
}
div.graph-box div.graph div.colonne-pourcentage {
	position: absolute;
	width: 100%;
	bottom: 25px;
	color: #ffffff;
	font-size: 12px;
}
div.graph-box div.graph div.colonne-date {
	position: absolute;
	width: 100%;
	bottom: 0px;
	color: #000000;
	opacity: 1;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	background-color: #ffffff;	
}
div.region-tendance {
	display: block;
	background-color: #ffffff;
	height: auto;
	width: 290px;
	box-sizing: border-box;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #d7d7d7;
	margin-bottom: -1px;
}
div.region-tendance div.titre {
	display: block;
	font-size: 16px;
	color: #000000;
	padding-top: 20px;
	margin-bottom: 15px;
}
div.region-tendance div.colonne {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	width: 22px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	filter: grayscale(15%);
	transition: 0.3s;
	opacity: 0.8;
}
div.region-tendance div.region-tendance-date {
	position: absolute;
	width: 100%;
	bottom: 3px;
	color: #ffffff;
	opacity: 1;
	font-size: 11px;	
}
table.urgences {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
table.urgences tr {
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
	transition: 0.3s;
}
table.urgences tr:hover {
	background-color: #d9f0fd;
}
table.urgences td {
	margin: 1px;
	padding: 10px;
	border: 1px solid #ffffff;
}
table.urgences.white-box {
	box-shadow: 0px 0px 3px #cccccc;
	margin-bottom: 20px;
	background-color: #ffffff;
	box-sizing: border-box;
}
table.urgences.white-box tr {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	transition: 0.3s;
}
table.urgences.white-box tr:hover {
	background-color: #d9f0fd;
}
table.urgences.white-box td {
	margin: 1px;
	padding: 10px;
	border: 1px solid #dddddd;
}
table.urgences.white-box td a:hover {
	text-decoration: none;
}
table.urgences.white-box td div.attention-maj {
	display: block;
	background-color: #f5f5f5;
	padding: 8px;
	box-sizing: border-box;
	color: #bb3333;
	border-radius: 4px;
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
	font-style: italic;
}
/* POUR TEMPS D'ATTENTE URGENCES END */






/* POUR CHIRURGIES */
div.cercle {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	width: 100px;
	border-radius: 40px;
	text-align: center;
	background-color: #ffffff;
	font-size: 13px;
}
div.cercle.bordure-vert {
	border: 2px solid #39b54a;
}
div.cercle.bordure-orange {
	border: 2px solid #f57c06;
}
div.cercle.bordure-rouge {
	border: 2px solid #dd0000;
}
/* POUR CHIRURGIES END */







/* POUR PORTRAIT VACCIN COVID-19 */
div.bordure-blanc {
	padding: 5px;
	background-color: #ffffff;
}
div.mini-box-variation {
	display: inline-block;
	margin-left: 3px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	padding: 5px;
	font-size: 12px;
}
div.mini-box-variation.hausse {
	color: #138723;
}
div.mini-box-variation.baisse {
	color: #990000;
}
div.mini-box-variation span.fleche {
	display: inline-block;
	width: 10px;
	margin-bottom: -1px;
	margin-left: 2px;
}
div.mini-box-variation span.fleche img {
	display: block;
	width: 100%;
}
td.total-doses {
	color: #335577;
	font-size: 15px;
	font-weight: bold;
}
/* POUR PORTRAIT VACCIN COVID-19 END */





/* LE RÉPERTOIRE BOX */
div#fiche-le-repertoire {
	display: block;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
div#fiche-le-repertoire a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000000;
	padding: 30px;
	padding-left: 100px;
	background-image: url(images/bg-fiche-le-repertoire.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 22px;
	line-height: 26px;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: left;
}
div#fiche-le-repertoire a:hover {
	color: #0088b6;	
}
/* LE RÉPERTOIRE BOX END */


/* TEMPS URGENCES BOX */
div#fiche-temps-urgences {
	display: block;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	width: 100%;
	box-sizing: border-box;
}
div#fiche-temps-urgences a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000000;
	padding: 30px;
	padding-left: 100px;
	background-image: url(images/bg-fiche-temps-urgences.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 22px;
	line-height: 26px;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: left;
}
div#fiche-temps-urgences a:hover {
	color: #0088b6;	
}
/* TEMPS URGENCES BOX END */


/* DEMANDER UN RENDEZ-VOUS */
div#fiche-demander-un-rdv {
	display: block;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	width: 100%;
	box-sizing: border-box;
}
div#fiche-demander-un-rdv a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000000;
	padding: 30px;
	padding-left: 100px;
	background-image: url(images/bg-fiche-demander-un-rdv.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	line-height: 22px;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: left;
}
div#fiche-demander-un-rdv a:hover {
	color: #0088b6;	
}
/* DEMANDER UN RENDEZ-VOUS END */





/* DESCRIPTION */
div#fiche-description {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	margin-bottom: 30px;
	padding: 40px;
	padding-bottom: 30px;
	box-sizing: border-box;
	text-align: justify;
	font-size: 13px;
	line-height: 18px;
}
div#fiche-description div#services-offerts {
	display: block;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: #f5f5f5;
	background-image: linear-gradient(#ffffff, #f5f5f5);
	width: calc(100% + 80px);
	font-size: 13px;
	height: 49px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -40px;
	margin-top: -40px;
	margin-bottom: 40px;
	border-bottom-left-radius: 0px;
	padding-top: 16px;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
div#teleconsultation {
	display: block;
	background-color: #f5f5f5;
	background-image: linear-gradient(#eeeeee, #f5f5f5);
	width: 100%;
	margin-left: 0px;
	padding: 20px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
	box-sizing: border-box;
	text-align: center;
	margin-top: 30px;
}
@media (max-width: 1000px) {
div#teleconsultation {
	margin-bottom: 10px;
	font-size: 15px;
}
}
div#teleconsultation span.teleconsultation-icon {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	margin-left: -10px;
	margin-right: -5px;
}
div#teleconsultation span.teleconsultation-icon img {
	display: block;
	width: 100%;
}
@media (max-width: 1000px) {
div#teleconsultation span.teleconsultation-icon {
	width: 60px;
}
}
div#teleconsultation span.teleconsultation-crochet {
	display: inline-block;
	vertical-align: middle;
	margin-top: -8px;
	width: 25px;
	height: 25px;
}
div#teleconsultation span.teleconsultation-crochet img {
	display: block;
	width: 100%;
}
@media (max-width: 1000px) {
div#teleconsultation span.teleconsultation-crochet {
	display: none;
}
}
div#telemedecine {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 210px;
	height: 70px;
	font-size: 13px;
	font-style: italic;
	box-sizing: border-box;
	background-color: #fafafa;
	color: #000000;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	text-align: left;
	padding-left: 80px;
	padding-right: 10px;
	padding-top: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (max-width: 600px) {
div#telemedecine {
	margin-bottom: 20px;
}	
}
div#fiche-description p.title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: -5px;
	text-align: left;
	line-height: 22px;
}
div#fiche-description h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
	line-height: 22px;
	padding-top: 5px;
}
div#fiche-description ul {
	padding-left: 40px;
	margin-right: 40px;
	line-height: 18px;
}
div#fiche-description li {
	margin-bottom: 10px;
	text-align: left;
}
div#fiche-social-wrap {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 240px;
	height: 25px;
	text-align: right;
}
div.fiche-social {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 7px;
	transition: 0.3s;
	opacity: 1;
}
div.fiche-social:hover {
	opacity: 0.7;
}
div.fiche-social img {
	display: block;
	width: 100%;
}
/* DESCRIPTION END */




/* BOUTONS COMPLÉTER ET SIGNALER */
div#fiche-completer-cette-fiche a {
	float: left;
	text-align: left;
	color: #335577;
	text-decoration: none;
	padding: 15px;
	padding-left: 45px;
	width: 185px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	margin-right: 15px;
	margin-bottom: 0px;
	background-image: url(images/bg-fiche-completer-cette-fiche.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	transition: 0.3s;
}
div#fiche-signaler-une-erreur a {
	float: left;
	text-align: left;
	color: #335577;
	text-decoration: none;
	padding: 15px;
	padding-left: 43px;
	width: 185px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	margin-right: 15px;
	margin-bottom: 15px;
	background-image: url(images/bg-fiche-signaler.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	transition: 0.3s;
}
div#fiche-completer-cette-fiche a:hover, div#fiche-signaler-une-erreur a:hover {
	background-color: #eeeeee;
}
div#fiche-signaler {
	margin: 0px;
	width: 94%;
	max-width: 680px;
	background-color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
}
div#fiche-signaler p.title {
	font-size: 20px;
	color: #0088b6;
	margin-bottom: 10px;
	margin-top: 0px;
}
div#fiche-signaler p.texte {
	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 18px;
}
div#fiche-signaler div.fiche-signaler_close {
	cursor: pointer;
	color: #666666;
	margin: 0px;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	padding-top: 3px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	border-radius: 14px;
	font-size: 17px;
	font-weight: bold;
	background-color: #eeeeee;
	transition: 0.3s;
}
div#fiche-signaler div.fiche-signaler_close:hover {
	color: #ff0000;
	background-color: #eeeeee;
}
div#signaler-message-confirmation {
	display: block;
	width: 100%;
	font-size: 18px;
	background-color: #ebf8fe;
	box-shadow: 0px 0px 3px #cccccc;
	padding: 20px;
	box-sizing: border-box;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;

}
/* BOUTONS COMPLÉTER ET SIGNALER END */






/* PROPRIÉTAIRE DE CE SERVICE BOX */
div#fiche-message {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 30px;
	padding-left: 200px;
	background-image: url(images/bg-fiche-message.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
}
div#fiche-message p.title {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 0px;
}
div#fiche-message p.texte {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 20px;
	margin-top: 0px;
}
/* PROPRIÉTAIRE DE CE SERVICE BOX END */






/* RDV BOX */
div#rendez-vous {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 30px;
	padding-top: 75px;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	display: block;
}
div#rendez-vous div#rdv-header {
	display: block;
	position: absolute;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #ffffff;
	background-color: #39b54a;
	font-size: 17px;
	padding-top: 16px;
	background-image: url(images/bg-fiche-rdv-green.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 65px;
	height: 50px;
}
div#rendez-vous div#rdv-logo {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	height: 75px;
	width: 110px;
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #aaaaaa;
}
div#rendez-vous div#rdv-logo img {
	display: block;
	width: 100%;
}
div#rendez-vous p.texte {
	font-size: 18px;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: 150px;
}
div#rendez-vous div.choix {
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;	
	margin-bottom: 25px;
}
div#rendez-vous div.choix input {
	float: left;
	margin-top: -3px;
	width: 20px;
	height: 20px;
	margin-right: 7px;
}
div#rendez-vous table tr td input.tel {
	font-size: 16px;
	padding: 8px;
	font-weight: bold;
	width: 60px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
div#rendez-vous table tr td span.tel-separator {
	font-size: 24px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
div#rendez-vous table tr td input.courriel {
	padding: 10px;
	width: 100%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding-right: 50px;
	background-image: url(/images/bg-input-courriel.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/* RDV BOX END */







/* HORAIRES BOX */
div#horaire {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 30px;
	padding-bottom: 10px;
	padding-left: 100px;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
	background-image: url(images/bg-fiche-horaire.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition: 0.3s;
}
div#horaire p.contact {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 22px;
	max-width: 340px;
	margin-top: 0px;
}
div#horaire p.note {
	font-size: 12px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 16px;
}
div.horaire-icon {
	font-size: 13px;
	background-color: #eeeeee;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px;
	padding: 15px;
	padding-left: 45px;
	border-radius: 5px;
}
/* HORAIRES BOX END */




/* PHOTOS BOX */
div#photos {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	box-sizing: border-box;
	margin-bottom: 30px;
}
/* PHOTOS BOX END */



/* VIDÉO BOX */
div.video {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 51%;
	height: 0;
	overflow: hidden;
}
div.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}
/* VIDÉO BOX END */




/* AUTRES SERVICES BOX */
div#fiche-autres-services {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 30px;
	text-align: left;
	color: #999999;
	padding-left: 65px;
	font-size: 16px;
	white-space: nowrap;
	background-image: url(images/bg-fiche-autres-services.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition: 0.3s;
	overflow: hidden;
}
div#fiche-autres-services a {
	color: #335577;
	text-decoration: none;
	opacity: 0.5;
}
div#fiche-autres-services a:hover {
	opacity: 1;
}
/* AUTRES SERVICES BOX END */


div.autres-services-pour {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	margin-bottom: 40px;
}


/* TABLE GENERAL 2019 */
table.general-2019 {
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px #cccccc;
	box-sizing: border-box;	
}
div#horaire table.general-2019 tr.hover:hover td {
	background-color: #e5e5e5;
}
table.general-2019 td {
	padding: 10px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	background-color: #f5f5f5;
	transition: 0.3s;
}
table.general-2019 td.note-yellow {
	background-color: #ffffee;
	padding: 20px;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}
/* TABLE GENERAL 2019 END */




div#groupe-forget-bouton {
	width: 173px;
	height: 71px;
	margin-bottom: 20px;
	transition: 0.3s;
}
div#groupe-forget-bouton:hover {
	opacity: 0.7;
}
div#groupe-forget-bouton img {
	width: 100%;
	display: block;
}





/* RESPONSIVE NEW 2019 -------------------- */


@media (max-width: 560px) {
/* POUR TEMPS D'ATTENTE URGENCES */
table.urgences.white-box {
	overflow-x: auto;
	display: block;
}
/* POUR TEMPS D'ATTENTE URGENCES END */
/* RDV BOX */
div#rendez-vous div#rdv-logo {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin-bottom: 20px;
}
div#rendez-vous p.texte {
	margin-right: 0px;
}
/* RDV BOX END */
}
@media (max-width: 760px) {
/* POUR TEMPS D'ATTENTE URGENCES */
div.graph-box {
	border-radius: 0px;
}
div.graph-box div.situation-generale {
	float: none;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
div.graph-box div.graph {
	display: block;
}
/* POUR TEMPS D'ATTENTE URGENCES END */
}
@media (max-width: 1000px) {
/* HEADER */
div#fiche-header {
	width: calc(100% - 40px);
	padding: 7px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px #cccccc;
}
div#fiche-header img {
	width: 100%;
	display: block;
}
div#fiche-top-info {
	width: calc(100% - 40px);
	margin-bottom: 28px;
}
div#fiche-top-info h1 {
	font-size: 28px;
	line-height: 32px;
}
/* HEADER END */
/* STRUCTURE */
div#fiche-wrap  {
	width: calc(100% - 40px);
}
div#fiche-side, div#fiche-side.urgences {
	float: none;
	display: block;
	max-width: 100%;
	margin-right: 0px;
}
div#fiche-side.sticky {
	position: relative;
	top: auto;
}
div#fiche-content, div#fiche-content.urgences {
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
/* STRUCTURE END */
/* DESCRIPTION */
div#fiche-description {
	padding: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 14px;
}
div#fiche-description div#services-offerts {
	width: calc(100% + 40px);
	padding-left: 15px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
/* DESCRIPTION END */
/* PROPRIÉTAIRE DE CE SERVICE BOX */
div#fiche-message {
	padding-left: 30px;
	background-image: none;
}
/* PROPRIÉTAIRE DE CE SERVICE BOX */
}






/*
#335577;
#0088b6;
#d9f0fd;
*/

