	/*---------------------GENERAL-------------------------*/
* {	
	margin:0;
	padding:0;
	}

body {
	line-height: 150%;

	}

/* --------------------------------------------------------------
   typography
-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px)   */
html { font-size:100.01%;  width:100%;
 height:100%;
}
body {
  font-size: 100%;
  color: #000000;
  background: #FFF;
  }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: 400; color: #111; /* font-family: 'Signika', sans-serif; */ font-family: 'Nunito', sans-serif; }

header { line-height: 1; margin-bottom: 0px; text-align:center; }
/*header nav {height:2em;}*/
header nav li {  display: inline-block; font-size: 1.2em; font-family: "Raleway", cursive, "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; text-align:center;}
.fw { font-weight: normal; }
.BELLE a { font-family: 'La Belle Aurore', cursive; font-size: 1.7em; }
.BELLE2 { font-family: 'La Belle Aurore', cursive; font-size: 3em; line-height: 200%; }
.imgtxt {  color:#FFF; font-family: 'La Belle Aurore', cursive; font-size: 3em; }

.yellow{border-bottom: solid 3px #FC0;}
.hityellow{ color:#FC0; }

.blue{border-bottom: solid 3px #3CF;}
.hitblue{ color:#3CF; }

.green{border-bottom: solid 3px #6C9;}
.hitgreen{ color:#6C9; }

.purple{border-bottom: solid 3px #C9F;}
.hitpurple{ color:#C9F; }

.red{border-bottom: solid 3px #F33;}
.hitred{ color:#F33; }

h1 { font-size: 3.2em; line-height: 1.5; margin-bottom: 0.25em; }
h2 { font-size: 2.8em; line-height: 1.25; margin-bottom: 0.25em; }
h3 { font-size: 1.4em; line-height: 1.00; margin-bottom: 0.25em; }
h4 { font-size: 1em; line-height: 1.00; margin-bottom: 0.25em;font-weight: 700; }
h5 { font-size: 1em; line-height: 1.00; margin-bottom: 0.25em; }
h6 { font-size: 1em; font-weight: bold; color:#FFF; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p, ol, ul           { margin: 0 0 1.5em; font-family: "Raleway", cursive, "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}
.p           { margin: 0 0 0.25em; }


/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left  			{ float: left !important; }
.milieuV		{ vertical-align: middle; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right 			{ float: right !important; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           { color: #000; text-decoration:underline; font-size: 1.0em; margin-bottom: 0.5em;}
header a {text-decoration:none;}
a:focus, a:hover { color: #72B532; font-weight:normal; }
.Lyellow a:focus, .Lyellow a:hover { color: #FC0; }
.Lblue a:focus, .Lblue a:hover { color: #3CF; }
.Lgreen a:focus, .Lgreen a:hover { color: #6C9; }
.Lpurple a:focus, .Lpurple a:hover { color: #C9F; }
.Lred a:focus, .Lred a:hover { color: #F33; }

.vignette a { margin:0; padding:0; }
.h3 		{ font-size: 1.2em; line-height: 2em; margin-bottom: 0.5em; margin-top: 2em; height: 2em; }
	
	
/*.button .img { border: 0px; }*/

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */
/*
li ul,
li ol       { margin: 0; }
ul, ol      {
	padding-left: 1.5em;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0em;
	margin-left: 0;
}
*/
ul          { list-style-type: none; }
ol          { list-style-type: decimal; padding-left: 5px; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* tableaux
-------------------------------------------------------------- */
/*

table {
border:3px solid #CCC;
border-collapse:collapse;
width:100px;
margin:auto;
table-layout: auto;
}
thead, tfoot {
background-color: #F3F3F3;
border:1px solid #CCC;
}
tbody {
background-color:#FFFFFF;
border:1px solid #CCC;
}
th {
border:1px dotted #CCC;
padding:5px;
}
td {
font-size:80%;
border:1px solid #CCC;
padding:5px;
text-align:left;
}
caption {font-size: 1.4em; line-height: 1.25; margin-bottom: 1.25em;}

.bgVERT{ background-color:#e5ffd9}
.bgROUGE{ background-color:#ffd9d9 }
.bgORANGE{ background-color:#ffffd9}
*/
/* Images
-------------------------------------------------------------- */

img {
	max-width: 100%;
	/*height: auto; width: auto;*/
	border: 0;
	vertical-align:bottom;

/*	border: 20px solid #fff; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
}


/* Misc classes
-------------------------------------------------------------- */
.light		{opacity : .2; }
.strong		{ font-weight:600; }
.small      { font-size: .8em; }
.large      { font-size: 1.4em; line-height:100%; }
.xl         { font-size: 3em; line-height:33.33%; }

.hide       { display: none; }
.iblock		{ display: inline-block; }
.block		{ display: block; }
.padding	{ padding:20px; }

.quiety     { color: #CCC; }
.quiet      { color: #999; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.beige		{ background-color:#f3ece5; background:#f3ece5;}
.caseBeige	{ background-color:#f3ece5; background:#f3ece5; display: table; width: 100%; padding: 20px; }

.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.center     { margin-left: auto; margin-right: auto; text-align: center;}

/*
.booked_start {
	color:white;
	text-shadow: 0 0 3px black;
	background: -webkit-linear-gradient(135deg, transparent, transparent 49%, #FF7567 51%, #FF7567);
	background: -o-linear-gradient(135deg, transparent, transparent 49%, #FF7567 51%, #FF7567);
	background: -moz-linear-gradient(135deg, transparent, transparent 49%, #FF7567 51%, #FF7567);
	background: linear-gradient(135deg, transparent, transparent 49%, #FF7567 51%, #FF7567);
	}
	
.booked {
	color:white;
	background:#FF7567;
	text-shadow: 0 0 3px black;
	}
	
.booked_end {
	color:white;
	text-shadow: 0 0 3px black;
	background: -webkit-linear-gradient(-45deg, transparent, transparent 49%, #FF7567 51%, #FF7567);
	background: -o-linear-gradient(-45deg, transparent, transparent 49%, #FF7567 51%, #FF7567);
	background: -moz-linear-gradient(-45deg, transparent, transparent 49%, #FF7567 51%, #FF7567);
	background-image:linear-gradient(-45deg, transparent, transparent 49%, #FF7567 51%, #FF7567);
	}
	
.months {
	font-size: .9em;
	display:inline-block;
		margin-bottom:30px;

	
	
}
	
	.months table {
	border-collapse : collapse;
	/* width:220px;
	height:248px;
	 border: solid 1px grey; */
	/* 28.12.22 -moz-box-shadow: 8px 0px 12px #CCCCCC;
	-webkit-box-shadow: 8px 0px 12px #CCCCCC;
	box-shadow: 8px 0px 12px #CCCCCC; */
/* }
	
	.months table td {
	/* border: solid 1px grey; */
/*	text-align:center;
}

	.months table tbody tr {
	height:30px;
}
*/

/* --------------------------------------------------------------
   ///typography
-------------------------------------------------------------- */

@media only screen and (max-width: 1120px)  {
	.large { font-size: 1em;}
	img { max-height:450px;}
	header nav ul li {font-size: 1em;}
	.imgtxt { font-size: 1.5em; }
	h2 {font-size: 2em;}

}




@media screen and (max-width: 640px) {

header nav ul li {font-size: 1.6em; display: block; width: 100%;  padding-bottom: 20px;}
		
[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 5px;
		margin-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
}
	
h2 {font-size: 1.6em;}
	
.grid, .grid-pad{ padding-left: 0; padding-right: 0; }
	
[class*='col-'], [class*='col-']:last-of-type, .grid-pad > [class*='col-']:last-of-type { padding-left: 0; padding-right: 0; }

h1, h2, h3, h4, h5, h6, p, li {padding-left: 5px; padding-right: 5px;}
	.imgtxt { font-size: 1.1em; }


}



