@import "commun.css";
@import "bloc.css";
@import "catalogue.css";
@import "menu.css";
@import "titre.css";
@import "commande.css";
@import "moncompte.css";
@import "conseilnutrition.css";
@import "calendar.css";
@import "flaticon.css";
@import "font-awesome.min.css";
@import "footer.css";

/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, mark {display: block;}
mark {display:inline-block;}
ul, li, img {list-style-type:none;border:none;padding:0;margin:0;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {border-collapse: collapse;}
ul, li {list-style-type:none;}
img {border:none;padding:0;margin:0;}
a img {
	border:none;
	text-decoration:none;
}
a:hover img {
	border:none;
	text-decoration:none;
	outline:none;
}
a,
a:active,
a:focus
{
	text-decoration:none;
	border:none;
	color:#171717;
}
a:hover {
	text-decoration:none;
	outline:none;
}
:focus {
	outline-color:transparent!important;
}
/*
	TEXTE
	-----------------------------------
*/
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6 , h6 a{
	margin:0;
	padding:0;
}
.arial { font-family:Arial, Helvetica Neue, Helvetica, sans-serif;}
.montserrat {font-family: 'Montserrat', sans-serif;}
mark { background-color:transparent;}
/* 
	NOURRIR NATURE
	------------------------------
*/
html, body {
	width:100%;
	min-height:100%;
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	text-align:left;
	color:#333333;
	text-rendering:optimizelegibility;
}
body {
	background-position:top center;
	background-repeat: no-repeat;
	position: relative;
}
.body1>div.bkwhite { 
	background-color:transparent!important;
	margin-top:0;
}
[class*='body']>.bkwhite {
	background-image: url('../img/design/empreinte.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size:auto;
}
.body6>.bkwhite.pagechat {
	background-image: url('../img/design/empreinte.png'), url('../img/design/chat.png');
	background-position: bottom left, top right;
	background-repeat: no-repeat, no-repeat;
	background-size:auto, auto ;
}
.body6>.bkwhite.pagechien {
	background-image: url('../img/design/empreinte.png'), url('../img/design/chien.png');
	background-position: bottom left, top right;
	background-repeat: no-repeat, no-repeat;
	background-size:auto, auto ;
}
@media screen and (max-width: 1700px) {
	.body6>.bkwhite {
		background-size:auto, 250px!important;
	}
}
@media screen and (max-width: 1366px) {
	.body6>.bkwhite{
		background-size:150px, 120px!important;
	}
}
@media screen and (max-width: 1024px) {
	body { padding-top:70px;}
	[class*='body']>div.bkwhite { 
		margin-top:0px;
	}
}
@media screen and (max-width:1024px) {
	html, body {font-size:14px!important;}
	.body1 {background-size: 126%;}
}
@media screen and (max-width: 768px) {
	html, body {font-size:14px!important;}
	.body1 {background-size: 156%;}
}
@media screen and (max-width: 600px) {
	html, body {font-size:14px!important;}
	.body>.bkwhite {
		background-size:50px auto;
	}
	.body6>.bkwhite.pagechien,
	.body6>.bkwhite.pagechat{
		background-size:50px, 70px!important;
		background-position: bottom left, center right;
	}
	.body1 {background-size: 134%;}
}
@media screen and (max-width: 599px) {
	.body1 {background-size: 146%;}
}
@media screen and (max-width: 1024px) {
	body { padding-top:0;}
}

.nomob {
	display: block;
}

.mob {
	display: none;
}

@media screen and (max-width: 600px), screen and (max-width: 1023px) and (orientation: landscape) {
	@media screen and (max-width: 480px) {
		.body1 {
			background-size: 157%;
		}
	}
	@media screen and (max-width: 360px) {
		.body1 {
			background-size: 182%;
		}
	}

	/* COMMUN RESPONSIVE */
	body, body * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.hidden {
		display: none;
	}

	@media screen and (max-width: 900px) {
		.nomob {
			display: none;
		}

		.mob {
			display: block;
		}

		div.footer {
			background-size: auto 100%!important;
		}
	}
	/* IE10+ CSS styles go here */
	.ie9 {
		display: none;
	}

	.forie {
		display: none;
	}

	.notie {
		display: block;
	}

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.forie {
			display: block;
		}

		.notie {
			display: none;
		}
	}
	/* SPECIFIQUE Calendrier */
	.calendrier_h > a {
		display: block;
		height: 40px;
		width: 40px;
		padding: 0;
		margin-bottom: 10px;
		background-color: #CCC;
	}

	.calendrier_h > a i {
		display: block;
		width: 40px;
		height: 40px;
		margin: auto;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.calendrier_h > a i.icon-chevron-left {
		background-image: url('../img/design/calendrier/precedent.png');
	}

	.calendrier_h > a i.icon-chevron-right {
		background-image: url('../img/design/calendrier/suivant.png');
	}

	.table-striped tbody > tr:nth-child(odd) > td {
		background-color: #EEE8AA;
	}

	.table-striped td {
		border-top: 1px solid #EEE8AA;
	}

	/* BTN FIXED STICKY*/
	a.sticky.btn {
		position: fixed !important;
		top: 15px;
		z-index: 1000;
	}
}

#only_mobile_univers {
	display: none;
}

.only_mobile {
	display: none;
}

@media screen and (max-width: 1024px) {
	.only_mobile {
		display: flex!important;
	}

	#only_mobile_univers {
		display: inline-block!important;
	}

	.only_desktop {
		display: none!important;
	}
}

.box-sizing-content-box {
	box-sizing: content-box;
}

.fw-normal {
	font-weight: normal;
}

#form_nouveauclient::before {
	content: "";
	display: block;
	height: 150px;
	margin-top: -150px;
}