/* Font familly definitions */
@font-face {
    font-family: 'western';
    src: url('/fonts/Western_Bang_Bang.otf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pulp';
    src: url('/fonts/PulpFictionM54.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Punk kid';
    src: url('/fonts/punk-kid-webfont.eot');
    src: url('/fonts/punk-kid-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/punk-kid-webfont.woff2') format('woff2'),
         url('/fonts/punk-kid-webfont.woff') format('woff'),
         url('/fonts/punk-kid-webfont.ttf') format('truetype'),
         url('/fonts/punk-kid-webfont.svg#punk_kidregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'led';
    src: url('/fonts/The-Led-Display-St.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'square';
    src: url('/fonts/Square.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Ostrich';
    src: url('/fonts/OstrichSans-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OstrichHeavy';
    src: url('/fonts/OstrichSans-Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Skull';
    src: local('Skull'),
         local('Skull'),
         url('/fonts/SkullphabetOne.ttf') format('truetype');
}
@font-face {
    font-family: 'Gadget';
    src: local('Gadget'),
         local('Gadget'),
         url('/fonts/Gadget.ttf') format('truetype');
}

@font-face {
    font-family: 'bebas';
    src: url('/fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'boldfont';
    src: url('/fonts/theboldfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



/* html background */
@media all and (min-width: 769px) {
	.large-optional{
		display: none;
	}
	html {
						background: url(/images/2020/fond_ext2.jpg) no-repeat top left fixed;
				FOObackground-position: right 0px;
			}
	.contentPage{
		background: url(/images/sable.jpg) no-repeat top left fixed;
		-webkit-background-size: cover; /* pour anciens Chrome et Safari */
		background-size: cover; /* version standardisée */
		FOObackground-position: right 30px, center;
	}
	.popUpPage{
		background: url(/images/2020/test_1.jpg) no-repeat top left fixed;
		-webkit-background-size: cover; /* pour anciens Chrome et Safari */
		background-size: cover; /* version standardisée */
		FOObackground-position: right 0px, center;
	}
	.hp-portlet{
		position: absolute;
		top: 50%;
      	right: 1%;
	}
	.form-transp{
	}

}


@media all and (max-width: 768px) {
	.mobile-optional	 {
		display: none;
	}
	html {
						background: url(/images/2020/mobile.jpg) no-repeat top left fixed;
				ZZFOObackground-position: center 120px, center;
				background-color: #c02024;
			}
	.contentPage{
	   background: url(/images/2020/test_1.jpg) no-repeat top left fixed;
	  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
	  background-size: cover; /* version standardisée */
	  FOObackground-position: right 30px, center;
	}
	.popUpPage{
	   background: url(/images/2020/test_1.jpg) no-repeat top left fixed;
	  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
	  background-size: cover; /* version standardisée */
	  FOObackground-position: right 0px, center;
	}
	.hp-portlet{
    position: absolute;
    bottom: 20%;
    right: 0%;
	}

}
html{
	-webkit-background-size: fixed; /* pour anciens Chrome et Safari */
	background-size: cover	; /* version standardisée */
}



.toffs {
  margin:0;
  padding:0;
  background: url(/images/2020/test_1.jpg) no-repeat top left fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}


/* Navigation bar */
.hp_navitem{
	color: #000000!important;
	padding: 15px;
	font-family: 'bebas';
	font-size: 20pt;
	letter-spacing: 2px;
    text-shadow: #ffffff 1px 1px, #ffffff -1px 1px, #ffffff -1px -1px, #ffffff 1px -1px;
}
/*
@media all and (max-width: 768px) {
	.hp_navitem	 {
		font-size: 15px;
	}
}
*/

a.hp_navitem:hover{
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%, rgba(255,255,255,0) 80%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 5px, center center, 80%, color-stop(0%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#hp_navbar{
	font-family:  Verdana, Arial;
	background-color: #c02024;
	color: #FFFFFF;
	position: absolute;
	z-index: 1;
	width: 100%
}
ul.hp_navmenu{
 	float: left;
	margin:0;
	list-style-type:none;
}
li.hp_navmenu{
		padding-top:15px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}
li.hp_navmenu_separator{
	padding:0px;
	padding-top:15px;
	margin: 0;
	color: #000;
	font-weight: bolder;
}
@media all and (max-width: 768px) {
	li.hp_navmenu_separator{
		display: none;
	}
}

/* home page footer */
.hp_footer{
	height: 4%;
	position: absolute;
	top: 95%;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	width: 100%;
	background-color: #c02024;
	border-radius: 4px;
	border: 1px solid #e7e7e7;
}
.hp_footeritem{
	font-family: 'bebas';
	font-size: 20pt;
	letter-spacing: 2px;
    text-shadow: #ffffff 1px 1px, #ffffff -1px 1px, #ffffff -1px -1px, #ffffff 1px -1px;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
}
a.hp_footeritem:hover{
	color: #c02024;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%, rgba(255,255,255,0) 80%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 5px, center center, 80%, color-stop(0%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

a.hp_footeritem:focus{
	color: #c02024;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%, rgba(255,255,255,0) 80%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 5px, center center, 80%, color-stop(0%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 5%,rgba(255,255,255,0) 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

/* home page elements */
.homepage{
	padding: 0;
	margin: 0;
	border: 0;
}
#hpLogo {
	padding: 5px;
}

.shoutbox{
	position: absolute;
    bottom: 6%;
	width: 96%;
	left: 2%;
    top : 2%;
	z-index: 0;
	margin: 3% auto auto 0;
}

.shoutbox-frm{
	width: 100%;
	height: 100%;
	border: 0px;
}



@media all and (max-width: 768px) {
	.shoutbox	 {
		margin: 16% auto auto 0;
		height: 85%;
		bottom: none;
		top: 0%;
	}

}

.mainFunc {
    font-size: 3em;
    font-family : boldfont;
    color: #FFFFFF;
    position: absolute;
    top: 80%;
	margin: 3% auto auto 0;

}
#meteo {
	left: 2%;
}
#photos {
	left: 16%;
}
#mail {
	left: 31%;
}

#apropos {
	left: 42%;
}
@media all and (max-width: 768px) {
	#meteo {
		top: 85%;
	}
	#photos {
		top: 85%;
	}
	#mail {
		top: 85%;
	}
	#apropos {
		left: 46%;
		top: 85%;
	}
}

#zorgContent {
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 42%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.8)), color-stop(42%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#45ffffff',GradientType=1 ); /* IE6-9 */



	color:#000;
	position: absolute;
	margin: 5% auto auto 0;
	width: 90%;
	left: 5%;
	font-family: Arial,Helvetica,sans-serif;

}
#zorgMeteoContent {
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 42%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.8)), color-stop(42%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#45ffffff',GradientType=1 ); /* IE6-9 */



	color:#000;
	position: absolute;
	margin: 4% auto auto 0;
	width: 96%;
	left: 2%;
	font-family: Arial,Helvetica,sans-serif;
}
@media all and (max-width: 768px) {
	#zorgContent {
		margin: 10% auto auto 0;
	}
	#zorgMeteoContent {
		margin: 10% auto auto 0;
	}
  .hp_footeritem{
	  font-size: 12pt;
	  padding: 0px;
	  padding-left: 5px;
  }
}

.beachPicture{
	text-align: center;
}

#zorgContent h1 {
		font-size: x-large;
		color:#505153;
		text-align: center;
		text-decoration: underline;
}
@media all and (max-width: 767px) {
	#zorgContent h1 {
			font-size: large;
	}
}
#zorgContent h2 {
		color:#f00;
		font-size: 120%;
		text-align: left;
		text-decoration: underline;

}

#zorgContent a {
		color:#c02024;
}
#zorgMeteoContent a.maree{
	color:#000;
	font-size: x-small;
	//background: #FFFFFF;
	padding-bottom: 20px;

}
#zorgContent img.mid {
	vertical-align:middle;
}
#zorgContent img.top {
	vertical-align:top;
}

#zorgContent table.param{
	  border-collapse:collapse;
}
#zorgContent td.param{
	 border-width:1px;
	 margin: 3px;
	 padding: 3px;
	 border-style:solid;
	 border-color:black;
}


#sommaire a.title{
	text-align: center;
	color: red;
}

#sommaire a{
	margin: 10px;
	color: white;
}
#sommaire{
	/*left: 2%;*/
	color: #FFFFFF;
	top: 10%;
	margin-left: 2%;
	border-color: #bdbec1;
    border-style:solid;
    border-width:5px;
    padding: 10px;
    background: black;
	//width: 18%;
}
#body{
	margin-left: 2%;
}


.unreadcountShort {
	background: rgb(255,0,0);
	background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: linear-gradient(to right, rgba(255,0,0,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );
	-webkit-box-shadow: inset 0 1px 1px 0 #450000;
	border-radius: 9px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	min-width: 1.8em;
	line-height: 15px;
	padding: 1px 10px 3px 10px;

}


.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.vertical-offset-50{
	padding-top:80px;
}


.header{
  background: -webkit-linear-gradient(#fefefe, #d3d8c2); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fefefe, #d3d8c2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fefefe, #d3d8c2); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fefefe, #d3d8c2); /* Standard syntax */
}

a.header{
	color: #000;
}
a.item{
	color: #000;
	cursor: pointer;
}

<!-- .rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; -->
}

.portlet {
	 -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #505153;
	background:rgba(255,255,255,0.8);
}

.caret-desc {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.caret-asc {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.warning{
	color: #FF6600;
}

.tabular_table_body1
{
	background-color: #E0E0E0;
}
.tabular_table_body0
{
	background-color: #ffffff;
}

.vertical-offset-100{
	padding-top:100px;
	top: 20%;
}
.errorMessage
{
	color: orangered;
	display: inline;
	#text-align: center;
	#padding-left: 10px;
	#padding-right: 10px;
	#margin: 10px;
}
.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rounded-corners {
     -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
}


.basicPage{
   background: url(/images/2020/test_1.jpg) no-repeat top left fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.spot{
	font-weight: bold;
	text-align: center;
}

/* Login form */

:root {
  --mainColor: #c02024;
}

a {
 background:
	linear-gradient(
		to bottom, var(--mainColor) 0%,
		var(--mainColor) 100%
	);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 4px 4px; 
	color: #000;
	text-decoration: none;
	transition: background-size .4s;
}

a:hover, a:focus {
   background-size: 4px 50px;
    color: #FFFFFF;
    text-decoration: none!important;
}

#loginForm a{
	font-family: boldfont;
	letter-spacing: 1px;
	font-size: 13px;
}

#loginFrom .panel{
	background-color: rgba(255, 255, 255, 0.5);
}

#prefs a{
    color: #c02024;
	font-family: bebas;
	letter-spacing: 1px;
	font-size: 20px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}


/* Bootstrap overloading */
.panel-title{
	font-family: boldfont;
	letter-spacing: 1px;
	font-size: 25px;
}

.panel{
	border-radius:0px !important;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 42%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.8)), color-stop(42%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#45ffffff',GradientType=1 ); /* IE6-9 */
}
.panel-heading{
	border-top-right-radius:0px !important;
	border-top-left-radius:0px !important;
    padding:10px 25px !important;
    
}
.panel-footer{
	border-bottom-right-radius:0px !important;
	border-bottom-left-radius:0px !important;
}

.drop-down-menu-item{
	font-family: 'bebas' !important;
	font-size: 14pt !important;
	font-weight: normal !important;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#c02024 !important}


/*
.navbar-default .navbar-nav>li>a{color:#fbd316 !important}

*/
#titleSmall{
	padding-top: 5px;
	font-size: 15px;
	background: none;	
}

.btn-info{
background-color: #c02024 !important;
border-radius:0px;
border: none;
font-family: 'boldfont';

}