@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #444444;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(/images/bg-body.png);
	background-color: #fafeff;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
}
div {
	position: relative;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img.nouvelle-fenetre {
	width: 12px;
	height: 12px;
	display: inline;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
hr {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #009ee0;
	transition: 0.3s;
}
a:hover {
	color: #e23500;
}












/* HEADER & NAV */
div#header {
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #fafafa);
}
div#header div#logo {
	float: left;
	width: 255px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
@media (max-width: 840px) {
div#header div#logo {
	width: 140px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}	
}
div#header div#logo img {
	width: 100%;
	display: block;
}
nav ul.topnav {
	position: absolute;
	top: 45px;
	right: 250px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 60px;
	z-index: 100;
}
@media (max-width: 980px) {
nav ul.topnav {
	display: none;
}
}
nav ul.topnav li {
	float: left;
	height: 60px;
}
nav ul.topnav li a {
	display: block;
	font-family: 'Heebo', sans-serif;
	color: #444444;
	height: 55px;
	font-size: 17px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	margin-right: 6px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	box-sizing: border-box;
}
nav ul.topnav li a:hover {
	color: #ffffff;
	background-color: #009ee0;
}




nav ul.topnav li ul {
	display: none;
	width: auto;
	position: absolute;
	padding: 0px;
	margin: 0px;
}

nav ul.topnav li:hover ul {
	display: block;
	position: absolute;
	padding: 0px;
	top: auto;
	width: 280px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 10px 18px #888888;
}
nav ul.topnav li:hover ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	box-sizing: border-box;
}
nav ul.topnav li:hover ul li a {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 13px;
	text-decoration: none;
	color: #000000;
	border-radius: 0px;
	background-color: #ffffff;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	font-size: 15px;
}
nav ul.topnav li:hover ul li a:hover {
	background-color: #d0f8ff;
}








div#liste-categories select {
	-webkit-appearance: none;
	-moz-appearance: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	top: 45px;
	right: 30px;
	width: 210px;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
	font-family: 'Heebo', sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #444444;
	height: 55px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	background-image: url(images/bg-select.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: right 15px center;
	outline: none;
}
div#liste-categories select option {
	font-weight: bold;
}
@media (max-width: 840px) {
div#liste-categories select {
	top: 20px;
	right: 15px;
	width: 180px;
	font-size: 15px;
	height: 45px;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 10px;
	margin-bottom: 15px;
}	
}
div#nav-mobile {
	display: none;
}
div#nav-mobile div {
	display: inline-block;
}
div#nav-mobile div a {
	display: block;
	width: 100%;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #fafafa);
	font-family: 'Heebo', sans-serif;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	height: 49px;
	font-size: 17px;
	font-weight: bold;
	padding: 12px;
	text-align: center;
	transition: 0.3s;
	box-sizing: border-box;
}
div#nav-mobile div.services a {

}
div#nav-mobile div.articles a {

}
div#nav-mobile div.clsc a {

}
@media (max-width: 840px) {
div#nav-mobile {
	display: block;
	clear: both;
	width: 100%;
	background-color: #ff0000;
}
}
/* HEADER & NAV END */






/* PATHWAY */
div#pathway {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 25px;
	font-size: 14px;
	background-color: #ffffff;
	height: auto;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	line-height: 26px;
}
@media (max-width: 840px) {
div#pathway {
	padding: 10px;
}
}
div#pathway a {
	color: #444444;
}
div#pathway div.arrow {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
}
div#pathway div.arrow img {
	display: block;
	width: 100%;
}
/* PATHWAY END */











h3, h1 {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Heebo', sans-serif;
	font-size: 26px;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom: 10px;
	font-weight: normal;
}
@media (max-width: 840px) {
h3, h1 {
	margin-top: 0px;
}	
}
h2 {
	font-family: 'Heebo', sans-serif;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	color: #444444;
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: normal;
}
@media (max-width: 840px) {
h2 {
	margin-bottom: 25px;
}	
}
div.date {
	font-family: 'Heebo', sans-serif;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	color: #444444;
	margin-top: 0px;
	margin-bottom: 50px;
}
@media (max-width: 840px) {
div.date {
	margin-bottom: 25px;
}	
}
h4 {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Heebo', sans-serif;
	font-size: 26px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: normal;
}









/* CATEGORY BOX */
div.category-box {
	display: inline-block;
	box-sizing: border-box;
	width: 90%;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #fafafa);
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	max-width: 460px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	vertical-align: top;
	overflow: hidden;
}
div#chronique-side div.category-box {
	display: block;
	width: 100%;
	max-width: 100%;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #fafafa);
	border-radius: 0px;
	border: 0px;
	border-bottom: 1px solid #e7e7e7;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#chronique-side div.category-box.last {
	border-bottom: 0px;
}
div.category-box.lien-utile {
	display: block;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
div.category-box a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;	
	text-align: left;
	text-decoration: none;
}
div.category-box a:hover {
	background-color: #d0f8ff;
}
div.category-box a div.icon {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	margin-right: 10px;
	transition: 0.3s;
}
div.category-box a div.icon img {
	display: block;
	width: 100%;
}
div#chronique-side div.category-box a div.icon {
	width: 40px;
}
div.category-box div.info {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 80px);
}
div#chronique-side div.category-box div.info {
	width: calc(100% - 60px);
}
div.category-box.lien-utile div.info {
	display: block;
	width: 100%;
}
div.category-box a div.titre {
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	display: block;
	font-weight: bold;
}
div#chronique-side div.category-box a div.titre {
	font-size: 15px;;
}
div.category-box a div.titre span.nombre {
	color: #666666;
	font-weight: normal;
	font-size: 16px;
}
div.category-box a div.titre-complet {
	display: block;
	color: #444444;
	font-size: 14px;
}
/* CATEGORY BOX END */









/* ANNUAIRE SANTÉ ACCUEIL */
div#annuaire-sante {
	display: block;
	width: 100%;
	clear: both;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 30px;
}
@media (max-width: 900px) {
div#annuaire-sante {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
div#annuaire-sante div#croix-sante {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	max-width: 240px;
	margin-right: 20px;
}
div#annuaire-sante div#croix-sante img {
	display: block;
	width: 100%;
}
div#annuaire-sante div#texte {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	max-width: 460px;
	text-align: left;
}
div#annuaire-sante div#texte h1 {
	font-family: 'Heebo', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 36px;
	line-height: 40px;
	width: 100%;
}
div#annuaire-sante div#texte h2 {
	width: 100%;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 24px;
}
div#annuaire-sante div#texte p {
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 24px;
}
div#annuaire-sante div.button.blue {
	margin-left: 0px;
}
@media (max-width: 900px) {
div#annuaire-sante div#croix-sante {
	display: block;
	max-width: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
div#annuaire-sante div#texte {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
}
/* ANNUAIRE SANTÉ ACCUEIL END */














/* INSTALLATION ÉTABLISSEMENT */
div#installation, div#etablissement {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	padding: 50px;
	color: #ffffff;
	text-align: left;
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}
@media (max-width: 840px) {
div#installation, div#etablissement {
	display: block;
	width: 100%;
	max-width: 100%;
	border-radius: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}	
}
div#installation {
	background-color: #41a62a;
}
div#etablissement {
	background-color: #e23500;
}
div#installation div.icon, div#etablissement div.icon {
	float: right;
	width: 140px;
	margin-top: -20px;
	margin-right: -15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
@media (max-width: 840px) {
div#installation div.icon, div#etablissement div.icon {
	float: none;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
}
div#installation div.icon img, div#etablissement div.icon img {
	display: block;
	width: 100%;
}
div#installation div.titre, div#etablissement div.titre {
	font-family: 'Heebo', sans-serif;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 15px;
}
div#installation div.description, div#etablissement div.description {
	font-size: 18px;
}
/* INSTALLATION ÉTABLISSEMENT END */










div#liste-regions select {
	-webkit-appearance: none;
	-moz-appearance: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 80%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
	background-image: url(images/bg-select.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: right 15px center;
	outline: none;
	margin-bottom: 40px;
}
@media (max-width: 840px) {
div#liste-regions select {
	margin-bottom: 20px;
}
}
div#liste-regions select option {
	font-weight: bold;
}





/* LIENS RÉGIONS */
div#wrap-liens {
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 130px;
}
@media (max-width: 840px) {
div#wrap-liens {
	margin-bottom: 110px;
}	
}
div.lien-region {
	display: inline-block;
}
div.lien-region a {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #fafeff;
	border-radius: 5px;
	background-color: #f5f5f5;
	text-decoration: none;
}
/* LIENS RAPIDES END */




/* CATÉGORIE IMAGE ET DESCRIPTION */
div#categorie-description {
	float: left;
	width: 100%;
	min-height: 320px;
	box-sizing: border-box;
	padding-left: 750px;
	padding-top: 60px;
	padding-right: 200px;
	padding-bottom: 60px;
	background-color: #e23500;
	color: #ffffff;
	text-align: left;
	margin-bottom: 40px;
}
@media screen and (min-width: 841px) and (max-width: 1400px) { 
div#categorie-description {
	padding-left: 430px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
}
@media (max-width: 840px) {
div#categorie-description {
	margin-bottom: 0px;
	text-align: center;
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}	
}
div#categorie-image {
	position: absolute;
	top: -80px;
	left: 80px;
	width: 600px;
	border-radius: 30px;
	overflow: hidden;
}
@media screen and (min-width: 841px) and (max-width: 1400px) { 
div#categorie-image {
	top: -60px;
	width: 330px;
	left: 60px;	
}	
}
@media (max-width: 840px) {
div#categorie-image {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	display: block;
	width: 100%;
	max-width: 600px;
	border-radius: 20px;
	overflow: hidden;
	margin-top: -140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}	
}
div#categorie-image img {
	display: block;
	width: 100%;
	z-index: 80;	
}
div#categorie-image div.code {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	font-family: 'Heebo', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
	z-index: 90;
}
@media (max-width: 1400px) {
div#categorie-image div.code {
	padding: 15px;
	font-size: 15px;
}	
}
div#categorie-description div.icon {
	float: right;
	width: 100px;
	padding: 20px;
	margin-top: -20px;
	margin-right: -15px;
	margin-left: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 50px;
}
@media (max-width: 840px) {
div#categorie-description div.icon {
	float: none;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
}
div#categorie-description div.icon img {
	display: block;
	width: 100%;
}
div#categorie-description div.titre {
	font-family: 'Heebo', sans-serif;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 15px;
}
div#categorie-description div.description {
	font-size: 18px;
}
/* CATÉGORIE IMAGE ET DESCRIPTION END */










/* MAP CARTE QUÉBEC */
ul#liste-des-regions {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	max-width: 280px;
	list-style: decimal;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-weight: bold;
}
@media (max-width: 840px) {
ul#liste-des-regions {
	display: block;
	width: calc(90% - 50px);
	max-width: calc(90% - 50px);
}
}
ul#liste-des-regions li a {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	border-radius: 5px;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	transition: 0s;
}
@media (max-width: 840px) {
ul#liste-des-regions li a {
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
}
ul#liste-des-regions li a:hover {
	background-color: #009ee0;
	color: #ffffff;
}
div#regions-du-quebec {
	display: inline-block;
	vertical-align: middle;
	width: calc(90% - 330px);
	max-width: 700px;
	margin-bottom: 30px;
}
@media (max-width: 840px) {
div#regions-du-quebec {
	display: block;
	vertical-align: top;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}	
}
div#regions-du-quebec img {
	display: block;
	width: 100%;	
}
/* MAP CARTE QUÉBEC END */












/* FICHE */
div#fiche {
	display: block;
	box-sizing: border-box;
	width: 90%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div#fiche-left {
	float: left;
	width: 100%;
	max-width: 350px;
	margin-right: 30px;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #fafafa);
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	padding: 2px;
	text-align: left;
	margin-bottom: 30px;
	overflow: hidden;
}
@media (max-width: 1100px) {
div#fiche-left {
	float: none;
	display: block;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
}
div#fiche-left div#image-photo {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 0px;
}
div#fiche-left div#image-photo img {
	display: block;
	width: 100%;
}
div#fiche-left div#telephone {
	display: block;
	width: 100%;
	font-size: 17px;
	padding-top: 11px;
	overflow: hidden;
	background-color: #f0ffed;
	border-bottom: 1px solid #ffffff;
}
div#fiche-left div#telephone span.icon {
	display: inline-block;
	vertical-align: top;
	width: 27px;
	padding: 10px;
	margin-top: -11px;
	margin-right: 10px;
	background-color: #009ee0;
}
div#fiche-left div#telephone span.icon img {
	display: block;
	width: 100%;
}
div#fiche-left div#telecopieur {
	display: block;
	width: 100%;
	font-size: 17px;
	padding-top: 11px;
	background-color: #fceeea;
	border-bottom: 1px solid #ffffff;
}
div#fiche-left div#telecopieur span.icon {
	display: inline-block;
	vertical-align: top;
	width: 27px;
	padding: 10px;
	margin-top: -11px;
	margin-right: 10px;
	background-color: #009ee0;
}
div#fiche-left div#telecopieur span.icon img {
	display: block;
	width: 100%;
}
div#fiche-left div#web {
	display: block;
	width: 100%;
	font-size: 17px;
	padding-top: 11px;
	background-color: #eeeeee;
	border-bottom: 1px solid #ffffff;
}
div#fiche-left div#web span.icon {
	display: inline-block;
	vertical-align: top;
	width: 27px;
	padding: 10px;
	margin-top: -11px;
	margin-right: 10px;
	background-color: #009ee0;
}
div#fiche-left div#web span.icon img {
	display: block;
	width: 100%;
}
div#fiche-left div#region {
	display: block;
	width: 100%;
	font-size: 17px;
	padding-top: 11px;
	background-color: #e4f7ff;
	border-bottom: 1px solid #ffffff;
}
div#fiche-left div#region span.icon {
	display: inline-block;
	vertical-align: top;
	width: 27px;
	padding: 10px;
	margin-top: -11px;
	margin-right: 10px;
	background-color: #009ee0;
}
div#fiche-left div#region span.icon img {
	display: block;
	width: 100%;
}
div#fiche-left div#adresse {
	display: block;
	width: 100%;
	font-size: 14px;
	background-color: #fffcdb;
	box-sizing: border-box;
}
div#fiche-left div#adresse span.icon {
	display: inline-block;
	vertical-align: top;
	width: 27px;
	padding: 10px;
	margin-right: 10px;
	background-color: #009ee0;
	border-bottom-right-radius: 10px;
}
div#fiche-left div#adresse span.icon img {
	display: block;
	width: 100%;
}
div#fiche-left div#adresse p.adresse {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 75px);
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	text-align: left;
}
div#fiche-left div#adresse p.adresse {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 75px);
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	text-align: left;
}
div#fiche-right {
	float: left;
	width: 100%;
	max-width: 600px;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #fafafa);
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	padding: 2px;
	text-align: left;
	margin-bottom: 30px;
}
@media (max-width: 1100px) {
div#fiche-right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}
div#fiche-right div.titre {
	display: block;
	font-size: 14px;
	font-weight: bold;
	background-color: #f5f5f5;
	padding: 15px;
	box-sizing: border-box;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-transform: uppercase;
}
div#fiche-right div.titre.blue {
	background-color: #009ee0;
	color: #ffffff;	
}
div#fiche-right div.titre.blue span.icon {
	float: right;
	width: 50px;
	margin-top: -35px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 2px;
}
div#fiche-right div.titre.blue span.icon img {
	display: block;
	width: 100%;
}
div#fiche-right div.description {
	display: block;
	font-size: 15px;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	line-height: 22px;	
}
div#fiche-right div.description.adresse {
	padding: 0px;
}
div#fiche-right div.description.adresse a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 14px;
	background-color: #ffffff;
	border-left: 5px solid #f5f5f5;
	border-right: 5px solid #f5f5f5;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 35px;
	padding-right: 10px;
	background-image: url(images/icon-adresse-vert.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	background-size: 22px auto;
}
div#fiche-right div.description.adresse a:hover {
	background-color: #fafafa;
}
div#fiche-right div.description div.icon-urgences {
	float: right;
	width: 55px;
	margin-top: -10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
div#fiche-right div.description div.icon-urgences img {
	display: block;
	width: 100%;
}
/* FICHE END */







/* SIGNALEMENT */
div#fiche-signaler-une-erreur a {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 15px;
	color: #000000;
	opacity: 0.7;
	padding-left: 55px;
	width: 100%;
	border-top: 1px solid #ffffff;
	box-sizing: border-box;
	background-color: #f5f5f5;
	background-image: url(images/icon-drapeau-rouge.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 30px;
	font-size: 14px;
	transition: 0.3s;
}
div#fiche-signaler-une-erreur a:hover {
	opacity: 1;
}
div#fiche-signaler {
	margin: 0px;
	width: 94%;
	max-width: 780px;
	background-color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 15px;
	background-image: url(images/bg-body.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 300px auto;
}
div#fiche-signaler p.title {
	font-size: 26px;
	font-family: 'Heebo', sans-serif;
	color: #e33d0a;
	margin-bottom: 10px;
	margin-top: 0px;
}
div#fiche-signaler p.texte {
	margin-top: 0px;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 22px;
}
div#fiche-signaler input.button {
	display: block;
	width: 100%;
	max-width: 180px;
	border: 0px;
	transition: 0.3s;
	color: #ffffff;
	background-color: #009ee0;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: 'Heebo', sans-serif;
	font-size: 19px;
	cursor: pointer;
}
div#fiche-signaler input.button:hover {
	background-color: #41a62a;	
}
div#fiche-signaler div.fiche-signaler_close {
	cursor: pointer;
	color: #666666;
	margin: 0px;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	padding-top: 2px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	border-radius: 16px;
	font-size: 18px;
	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: 80%;
	max-width: 600px;
	border-radius: 10px;
	background-color: #ddfbd6;
	padding: 20px;
	box-sizing: border-box;
	color: #41a62a;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: center;

}
/* SIGNALEMENT END */






/* TABLE GENERAL 2023 */
table.general-2023 {
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px #cccccc;
	box-sizing: border-box;	
}
div#horaire table.general-2023 tr.hover:hover td {
	background-color: #e5e5e5;
}
table.general-2023 td {
	padding: 10px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	background-color: #fafafa;
	transition: 0.3s;
}
table.general-2023 td textarea {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
/* TABLE GENERAL 2023 END */









/* TABLE FORM */
table.form {
	width: 100%;
	margin-bottom: 20px;
	border: 0px;
}
table.form tr {
	margin: 0px;
	padding: 0px;
}
table.form td.sub-title {
	text-align: left;
	background-color: #dddddd;
	padding: 12px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #ffffff;
}
table.form td input, table.form td select, table.form td textarea {
	border: 1px solid #dddddd;
	padding: 12px;
	font-size: 14px;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	background-color: #ffffff;
	font-family: 'Heebo', sans-serif;
}
table.form td.field input::placeholder, table.form td.field textarea::placeholder {
	color: #bbbbbb;
	font-weight: normal;
	font-style: italic;
}
table.form td.label {
	text-align: left;
	background-color: #eeeeee;
	padding: 12px;
	font-size: 14px;
	width: 20%;
	box-sizing: border-box;
	border: 1px solid #ffffff;
}
table.form td.label.checkbox {
	text-align: center;
	width: 20%;
}
table.form td.label.checkbox input.checkbox {
	width: 25px;
	height: 25px;
	padding: 5px;	
}
table.form td.field {
	font-size: 14px;
	text-align: left;
	background-color: #f5f5f5;
	padding: 12px;
	width: 80%;
	box-sizing: border-box;
	border: 1px solid #ffffff;
}
table.form td.field input.button {
	display: block;
	width: 100%;
	max-width: 180px;
	box-sizing: border-box;
	font-family: 'Heebo', sans-serif;
	padding: 0px;
	font-size: 17px;
	text-decoration: none;
	color: #ffffff;
	height: 60px;
	font-weight: normal;
	border-radius: 30px;
	text-align: center;
	border: 0px;
	background-color: #5dc37e;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	transition: 0.3s;
	cursor: pointer;
	outline: none;	
}
table.form td.field input.button:hover  {
	opacity: 1;
	background-color: #47ad68;
}
.note {
	font-size: 13px;
}
.message-red {
	font-size: 13px;
	color: #dd0000;
}
.message-blue {
	font-size: 13px;
	color: #14bef0;
}
.message-grey {
	font-size: 13px;
	color: #666666;
	font-style: italic;
}
/* TABLE FORM END */








span.inline-crochet-vert {
	display: inline-block;
	width: 12px;
	margin-right: 3px;
}
span.inline-crochet-vert img {
	display: block;
	width: 100%;
}










/* BOTTOM */
div.bottom {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	max-width: 320px;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 40px;
	text-align: center;
}
div.bottom a {
	display: block;
	width: 100%;
	text-decoration: none;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 15px;	
}
div.bottom a:hover {
	background-color: #d0f8ff;
}
div.bottom a span.title {
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	font-size: 28px;
	color: #000000;
	margin-bottom: 10px;
	transition: 0.3s;	
	border-bottom: 3px dotted #009ee0;
}
div.bottom a span.texte {
	display: block;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
	line-height: 20px;
	transition: 0.3s;	
}
div.bottom a span.image {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100px;
	margin-bottom: 0px;	
}
div.bottom a span.image img {
	display: block;
	width: 100%;
}
/* BOTTOM END */







/* MAP */
div#map {
	display: block;
	width: 100%;
	height: 500px;
	margin-top: 40px;
	margin-bottom: 60px;
}
@media (max-width: 840px) {
div#map {
	height: 320px;
}
}
/* MAP END */














/* CHRONIQUES */
div.publication-preview {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	width: 80%;
	max-width: 360px;
	margin-bottom: 40px;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #fafafa);
	border-radius: 25px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 20px;
}
div.publication-preview a {
	display: block;
	width: 100%;
	text-decoration: none;
	transition: 0.3s;
}
div.publication-preview a:hover {
	opacity: 0.7;
}
div.publication-preview a div.icon-annuaire {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 35px;
	height: 35px;
	z-index: 60;
}
div.publication-preview a div.icon-annuaire img {
	display: block;
	width: 100%;
}
div.publication-preview a div.image {
	display: block;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-top: -20px;
	margin-bottom: 10px;
	z-index: 50;
}
div.publication-preview a div.image img {
	display: block;
	width: 100%;
}
div.publication-preview a div.titre {
	font-family: 'Heebo', sans-serif;
	color: #444444;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}
div.publication-preview a div.sommaire {
	color: #444444;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}
div.publication-preview a div.publication {
	color: #999999;
	font-size: 14px;
	line-height: 22px;
}
div#chronique-wrap {
	display: inline-block;
	vertical-align: top;
	padding-top: 30px;
	width: 80%;
	box-sizing: border-box;
	max-width: 780px;
	text-align: left;
	margin-right: 60px;
	margin-bottom: 60px;
}
@media (max-width: 1280px) {
div#chronique-wrap {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 0px #cccccc;
	background-color: transparent;
	padding: 30px;
	box-sizing: border-box;
	max-width: 780px;
	margin-top: -40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
}
div#chronique-wrap div#populaire {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	font-family: 'Heebo', sans-serif;
	color: #444444;
	padding: 10px;
	padding-left: 25px;
	box-sizing: border-box;
	background-image: url(images/bg-populaire.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
}
div#chronique-wrap h1.chronique {
	font-family: 'Heebo', sans-serif;
	width: 100%;
	text-align: left;
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #e23500;
}
div#chronique-wrap h2.chronique-header {
	width: 100%;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 24px;
}
div#chronique-wrap h2 {
	width: 100%;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 26px;
}
div#chronique-wrap div.image {
	display: block;
	width: 100%;
	max-width: 900px;
	margin-bottom: 30px;
	border-radius: 40px;
	overflow: hidden;
}
@media (max-width: 1280px) {
div#chronique-wrap div.image {
	width: calc(100% + 60px);
	margin-left: -30px;
	max-width: calc(100% + 60px);
}	
}
@media (max-width: 880px) {
div#chronique-wrap div.image {
	border-radius: 0px;
}	
}
div#chronique-wrap div.image img {
	display: block;
	width: 100%;
}
div#chronique-wrap div.texte p, div#chronique-wrap div.texte ul  {
	font-size: 16px;
	line-height: 26px;
	margin-top: 0px;
}
div#chronique-wrap div.texte h2 {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 28px;
}
div#chronique-wrap div.texte ul li {
	margin-bottom: 10px;
}
/* CHRONIQUES END */





/* RESSOURCES ET RÉFÉRENCES */
div.ressources-et-references {
	display: block;
	padding: 15px;
	color: #ffffff;
	font-family: 'Heebo', sans-serif;
	background-color: #e23500;
	margin-bottom: 1px;
	font-size: 16px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div.reference {
	display: block;
	padding: 10px;
	padding-left: 35px;
	background-color: #f5f5f5;
	margin-bottom: 1px;
	transition: 0.3s;
	background-image: url(images/fleche-pathway.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 15px;
	text-align: left;
}
div.reference:hover {
	background-color: #eeeeee;
}
div.reference a {
	text-decoration: none;
}
div.reference span.titre {
	display: block;
	font-size: 15px;
}
div.reference span.nom {
	display: block;
	color: #666666;	
	font-size: 13px;
}
/* RESSOURCES ET RÉFÉRENCES END */





/* SERVICES SANTÉ RÉPERTOIRE CATÉGORIE */
div.wrap-service-sante-categorie {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 60px;
	width: 85%;
	max-width: 300px;
}
div.wrap-service-sante-categorie a {
	display: block;
	width: 100%;
	text-align: center;
	color: #444444;
	box-sizing: border-box;
	text-decoration: none;
}
div.wrap-service-sante-categorie a:hover {
	opacity: 0.7;
}
div.wrap-service-sante-categorie a div.icon {
	position: absolute;
	top: -40px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 80px;
	padding: 15px;
	background-color: #ffffff;
	border-radius: 40px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 92;
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 0px 5px #ffffff;
}
div.wrap-service-sante-categorie a div.icon img {
	display: block;
	width: 100%;
}
div.wrap-service-sante-categorie a div.image {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 20px;
	border: 5px solid #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 90;
}
div.wrap-service-sante-categorie a div.image img {
	display: block;
	width: 100%;
}
div.wrap-service-sante-categorie a div.titre {
	font-family: 'Heebo', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	transition: 0.3s;
}
/* SERVICES SANTÉ RÉPERTOIRE CATÉGORIE END */





/* SERVICES SANTÉ RÉPERTOIRE PREVIEW */
div.wrap-service-sante-preview {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	width: 85%;
	max-width: 500px;
}
@media (max-width: 680px) {
div.wrap-service-sante-preview {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 85%;
	max-width: 500px;
}	
}
div.wrap-service-sante-preview a {
	display: block;
	width: 100%;
	text-align: center;
	color: #444444;
	box-sizing: border-box;
	text-decoration: none;
}
div.wrap-service-sante-preview a:hover {
	opacity: 0.7;
}
div.wrap-service-sante-preview a div.image {
	display: block;
	width: 100%;
	margin-bottom: 1px;
	border-radius: 15px;
	border: 5px solid #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	overflow: hidden;
	box-sizing:border-box;
}
div.wrap-service-sante-preview a div.image img {
	display: block;
	width: 100%;
}
div.wrap-service-sante-preview a div.titre {
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	box-sizing: border-box;
	width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
	margin-bottom: 0px;
	transition: 0.3s;
}
div.wrap-service-sante-preview a div.ville {
	font-family: 'Heebo', sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #41a62a;
	box-sizing: border-box;
	width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #f5f5f5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: 0.3s;
}
/* SERVICES SANTÉ RÉPERTOIRE PREVIEW END */




div#resultats-index-sante {
	display: block;
	width: 90%;
	font-family: 'Heebo', sans-serif;
	color: #666666;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}








/* FICHE SERVICE */
div#fiche-service-wrap {
	display: block;
	width: 100%;
	max-width: 972px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-sizing: border-box;
	border: 10px solid #ffffff;
	border-radius: 50px;
	box-shadow: 0px 0px 3px #cccccc;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #fafafa);
	margin-bottom: 60px;
}
@media (max-width: 1080px) {
div#fiche-service-wrap {
	max-width: 100%;
	width: 100%;
	border-left: 0;
	border-top: 10px solid #ffffff;
	border-right: 0px;
	border-bottom: 10px solid #ffffff;
	border-radius: 0px;
}	
}
div#fiche-service-wrap div.entete {
	display: block;
	width: 100%;
	margin-bottom: 50px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	overflow: hidden;
}
@media (max-width: 1080px) {
div#fiche-service-wrap div.entete {
	display: block;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}	
}
div#fiche-service-wrap div.entete img {
	display: block;
	width: 100%;
}
div#fiche-service-wrap div.adresse {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px #cccccc;
	max-width: 400px;
	margin-bottom: 30px;
	border-radius: 10px;	
}
div#fiche-service-wrap div.adresse div.icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -55px;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 10px;
	background-color: #009ee0;
	border-radius: 25px;
}
div#fiche-service-wrap div.adresse div.icon img {
	display: block;
	width: 100%;	
}
div#fiche-service-wrap div#description-annuaire-sante {
	display: block;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 30px;
}
div#fiche-service-wrap div.contact {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 55px;
	padding-top: 13px;
	padding-right: 25px;
	height: 60px;
	font-size: 22px;
	border-radius: 50px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-position: left 15px center;
	background-repeat: no-repeat;
	color: #ffffff;
	transition: 0.3s;
}
div#fiche-service-wrap div.contact:hover {
	opacity: 0.8;
}
div#fiche-service-wrap div.contact a {
	color: #ffffff;
	text-decoration: none;	
}
div#fiche-service-wrap div.contact.telephone {
	background-color: #41a62a;
	background-image: url(images/icon-telephone.png);
	background-size: 30px auto;
}
div#fiche-service-wrap div.contact.telecopieur {
	background-color: #009ee0;
	background-image: url(images/icon-telecopieur.png);
	background-size: 35px auto;
}
div#fiche-service-wrap div.contact.site-web {
	background-color: #e23500;
	background-image: url(images/icon-web.png);
	background-size: 35px auto;
}
div#fiche-service-wrap div.index-sante {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	color: #999999;
	margin-bottom: 60px;
}
div#fiche-service-wrap div.logo {
	position: absolute;
	bottom: -50px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	box-shadow: 0px 0px 3px #999999;
	background-color: #ffffff;
	width: 120px;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 10px;
	overflow: hidden;
}
div#fiche-service-wrap div.logo img {
	display: block;
	width: 100%;
	border-radius: 6px;
}
/* FICHE SERVICE END */









/* SIDE */
div#chronique-side {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #fafafa);
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	padding: 0px;
	box-sizing: border-box;
	max-width: 360px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 60px;
}
@media (max-width: 1280px) {
div#chronique-side {
	display: block;
	width: 80%;
	max-width: 600px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
}
div.sub-title-side {
	display: block;
	padding: 20px;
	box-sizing:border-box;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Heebo', sans-serif;
	background-color: #fafafa;
	border-bottom: 1px solid #e7e7e7;
}
div.sub-title-side span.icon {
	float: right;
	width: 55px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
div.sub-title-side span.icon img {
	display: block;
	width: 100%;
}
/* SIDE END */








/* PAGE INSCRIPTION */
div#inscription-sante {
	display: block;
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 60px;
}
@media (max-width: 980px) {
div#inscription-sante {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}	
}
div#inscription-sante div#texte {
	display: block;
	width: 85%;
	max-width: 680px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
div#inscription-sante div#texte h1 {
	width: 100%;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 36px;
}
div#inscription-sante div#texte p {
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 26px;
}
div#inscription-sante div#logo-index-sante-inscription {
	display: block;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
div#inscription-sante div#logo-index-sante-inscription img {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div#inscription-sante div.button {
	display: inline-block;
	height: 60px;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 200px;
}
div#inscription-sante div.button a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Heebo', sans-serif;
	padding-top: 15px;
	font-size: 21px;
	text-decoration: none;
	color: #ffffff;
	height: 60px;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	text-align: center;
}
div#inscription-sante div.button a:hover {
	opacity: 0.7;
}
div#inscription-sante div.button.green a {
	background-color: #41a62a;	
}
/* PAGE INSCRIPTION END */











/* FOOTER */
div#footer {
	display: block;
	padding: 50px;
	width: 80%;
	max-width: 890px;
	background-color: #fffffff;
	background-image: linear-gradient(#ffffff, #fafafa);
	text-align: left;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-top-right-radius: 20px;
	margin-top: 60px;
	box-sizing: border-box;
}
@media (max-width: 1180px) {
div#footer {
	width: 100%;
	max-width: 100%;
	border-top: 1px solid #e7e7e7;
	border-right: 0px;
	border-top-right-radius: 0px;
	margin-top: 0px;
	text-align: center;
}	
}
div#footer div.logo {
	display: block;
	max-width: 180px;
	margin-bottom: 20px;
	margin-top: -10px;
}
@media (max-width: 1180px) {
div#footer div.logo {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
}
div#footer div.logo img {
	display: block;
	width: 100%;
}
div#footer div.description {
	display: block;
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}
div#footer div.copyright {
	display: block;
	margin-bottom: 10px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
}
div#footer div.confidentialite {
	display: block;
	margin-bottom: 10px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
}
div#footer div#developpe-au-quebec {
	display: block;
	margin-bottom: 0px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
}
div#footer div#developpe-au-quebec img {
	display: inline-block;
	width: 17px;
	height: 22px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: -6px;
}
/* FOOTER END */





/* PAGINATION */
div#pagination-wrap {
	margin-bottom: 40px;
}
div.pagination-off {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
div.pagination-off a {
	display: block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	text-decoration: none;
	padding-top: 15px;
	background-color: #e23500;
	color: #ffffff;
	border-radius: 25px;
	font-size: 24px;
	transition: 0.3s;
	line-height: 20px;
}
div.pagination-off a:hover {
	opacity: 1;
	background-color: #009ee0;
}
div.pagination-on {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	box-sizing: border-box;
	text-decoration: none;
	padding-top: 15px;
	background-color: #fae400;
	border: 1px solid #ae400;
	color: #000000;
	opacity: 0.7;
	border-radius: 25px;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
}
/* PAGINATION */







/* BOUTON ANNONCEURS END */	
div#bouton-annonceurs a {
	display: block;
	box-sizing: border-box;
	width: 500px;
	padding: 40px;
	padding-left: 210px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	background-color: #ddf5ff;
	color: #444444;
	text-decoration: none;
	border-radius: 20px;
	text-align: left;
	transition: 0.3s;
	background-image: url(images/annonceurs-sante.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 160px auto;
}
@media (max-width: 600px) {
div#bouton-annonceurs a {
	width: 100%;
	padding: 30px;
	padding-left: 170px;
	border-radius: 0px;
	background-position: 30px center;
	background-size: 120px auto;
	margin-bottom: 0px;
}
}
div#bouton-annonceurs a:hover {
	background-color: #fff59b;
}
div#bouton-annonceurs p.titre {
	margin-top: 0px;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Heebo', sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
div#bouton-annonceurs p.texte {
	margin-top: 0px;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0px;
}
/* BOUTON ANNONCEURS END */	
	
	
	
	
	
	
	
	
div.retour a {
	display: block;
	box-sizing: border-box;
	width: 125px;
	padding: 15px;
	padding-left: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #41a62a;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	font-family: 'Heebo', sans-serif;
	font-size: 19px;
	text-align: left;
	transition: 0.3s;
	background-image: url(images/fleche-retour.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 25px auto;
}
div.retour a:hover {
	opacity: 0.7;
}


	
	
	
span.nouvelle-fenetre {
	width: 12px;
	height: 12px;
	margin-left: 4px;
	display: inline-block;
}
span.nouvelle-fenetre img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -3px;
}




div.clear {
	clear: both;
}







/*
#009ee0;
#e23500;
#41a62a;
#fae400;
#444444;
#d0f8ff;
*/






