

/* HEADER */
div#fiche-header {
	width: 90%;
	max-width: 980px;
	padding: 15px;
	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;
}
@media (max-width: 800px) {
div#fiche-header {
    padding: 5px;
	margin-top: 20px;
	margin-bottom: 15px;
}
}
div#fiche-header img {
	width: 100%;
	display: block;
}
div#fiche-top-info {
	width: 90%;
	max-width: 980px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
div#fiche-top-info h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	color: #000000;
}
@media (max-width: 1000px) {
div#fiche-top-info h1 {
	font-size: 28px;
	line-height: 32px;
}
}
div#fiche-top-info p {
	text-align: left;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* HEADER END */






/* STRUCUTRE */
div#fiche-wrap {
	width: 90%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div#fiche-side {
	float: left;
	width: 100%;
	max-width: 350px;
	margin-right: 30px;
	margin-bottom: 0px;
}
div#fiche-side.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
div#fiche-content {
	float: left;
	width: calc(100% - 380px);
	margin-bottom: 30px;
}
@media (max-width: 1000px) {
div#fiche-side {
	float: none;
	display: block;
	max-width: 100%;
	margin-right: 0px;
}
div#fiche-side.sticky {
	position: relative;
	top: auto;
}
div#fiche-content {
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
}
/* 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: 16px;
	text-decoration: none;
}
div#fiche-side-info div.nav a:hover {
	background-color: #d9f0fd;
}
div#fiche-telephone, div#fiche-telephone-appeler a {
	background-color: #39b54a;
	height: 60px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1px;
	padding-top: 14px;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/bg-fiche-telephone.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 60px;
	text-align: left;
	text-indent: 75px;
	transition: 0.3s;
}
div#fiche-telephone:hover, div#fiche-telephone-appeler a:hover {
	background-color: #29a53a;
}
div#fiche-telecopieur {
	background-color: #39b54a;
	height: 60px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1px;
	padding-top: 14px;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/bg-fiche-telecopieur.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 60px;
	text-align: left;
	text-indent: 75px;
	transition: 0.3s;
}
div#fiche-web, div#fiche-web-url a {
	background-color: #0086b4;
	height: 60px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1px;
	padding-top: 17px;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	background-image: url(images/bg-fiche-web.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 60px;
	text-align: left;
	text-indent: 75px;
	transition: 0.3s;
}
div#fiche-web:hover, div#fiche-web-url a:hover {
	background-color: #0076a4;
}
div#fiche-rdv a {
	background-color: #446688;
	height: 60px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1px;
	padding-top: 17px;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	background-image: url(images/bg-fiche-rdv.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 60px;
	text-align: left;
	text-indent: 75px;
	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: 65px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	box-sizing: border-box;
	background-image: url(icon/pointeur-carte-bleu.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
    background-size: 45px;
	text-align: left;
	display: block;
}	
div#fiche-adresse p {
	font-size: 16px;
	margin-top: 0px;
	line-height: 24px;
	margin-bottom: 0px;
}
div#fiche-adresse p.multi-fiches-info {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 2px dotted #dddddd;
	margin-right: 10px;
	box-sizing: border-box;
}
div#fiche-adresse select {
	width: calc(100% - 10px);
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	border-radius: 10px;
	outline: none;
	margin-bottom: 5px;
	padding: 12px;
	background-color: #fafafa;
}
div.fiche-icon a {
	float: left;
	width: 60px;
	height: 60px;
    box-sizing:  border-box;
    padding: 15px;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	z-index: 90;
	transition: 0.3s;
}
div.fiche-icon a:hover {
	background-color: #d9f0fd;	
}
div.fiche-icon a img {
	display: block;
	width: 100%;
}
/* FICHE SIDE END */






/* FICHE ICON BS */
div#fiche-bt-bs a {
	background-color: #39b54a;
	height: 60px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1px;
	padding-top: 20px;
	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;
    background-size: 60px;
	text-align: left;
	text-indent: 75px;
	transition: 0.3s;
}
div#fiche-bt-bs a:hover {
	background-color: #29a53a;
}
div#fiche-bt2-bs a {
	display: block;
	width: 250px;
	height: 60px;
	box-sizing: border-box;
	padding-top: 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0px;
	background-color: #39b54a;
	transition: 0.3s;
	border-radius: 30px;
}
div#fiche-bt2-bs a:hover {
	background-color: #29a53a;	
}
/*
@media (max-width: 1000px) {
div#fiche-bt2-bs a {
	display: block;
}
}
*/
/* FICHE ICON BS END */





/* FICHE DESCRIPTION */
div#fiche-description {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	margin-bottom: 30px;
	padding: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}
div#fiche-description p a {
    text-decoration:  underline;
    font-weight:  bold;
}
div#fiche-description div#services-offerts {
	display: block;
	background-color: #f5f5f5;
	background-image: linear-gradient(#ffffff, #f5f5f5);
	width: calc(100% + 60px);
	font-size: 15px;
	height: 50px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -30px;
	margin-top: -30px;
	margin-bottom: 30px;
	border-bottom-left-radius: 0px;
	padding-top: 13px;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
div#fiche-social-wrap {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 300px;
	height: 30px;
	text-align: right;
}
@media (max-width: 520px) {
div#fiche-social-wrap {
	position: relative;
    display: block;
	top: auto;
	right: auto;
	width: 100%;
	height: auto;
	text-align: left;
    margin-bottom: 10px;
}
}
div.fiche-social {
	display: inline-block;
    box-sizing: border-box;
	width: 30px;
	height: 30px;
    padding: 5px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: #ffffff;
	margin-left: 7px;
	transition: 0.3s;
	opacity: 1;
}
@media (max-width: 520px) {
div.fiche-social {
	width: 35px;
	height: 35px;
    margin-top: -5px;
	margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}
}
div.fiche-social:hover {
	opacity: 0.5;
}
div.fiche-social img {
	display: block;
	width: 100%;
}
div#teleconsultation {
	display: block;
    border-top: 1px solid #eeeeee;
	background-color: #f5f5f5;
	background-image: linear-gradient(#fafafa, #ffffff);
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-top: 30px;
    margin-bottom: -30px;
	padding: 20px;
	font-size: 18px;
	color: #000000;
	box-sizing: border-box;
	text-align: center;
}
div#teleconsultation span.teleconsultation-icon {
	display: inline-block;
	vertical-align: middle;
	width: 105px;
    height: 75px;
	margin-left: -15px;
	margin-right: -10px;
}
div#teleconsultation span.teleconsultation-icon img {
	display: block;
	width: 100%;
}
@media (max-width: 600px) {
div#teleconsultation span.teleconsultation-icon {
	width: 80px;
    margin-bottom: -15px;
}
}
div#teleconsultation span.teleconsultation-crochet {
	display: inline-block;
	vertical-align: middle;
	margin-top: -8px;
    margin-left: 3px;
	width: 30px;
	height: 30px;
}
div#teleconsultation span.teleconsultation-crochet img {
	display: block;
	width: 100%;
}
@media (max-width: 600px) {
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;
}
div#fiche-description li {
	margin-bottom: 15px;
    line-height: 24px;
	text-align: left;
}
/* FICHE DESCRIPTION END */









/* POUR URGENCES */
div#fiche-wrap.urgences {
	max-width: 1080px;
}
div#fiche-top-info.urgences {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 20px;
    max-width: 1080px;
}
div#fiche-side-urgences {
	float: left;
	width: 100%;
	max-width: 250px;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	margin-right: 30px;
	margin-bottom: 30px;
}
div#fiche-side-urgences.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
@media (max-width: 930px) {
div#fiche-side-urgences {
	float: none;
	display: block;
	max-width: 400px;
	margin-right: 0px;
}
div#fiche-side-urgences.sticky {
	position: relative;
	top: auto;
}
}
div#fiche-side-urgences div.nav a {
    display: block;
    width: 100%;
    box-sizing: border-box;
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	font-size: 18px;
    color: #000000;
    text-align: left;
	padding: 8px;
    text-decoration: none;
}
div#fiche-side-urgences div.nav a:hover {
	background-color: #D9F0FD;
}
div#fiche-side-urgences div.nav a div.situation {
	display: inline-block;
    vertical-align: middle;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin-right: 5px;
}
div#fiche-side-urgences div.nav a span.region {
	display: inline-block;
    width: calc(100% - 20px);
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: underline;
}
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-content.urgences {
	width: calc(100% - 280px);
    text-align: left;
}
@media screen and (min-width: 931px) and (max-width: 1000px) {
div#fiche-content.urgences {
	float: left;
	width: calc(100% - 280px);
}
}
@media (max-width: 930px) {
div#fiche-content.urgences {
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
}
div.derniere-mise-a-jour-urgences {
    display: block;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-top: -30px;
    margin-bottom: 20px; 
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    background-color: #0088B6;
    color: #ffffff;
    text-align: center;
}
div.graph-box {
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}
div.graph-box div.situation-generale {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 150px;
	margin-right: 15px;
    border-radius: 10px;
	background-color: #335577;
    overflow: hidden;
}
@media (max-width: 880px) {
div.graph-box div.situation-generale {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
}
div.graph-box div.situation-generale div.titre {
	display: block;
    width: 100%;
	box-sizing: border-box;
    padding: 12px;
	background-color: #000000;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}
div.graph-box div.situation-generale div.situation-big {
	display: block;
    width: 100%;
    height: auto;
	box-sizing: border-box;
    padding: 12px;
    padding-bottom: 15px;
	background-color: #335577;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
	font-size: 32px;
    font-weight: bold;
	line-height: 32px;
	color: #ffffff;
    bottom: 0px;
}
div.graph-box div.graph {
	display: inline-block;
	vertical-align: top;
    width: calc(100% - 180px);
    box-sizing: border-box;
}
@media (max-width: 880px) {
div.graph-box div.graph {
	display: block;
    width: 100%;
}
}
div.graph-box div.graph div.titre {
	display: block;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
}
div.graph-box div.graph div.colonne {
	display: inline-block;
	text-align: center;
	width: 48px;
	margin-left: 2px;
	margin-right: 2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	transition: 0.3s;
	opacity: 1;
}
div.graph-box div.graph div.colonne:hover {
	opacity: 0.8;
}
div.graph-box div.graph div.colonne-pourcentage {
	position: absolute;
	width: 100%;
	bottom: 30px;
	color: #ffffff;
	font-size: 14px;
}
div.graph-box div.graph div.colonne-date {
	position: absolute;
	width: 100%;
	bottom: 0px;
	color: #000000;
	opacity: 1;
	padding-top: 2px;
	font-size: 13px;
	background-color: #ffffff;	
}
div.region-tendance {
	display: block;
	width: 100%;
    max-width: 300px;
	height: auto;
    box-sizing: border-box;
	text-align: center;
    margin-left: 5px;
	margin-bottom: 0px;
}
div.region-tendance div.titre {
	display: block;
	font-size: 17px;
	color: #000000;
	margin-bottom: 10px;
}
div.region-tendance div.colonne {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	width: 23px;
    padding-top: 15px;
	margin-left: 1px;
	margin-right: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	transition: 0.3s;
}
div.region-tendance div.colonne:hover {
    opacity: 0.7;
}
div.region-tendance div.region-tendance-date {
	position: absolute;
	width: 100%;
	bottom: 5px;
	color: #ffffff;
	font-size: 11px;	
}
div.a-lire-urgences a {
    float: left;
    width: 245px;
    box-shadow: 0px 0px 3px #cccccc;
    background-color: #0088B6;
    box-sizing: border-box;
    padding: 20px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    transition: 0.3s;
    text-align: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
div.a-lire-urgences.last a {
	margin-right: 0px;	
}
@media (max-width: 1120px) {
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: #00BBFF;
	text-decoration: none;
}
h2.region {
	display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
	background-color: #335577;
    margin-right: 15px;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 0px;
    font-family: 'Varela Round', sans-serif;
	font-size: 26px;
    color: #ffffff;
	font-weight: normal;
}
div.situation-region {
	display: inline-block;
    vertical-align: top;
    background-color: #0088B6;
	color: #ffffff;
    margin-right: 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	padding: 16px;
    font-family: 'Open Sans', sans-serif;
	font-size: 29px;
}
div.plus-de-donnees {
	display: inline-block;
    vertical-align: top;
    margin-left: auto;
    margin-right: 0px;
	margin-bottom: 20px;
}
div.plus-de-donnees a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 21px;
    padding-left: 55px;
    background-color: #ffffff;
    font-size: 20px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background-image: url(icon/plus-bleu.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 30px;
}
div.plus-de-donnees a:hover {
    background-color: #D9F0FD;
}
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: 10px;
	box-sizing: border-box;
	color: #bb0000;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
	font-style: italic;
}
/* POUR 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;
    width: 100%;
    max-width: 440px;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	box-sizing: border-box;
	margin-bottom: 30px;
}
div#fiche-le-repertoire a {
	display: block;
	width: 100%;
    font-family: 'Varela Round', sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
	color: #000000;
	padding: 25px;
	padding-left: 110px;
	background-image: url(icon/index-sante.png);
	background-repeat: no-repeat;
	background-position: left 30px center;
    background-size: 70px;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: left;
}
div#fiche-le-repertoire a:hover {
	background-color: #FCF5A2;
}
/* LE RÉPERTOIRE BOX END */



/* DEMANDER UN RENDEZ-VOUS BOX */
div#fiche-demander-un-rdv {
	display: block;
    width: 100%;
    max-width: 440px;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	box-sizing: border-box;
	margin-bottom: 30px;
}
div#fiche-demander-un-rdv a {
	display: block;
	width: 100%;
    font-family: 'Varela Round', sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
	color: #000000;
	padding: 25px;
	padding-left: 110px;
	background-image: url(icon/rendez-vous.png);
	background-repeat: no-repeat;
	background-position: left 30px center;
    background-size: 70px;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: left;
}
div#fiche-demander-un-rdv a:hover {
	color: #0088b6;	
}
/* DEMANDER UN RENDEZ-VOUS BOX END */





/* TEMPS URGENCES BOX */
div#fiche-temps-urgences {
	display: block;
    width: 100%;
    max-width: 440px;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	box-sizing: border-box;
}
div#fiche-temps-urgences a {
	display: block;
	width: 100%;
    font-family: 'Varela Round', sans-serif;
    font-size: 22px;
	line-height: 26px;
	text-decoration: none;
	color: #000000;
	padding: 25px;
	padding-left: 110px;
	background-image: url(icon/temps-urgences.png);
	background-repeat: no-repeat;
	background-position: left 30px center;
    background-size: 70px;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: left;
}
div#fiche-temps-urgences a:hover {
	background-color: #FCF5A2;
}
/* TEMPS URGENCES BOX END */









/* PUB */
div#fiche-publicite {
	width: 100%;
	margin-bottom: 30px;
    margin-top: -30px
}
@media (max-width: 1000px) {
div#fiche-publicite {
    margin-top: 20px;
}
}
div#fiche-publicite div.fiche-titre {
	display: block;
	width: 100%;
	font-size: 15px;
    text-align: right;
    color: #bbbbbb;
    margin-bottom: 10px;
}
/* PUB END */










/* BOUTONS COMPLÉTER ET SIGNALER */
div#fiche-completer-cette-fiche a {
	float: left;
	font-size: 15px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	padding: 15px;
	padding-left: 50px;
	width: 220px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #fafafa;
    border: 1px solid #dddddd;
    margin-top: 15px;
	margin-right: 15px;
	background-image: url(icon/crochet-vert.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
    background-size: 25px;
	transition: 0.3s;
}
div#fiche-signaler-une-erreur a {
	float: left;
	font-size: 15px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	padding: 15px;
	padding-left: 50px;
	width: 220px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #fafafa;
    border: 1px solid #dddddd;
    margin-top: 15px;
	margin-right: 15px;
	background-image: url(icon/drapeau-rouge.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
    background-size: 25px;
	transition: 0.3s;
}
div#fiche-completer-cette-fiche a:hover, div#fiche-signaler-une-erreur a:hover {
	background-color: #D9F0FD;
}
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;
    font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
div#fiche-signaler p.texte {
	margin-top: 0px;
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 18px;
}
div#fiche-signaler div.fiche-signaler_close {
	cursor: pointer;
	color: #ffffff;
	margin: 0px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	padding-top: 8px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	border-radius: 15px;
    font-family: 'Varela Round', sans-serif;
	font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-transform:  uppercase;
	background-color: #cc0000;
	transition: 0.3s;
}
div#fiche-signaler div.fiche-signaler_close:hover {
	opacity: 0.7;
}
div#signaler-message-confirmation {
	display: block;
	width: 100%;
    max-width: 800px;
	font-size: 18px;
	background-color: #FCF5A2;
	box-shadow: 0px 0px 3px #cccccc;
	padding: 20px;
	box-sizing: border-box;
	color: #000000;
	margin-bottom: 25px;
	text-align: center;
}
/* BOUTONS COMPLÉTER ET SIGNALER 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: 25px;
	padding-top: 65px;
	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: 18px;
	padding-top: 17px;
	background-image: url(images/bg-fiche-rdv-green.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 60px;
	text-align: left;
	text-indent: 75px;
	height: 60px;
}
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: 19px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 150px;
}
@media (max-width: 560px) {
div#rendez-vous div#rdv-logo {
	display: block;
	position: relative;
	top: auto;
	right: auto;
    margin-top: 20px;
	margin-bottom: 15px;
}
div#rendez-vous p.texte {
	margin-right: 0px;
}
}
div#rendez-vous div.choix {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}
div#rendez-vous div.choix input {
	float: left;
	margin-top: -2px;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
div#rendez-vous table tr td input.tel {
	width: 80px;
    font-size: 18px;
	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: 2px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
}
div#rendez-vous table tr td input.courriel {
	width: 100%;
	text-align: left;
    font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 50px;
	background-image: url(/icon/infolettre-bleu.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
    background-size: 30px;
}
/* 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;
	text-decoration: none;
	text-align: left;
    background-size: 50px;
	transition: 0.3s;
}
div#horaire div#horaire-titre {
	display: block;
	background-color: #f5f5f5;
	background-image: linear-gradient(#ffffff, #f5f5f5);
	width: calc(100% + 60px);
	font-size: 15px;
	height: 50px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -30px;
	margin-top: -30px;
	margin-bottom: 30px;
	border-bottom-left-radius: 0px;
	padding-top: 13px;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
div#connaitre-nos-heures {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    padding-left: 75px;
	background-image: url(icon/horloge-bleu.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 60px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
}
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: 16px;
    text-align: left;
	background-color: #fafafa;
	display: inline-block;
	box-sizing: border-box;
    border: 1px solid #eeeeee;
	margin-right: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size: 35px;
	padding: 15px;
	padding-left: 55px;
	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: 70px;
	font-size: 16px;
	background-image: url(images/bg-fiche-autres-services.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
    background-size: 50px;
	transition: 0.3s;
}
div#fiche-autres-services a {
	color: #335577;
	text-decoration: none;
	opacity: 0.6;
}
div#fiche-autres-services a:hover {
	opacity: 1;
}
/* AUTRES SERVICES BOX 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;
}




/* OLD CSS DELETE ALL NEXT 2026 --------------------------------------------------------------------------------- */
/* 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 */
}







/*
#335577;
#0088b6;
#d9f0fd;
*/

