@charset "utf-8";
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}
html, body {
    overflow-x: hidden;
}
div {
	position: relative;
}
img {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	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;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #595a81;
	border-radius: 5px;
	box-sizing: border-box;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url(images/bg-select.png);
	background-repeat: no-repeat;
	background-position: right center;
}
input.button {
	color: #FFFFFF;
	background-color: #8cbb1e;
	width: 140px;
	cursor: pointer;
	transition: 0.3s;
}
input.button:hover {
	opacity: 0.8;
}
a {
	color: #009ee0;
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}
h1 {
	margin-top: 0px;
	font-size: 38px;
	margin-bottom: 30px;
	font-weight: normal;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	margin-top: 0px;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: normal;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	margin-top: 0px;
	font-size: 26px;
	margin-bottom: 30px;
	font-weight: normal;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


/* HEADER */
div#garderie-info {
	width: 100%;
	height: auto;
	max-width: 320px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	box-sizing: border-box;
	font-style: italic;
	padding-left: 100px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-image: url(images/bg-garderie-info.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
}
div#garderie-info p {
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 20px;
}
div#logo {
	width: 100%;
	max-width: 260px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	margin-bottom: 30px;
}
/* HEADER */






button.menu-btn {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	padding: 0px;
	margin-right: 0px;
	outline: none;
	border: 0px;
	border-radius: 5px;
	background-color: #7677aa;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: center;
}
button.menu-btn img {
	display: block;
	width: 100%;
}
button.menu-btn:hover {
	background-color: #595a81;
}




/* RECHERCHE */
form.recherche-input {
	width: 80%;
	display: inline-block;
	max-width: 260px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 0px;
	box-sizing: border-box;
}
form.recherche-input select {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 240px;
	padding: 12px;
	height: 50px;
	font-size: 15px;
	margin-bottom: 0px;
	outline: none;
}
/* RECHERCHE END */











/* 3 BOX ACCUEIL */
div.cpe-quebec {
	display: inline-block;
	width: 100%;
	max-width: 310px;
	vertical-align: middle;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px;
	box-sizing: border-box;
	text-align: center;
}
div.cpe-quebec div.nombre {
	font-size: 48px;
	color: #009ee0;
	margin-bottom: 5px;
}
div.cpe-quebec div.texte {
	font-size: 22px;
	margin-bottom: 10px;
}
div.cpe-quebec div.small {
	font-size: 16px;
	font-style: italic;
}
div.cpe-quebec.rechercher {
	margin-left: 0px;
	max-width: 260px;
}
div.quebec {
	display: inline-block;
	margin-left: 40px;
	margin-bottom: 50px;
	vertical-align: middle;
	width: 120px;
	height: auto;
}
div.quebec img {
	display: block;
	width: 100%;
}
/* 3 BOX ACCUEIL END */





div.button a {
	display: block;
	background-color: #8cbb1e;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}
div.button.trouver a {
	max-width: 170px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 45px;
	background-image: url(images/icon-rechercher.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}
div.etoile {
	width: 20px;
	height: 20px;
	display: inline-block;
}
div.etoile img {
	width: 100%;
	display: block;
}
div.list {
	width: 80%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	margin-bottom: 20px;
}
div.list span.ville {
	font-size: 18px;
	color: #999999;
}




/* INDEX CONTENT */
div#index-content {
	width: 100%;
	background-color: #000000;
	background-image: url(images/bg-index-content.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 80px;
	padding-bottom: 80px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
div#index-content h1 {
	width: 80%;
	max-width: 760px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
}
div#index-content h2 {
	width: 80%;
	max-width: 680px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
div#index-content p {
	width: 80%;
	max-width: 740px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	line-height: 28px;
}
div#index-content a {
	color: #ffffff;
}
div#index-content div#index-sante {
	width: 80%;
	max-width: 350px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/* INDEX CONTENT END */







/* BOX TOP ACCUEIL */
div.top-accueil {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	max-width: 400px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 80px;
	text-align: left;
}
div.top-accueil h3 {
	width: 100%;
}
div.top-accueil div.item {
	margin-bottom: 10px;
	font-size: 22px;
}
div.top-accueil div.item span.ville {
	color: #999999;
	font-size: 16px;
}
/* BOX TOP ACCUEIL END */




/* BOX RÉGION */
div.box-region {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	max-width: 300px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 80px;
	text-align: left;
}
div.box-region p.region {
	font-size: 22px;
	margin-top: 0px;
}
div.box-region div.item {
	margin-bottom: 10px;
	font-size: 17px;
}
div.box-region div.item span.ville {
	color: #666666;
	font-size: 14px;
}
div.box-region p.plus {
	margin-bottom: 0px;
	font-size: 20px;		
}
div.box-region p.plus span.more {
	font-weight: bold;
	color: #8cbb1e;		
}
/* BOX RÉGION END */




div#pathway {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 50px;
	background-color: #f5f5f5;
	line-height: 26px;
}



/* FICHE */
div.fiche-wrap {
	display: block;
	width: 90%;
	box-sizing: border-box;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding: 5px;
	border-radius: 20px;
	box-shadow: 0px 2px 10px #666666;
	text-align: left;
}
div.fiche-wrap h1 {
	background-color: #009ee0;
	color: #ffffff;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 1px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
div.fiche-wrap h2 {
	background-color: #dddddd;
	font-size: 22px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 1px;	
}
div.fiche-wrap div.model {
	background-color: #8cbb1e;
	color: #ffffff;
	padding: 20px;
	font-size: 18px;
	display: block;
	margin-bottom: 1px;
}
div.fiche-wrap div.description {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #f5f5f5;
	margin-bottom: 1px;
}
div.fiche-wrap div.adresse {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	padding-left: 70px;
	background-color: #f5f5f5;
	background-image: url(images/icon-adresse.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: 20px center;
	margin-bottom: 1px;
}
div.fiche-wrap div.telephone {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	padding-left: 70px;
	background-color: #f5f5f5;
	background-image: url(images/icon-telephone.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: 20px center;
	margin-bottom: 1px;
}
div.fiche-wrap div.web {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	padding-left: 70px;
	background-color: #f5f5f5;
	background-image: url(images/icon-web.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: 20px center;
	margin-bottom: 1px;
}
div.fiche-wrap div.nombre-de-places {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	padding-left: 70px;
	background-color: #f5f5f5;
	background-image: url(images/icon-nombre-de-places.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: 20px center;
	margin-bottom: 1px;
}
div.fiche-wrap div.general-info {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #f5f5f5;
	margin-bottom: 1px;
}
div.fiche-wrap div.identification {
	background-color: #dddddd;
	font-size: 14px;
	color: #444444;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
div.fiche-wrap  div#fiche-logo {
	display: block;
	width: 100%;
}
div.fiche-wrap div#fiche-logo img {
	displauy: block;
	width: 100%;
}
div.fiche-wrap div.fiche-photo {
	display: block;
	width: 100%;
	margin-bottom: 1px;
}
div.fiche-wrap div.fiche-photo img {
	display: block;
	width: 100%;
}
/* FICHE END */





/* STATS TABLE RÉGION */
div#stats-table-region {
	width: 80%;
	box-sizing: border-box;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 5px;
	border-radius: 20px;
	box-shadow: 0px 2px 10px #666666;
	text-align: left;
}
div#stats-table-region div.region {
	background-color: #009ee0;
	color: #ffffff;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 1px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
div#stats-table-region div.general-info {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	background-color: #f5f5f5;
	margin-bottom: 1px;
}	
/* STATS TABLE RÉGION END */




div.ville {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
div.ville a {
	display: block;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	color: #000000;
	box-sizing: border-box;
}
div.ville a:hover {
	background-color: #e5f5fc;
	opacity: 1;
}









p.link {
	margin-bottom: 7px;
}
p.link-description {
	font-size: 16px;
	margin-top: 0px;
	color: #666666;
}
div.pub-is {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding-left: 10%;
	padding-top: 60px;
	padding-right: 10%;
	padding-bottom: 50px;
	clear: both;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
div.pub-is div.title {
	width: 100%;
	font-size: 16px;
	margin-bottom: 15px;
}
div.pub-is div.image {
	display: block;
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
div.pub-is div.image img {
	display: block;
	width: 100%;
}







div#annoncer a {
	width: 100%;
	display: block;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
	background-color: #7677aa;
	color: #ffffff;
	font-size: 28px;
	text-decoration: none;
}
div#annoncer a:hover {
	color: #ffffff;
	opacity: 0.9;
}









/* À LIRE */
div#a-lire {
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
div#a-lire p.a-lire-sur-garderies-au-quebec {
	font-size: 32px;
	line-height: 48px;
	width: 90%;
	color: #8cbb1e;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
div#a-lire div.a-lire-article {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 85%;
	max-width: 300px;
}
div#a-lire div.a-lire-article a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px #bbbbbb;
}
div#a-lire div.a-lire-article a div.titre {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
}
div#a-lire div.a-lire-article a div.image {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
div#a-lire div.a-lire-article a div.description {
	font-size: 15px;
	line-height: 18px;
}
/* À LIRE END */




/* ARTICLE */
div#article {
	display: block;
	width: 85%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 0px;
}
div#article h1 {
	font-size: 38px;
	line-height: 44px;
	width: 100%;
	font-weight: bold;
	color: #ea6569;
	margin-top: 0px;
	margin-bottom: 15px;
}
div#article h2 {
	font-size: 24px;
	line-height: 26px;
	width: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
div#article h2.header {
	font-size: 20px;
	line-height: 24px;
}
div#article div#article-image {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
div#article div#article-image img {
	display: block;
	width: 100%;
}
div#article p {
	margin-top: 0px;
	margin-bottom: 25px;
}
div.ressources-et-references {
	display: block;
	padding: 15px;
	color: #ffffff;
	background-color: #7677aa;
	margin-bottom: 1px;
	font-size: 20px;
	font-weight: bold;
	border-top: 10px solid #ffffff;
}
div.reference a {
	display: block;
	padding: 15px;
	background-color: #f5f5f5;
	margin-bottom: 1px;
	transition: 0.3s;
	text-align: left;
	text-decoration: none;
}
div.reference a:hover {
	background-color: #eeeeee;
	text-decoration: none;
}
div.reference a span.titre {
	display: block;
	font-size: 18px;
	color: #0088b6;
	line-height: 22px;
}
div.reference a:hover span.titre {
	color: #0088b6;	
}
div.reference a span.nom {
	display: block;
	color: #666666;	
	font-size: 15px;
	line-height: 20px;
}
p.publication {
	font-size: 18px;
	color: #bbbbbb;
	margin-bottom: 0px;
}
/* ARTICLE END */









/* FOOTER */
div#footer {
	width: 100%;
	box-sizing: border-box;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;
}
div#footer div.region-bottom {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
div#footer div.region-bottom a {
	display: block;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	color: #000000;
	box-sizing: border-box;
}
div#footer div.region-bottom a:hover {
	background-color: #e5f5fc;
	opacity: 1;
}
div#footer div#footer-logo {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
div#footer p {
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 24px;
}
div.partenaire {
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	opacity: 0.7;
	filter: grayscale(100%);
	transition: 0.3s;
}
div.partenaire img {
	filter: saturate(100%);
}
div.partenaire:hover {
	opacity: 1;	
	filter: grayscale(0%);
}
/* FOOTER END */










div.clear {
	clear: both;
}




.vert {
	color: #8cbb1e;
}
.bleu {
	color: #009ee0;
}
.rose {
	color: #e85194;
}







@media (max-width: 600px) {
div.fiche-wrap {
	width: 100%;
	max-width: 100%;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-radius: 0px;
	box-shadow: 0px 2px 10px #666666;
}
div.fiche-wrap h1 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
div.fiche-wrap div.identification {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
}


@media (max-width: 820px) {
div#logo {
	padding-top: 10px;
	margin-bottom: 15px;
	max-width: 180px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
div.arrow {
	display: none;
}
}
@media (max-width: 1300px) {
div.cpe-quebec, div.cpe-quebec.rechercher {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.quebec {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
}
@media (max-width: 980px) {
div#garderie-info {
	display: none;
}	
}









/*
bleu: #009ee0;
mauve: #7677aa;
vert: #8cbb1e;
*/



