@charset "utf-8";

/* GENERAL */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #222222;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
    background-attachment: fixed;
}
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: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 12px;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: 10px;
	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-size: 25px;
    padding-right: 30px;
	background-position: right 5px 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 {
    font-family: 'Varela Round', sans-serif;
	margin-top: 0px;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
p.h1-style {
    font-family: 'Varela Round', sans-serif;
	margin-top: 0px;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	margin-top: 0px;
	font-size: 28px;
	margin-bottom: 40px;
	font-weight: normal;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
h3 {
    font-family: 'Varela Round', sans-serif;
	margin-top: 0px;
	font-size: 24px;
    color: #ee6655;
	margin-bottom: 30px;
	font-weight: bold;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* GENERAL END */






div#garderie-info {
	width: 100%;
	height: auto;
	max-width: 320px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	box-sizing: border-box;
	padding: 20px;
    padding-top: 70px;
	background-image: url(images/bg-garderie-info.png);
	background-position: top center;
	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;
}
@media (max-width: 1080px) {
div#garderie-info {
	display: none;
}	
}








div#logo {
	width: 85%;
	max-width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 500px) {
div#logo {
	margin-top: 10px;
	margin-bottom: 20px;
}	
}






div#inscription-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 290px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
}
div#inscription-button a {
    display: block;
    width: 100%;
    height: 60px;
    color: #ffffff;
	background-color: #ee6655;
    box-sizing: border-box;
    text-decoration:  none;
    padding-top: 19px;
    font-family: 'Varela Round', sans-serif;
    text-align:  center;
    font-size: 20px;
}
div#inscription-button a:hover {
	background-color: #ff7766;
}
@media (max-width: 1080px) {
div#inscription-button {
	display: none;
}
}





button.menu-btn {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	padding: 0px;
	margin-right: 0px;
	outline: none;
	border: 0px;
	border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	background-color: #ee6655;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: center;
}
button.menu-btn img {
	display: block;
	width: 100%;
}
button.menu-btn:hover {
	background-color: #ff7766;
}






/* RECHERCHE */
form.recherche-input {
	width: 80%;
	display: inline-block;
	max-width: 290px;
	height: 60px;
	margin-left: -5px;
	margin-bottom: 30px;
	padding: 0px;
	box-sizing: border-box;
}
form.recherche-input select {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #fafafa;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 60px;
    font-weight: bold;
	margin-bottom: 0px;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	outline: none;
}  
/* RECHERCHE END */











/* 2 BOX ACCUEIL */
div.cpe-quebec {
	display: inline-block;
    vertical-align:  top;
	width: 100%;
	max-width: 310px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: border-box;
	text-align: center;
    background-color: #fafafa;
	padding: 20px;
    border: 5px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 5px #999999;
}
div.cpe-quebec div.nombre {
    font-family: 'Varela Round', sans-serif;
	font-size: 32px;
    font-weight: bold;
	color: #009ee0;
	margin-bottom: 5px;
}
div.cpe-quebec div.nombre span.icon {
    display: inline-block;
    width: 50px;
    margin-bottom: -10px;
}
div.cpe-quebec div.nombre span.icon img {
    display: block;
    width: 100%;
}
div.cpe-quebec div.texte {
	font-size: 18px;
	margin-bottom: 10px;
}
div.cpe-quebec div.small {
	font-size: 15px;
	font-style: italic;
}
/* 2 BOX ACCUEIL END */









div.button a {
	display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
}
div.button.trouver a {
    display: block;
    width: 100%;
    height: 60px;
    color: #ffffff;
	background-color: #8cbb1e;
    box-sizing: border-box;
    text-decoration:  none;
    padding-top: 19px;
    font-family: 'Varela Round', sans-serif;
    text-align:  center;
    font-size: 20px;
	padding-right: 25px;
	background-image: url(images/icon-rechercher.png);
	background-repeat: no-repeat;
	background-position: right 27px center;
}







div.etoile {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
div.etoile img {
	width: 100%;
	display: block;
}







/* ITEM */
div.item {
	display: inline-block;
    vertical-align: top;
    width: 90%;
    max-width: 300px;
    margin-left: 15px;
    margin-right: 15px;
	margin-bottom: 30px;
	transition: 0.3s;
}
div.item a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 10px;
	box-shadow: 0px 0px 5px #999999;
	background-color: #fafafa;
    text-decoration: none;
    text-align:  left;
}
div.item a span.logo {
	display: block;
	width: 100%;
    box-sizing: border-box;
	border-radius: 5px;
    overflow: hidden;
}
div.item a span.logo img {
	display: block;
	width: 100%;
}
div.item a span.title {
	display: block;
	width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-family: 'Varela Round', sans-serif;
	font-size: 19px;
    font-weight: bold;
    color: #009ee0;
}
div.item a span.ville {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #eeeeee;
    padding: 10px;
    padding-right: 20px;
    background-image: url(images/icon-adresse.png);
    background-position: right 10px center;
    background-size: 15px;
    background-repeat: no-repeat;
}
/* ITEM END */







/* INDEX CONTENT */
div#index-content {
	width: 100%;
	background-color: #222222;
	background-image: url(images/bg-index-content.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    background-position:  center;
	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: 42px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
}
div#index-content h2 {
    font-family: 'Varela Round', sans-serif;
	width: 80%;
	max-width: 580px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
div#index-content p {
	width: 80%;
	max-width: 750px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	line-height: 28px;
}
div#index-content a {
	color: #ffffff;
}
/* INDEX CONTENT END */










/* BOX RÉGION */
div.box-region {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	max-width: 300px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	text-align: left;
}
div.box-region p.region {
    font-family: 'Varela Round', sans-serif;
	font-size: 20px;
    font-weight: bold;
	margin-top: 0px;
}
div.box-region p.plus {
    margin-top: -10px;
	margin-bottom: 0px;
	font-size: 20px;		
}
div.box-region p.plus a {
    color: #ee6655;
}
div.box-region p.plus span.more {
    float: left;
    font-family: 'Varela Round', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #8cbb1e;
    margin-right: 8px;
    margin-top: -10px;
}
div.box-region div.item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
/* BOX RÉGION END */









div.list {
	width: 80%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	margin-bottom: 20px;
}


div.wrap-garderies {
	display: block;
	width: 100%;
    text-align: center;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}











div#pathway {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
    margin-top: 10px;
	margin-bottom: 30px;
	background-color: #ffffff;
    font-size: 14px;
	line-height: 26px;
}
div#pathway a {
    text-decoration: none;
}
div#pathway a:hover {
    text-decoration: underline;
    opacity: 1;
}



/* FICHE */
div.fiche-wrap {
	display: block;
	width: 85%;
	box-sizing: border-box;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding: 5px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px #999999;
	text-align: left;
    background-color: #ffffff;
}
@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 0px 5px #999999;
}
}
div.fiche-wrap h1 {
	background-color: #009ee0;
	color: #ffffff;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 1px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
@media (max-width: 600px) {
div.fiche-wrap h1 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
}
div.fiche-wrap  div#fiche-logo {
	display: block;
	width: 100%;
}
div.fiche-wrap div#fiche-logo img {
	displauy: block;
	width: 100%;
}
div.fiche-wrap h2 {
	background-color: #eeeeee;
	font-size: 18px;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
}
div.fiche-wrap div.model {
	background-color: #8cbb1e;
	color: #ffffff;
	padding: 15px;
	font-size: 18px;
	display: block;
	border-bottom: 1px solid #ffffff;
}
div.fiche-wrap div.description {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #ffffff;
    background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
	border-bottom: 1px solid #ffffff;
}
div.fiche-wrap div.adresse {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	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;
	border-bottom: 1px solid #ffffff;
}
div.fiche-wrap div.telephone {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	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;
	border-bottom: 1px solid #ffffff;
}
div.fiche-wrap div.web {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	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;
	border-bottom: 1px solid #ffffff;
}
div.fiche-wrap div.nombre-de-places {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	padding-left: 70px;
	background-color: #f5f5f5;
	background-image: url(images/icon-nombre-de-places.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: 15px center;
	border-bottom: 1px solid #ffffff;
}
div.fiche-wrap div.fiche-photo {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}
div.fiche-wrap div.fiche-photo img {
	display: block;
	width: 100%;
}
div.fiche-wrap div.identification {
	background-color: #dddddd;
	font-size: 15px;
	color: #444444;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
@media (max-width: 600px) {
div.fiche-wrap div.identification {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
}
/* FICHE END */







div#modifier-button {
    display: block;
    width: 310px;
    height: 60px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    overflow: hidden;
}
div#modifier-button a {
    display: block;
    width: 100%;
    height: 60px;
    color: #ffffff;
	background-color: #ee6655;
    box-sizing: border-box;
    text-decoration:  none;
    padding-top: 19px;
    font-family: 'Varela Round', sans-serif;
    text-align:  center;
    font-size: 20px;
}
div#modifier-ou-ajouter-button a:hover {
	background-color: #ff7766;
}










/* PHOTOS BOX */
div#photos {
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
	margin-bottom: 0px;
}
/* PHOTOS BOX END */







/* STATS TABLE RÉGION */
div#stats-table-region {
	width: 80%;
	box-sizing: border-box;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding: 5px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px #999999;
	text-align: left;
    background-color: #ffffff;
}
div#stats-table-region div.region {
    font-size: 24px;
    font-family: 'Varela Round', sans-serif;
    background-color: #8cbb1e;
    color: #ffffff;
    padding: 15px;
    padding-right: 60px;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    margin-top: 0px;
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background-image: url(images/icon-quebec-blanc.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 40px auto;
}
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: #222222;
	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%;
}








/* À LIRE */
div#a-lire {
	display: block;
	box-sizing: border-box;
	text-align: center;
	background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
	padding-top: 60px;
	padding-bottom: 40px;
    margin-bottom: 0px;
}
div#a-lire p.a-lire-sur-garderies-au-quebec {
    width: 80%;
    font-family: 'Varela Round', sans-serif;
    font-size: 26px;
    line-height: 34px;
	color: #ee6655;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
div#a-lire div.a-lire-article {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	width: 90%;
	max-width: 320px;
}
div#a-lire div.a-lire-article a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	text-align: left;
	color: #222222;
	background-color: #fafafa;
	padding: 10px;
    border: 5px solid #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 8px #bbbbbb;
}
div#a-lire div.a-lire-article a div.titre {
    font-family: 'Varela Round', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}
div#a-lire div.a-lire-article a div.image {
	display: block;
    margin-left: -10px;
	width: calc(100% + 20px);
	margin-bottom: 10px;
}
div#a-lire div.a-lire-article a div.description {
	font-size: 17px;
	line-height: 21px;
}
/* À LIRE END */





/* ANNONCER */
div#annoncer {
    width: 100%;
    display: block;
    background-color: #ffffff;
    padding: 40px;
    padding-bottom: 220px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 5px solid #ffffff;
    background-image: url(images/bg-annoncer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
div#annoncer a {
	display: block;
    width: 90%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Varela Round', sans-serif;
	color: #009ee0;
	font-size: 32px;
    font-weight: bold;
    line-height: 44px;
	text-decoration: none;
}
div#annoncer a:hover {
	color: #ee6655;
	opacity: 1;
}
/* ANNONCER END */






/* ARTICLE */
div#article {
	display: block;
	width: 84%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 0px;
}
div#article h1 {
	width: 100%;
	font-size: 36px;
	line-height: 44px;
	text-align: left;
	font-weight: bold;
	color: #ee6655;
	margin-top: 0px;
	margin-bottom: 15px;
}
div#article h2 {
	width: 100%;
    font-family: 'Varela Round', sans-serif;
	font-size: 24px;
	line-height: 28px;
    text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
div#article h2.header {
	font-size: 20px;
	line-height: 26px;
}
div#article div#article-image {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
div#article div#article-image img {
	display: block;
	width: 100%;
    box-sizing: border-box;
    border: 10px solid #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #999999;
}
@media (max-width: 600px) {
div#article div#article-image img {
    border: 0px solid #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #999999;
}
}
div#article p {
	margin-top: 0px;
	margin-bottom: 25px;
}
div.ressources-et-references-wrap {
	display: block;
    width: 100%;
	border: 5px solid #ffffff;
	border-radius: 10px;
    box-shadow: 0px 0px 5px #999999;
    margin-bottom: 30px;
}
div.ressources-et-references {
	display: block;
	padding: 15px;
	color: #ffffff;
	background-color: #8cbb1e;
	border-bottom: 5px solid #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: 'Varela Round', sans-serif;
	font-size: 24px;
}
div.reference a {
	display: block;
	padding: 15px;
    box-sizing: border-box;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ffffff;
	transition: 0.3s;
	text-align: left;
	text-decoration: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
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: 17px;
	color: #aaaaaa;
    width: 100%;
}
/* ARTICLE 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: 14px;
	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: 15px;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	background-color: #ffffff;
	font-family: 'Varela Round', 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: 15px;
	width: 30%;
	box-sizing: border-box;
	border: 1px solid #ffffff;
}
table.form input.checkbox {
	width: 25px;
	height: 25px;
	padding: 5px;	
}
table.form td.field {
	font-size: 15px;
	text-align: left;
	background-color: #f5f5f5;
	padding: 12px;
	width: 70%;
	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: 'Varela Round', sans-serif;
	padding: 0px;
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
	height: 60px;
	font-weight: normal;
	border-radius: 30px;
	text-align: center;
	border: 0px;
	background-color: #009ee0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	transition: 0.3s;
	cursor: pointer;
	outline: none;	
}
table.form td.field input.button:hover  {
	opacity: 1;
	background-color: #007ed0;
}
.note {
	font-size: 13px;
}
.message-red {
    display: block;
    width: 85%;
    margin-left: auto;
	margin-right: auto;
    margin-bottom: 30px;
	font-family: 'Varela Round', sans-serif;
	font-size: 24px;
	color: #dd0000;
}
.message-blue {
	font-size: 14px;
	color: #009ee0;
}
.message-grey {
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
/* TABLE FORM END */









div.icon-contact {
    display: inline-block;
    width: 70px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px;
}
div.icon-contact img {
    display: block;
    width: 100%;
}








/* FOOTER */
div#footer {
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
	padding-top: 60px;
	padding-bottom: 60px;
}
div#footer p.pour-trouver {
    display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    font-family: 'Varela Round', sans-serif;
    font-size: 26px;
    line-height: 34px;
    margin-top: 0px;
    margin-bottom: 40px;
}
div#footer div.region-bottom {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
div#footer div.region-bottom a {
	display: block;
	padding: 15px;
	border-radius: 5px;
	background-color: #009ee0;
	text-decoration: none;
	font-size: 17px;
	color: #ffffff;
	box-sizing: border-box;
}
div#footer div.region-bottom a:hover {
	background-color: #ee6655;
	opacity: 1;
}
div#footer div#footer-logo {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div#footer p.texte {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 28px;
}
div#footer p.copyright {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
    font-family: 'Varela Round', sans-serif;
	font-size: 20px;
	line-height: 28px; 
}
div.partenaire {
	display: inline-block;
	vertical-align: middle;
	max-width: 280px;
	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 */






.etoile {
    color: #ff0000;
}





div.clear {
	clear: both;
}






/*

bleu: #009ee0;
orange: #ee6655;
orange hover: #ff7766;
orange pâle:`
noir: #222222;
vert: #8cbb1e;

font-family: 'Open Sans', sans-serif;
font-family: 'Varela Round', sans-serif;
    
*/



