/* include fonts */
@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.eot');
    src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-regular-webfont.woff2') format('woff2'),
         url('roboto-regular-webfont.woff') format('woff'),
         url('roboto-regular-webfont.ttf') format('truetype'),
         url('roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cursive_standardregular';
    src: url('cursive_standard-webfont.woff2') format('woff2'),
         url('cursive_standard-webfont.woff') format('woff'),
         url('cursive_standard-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* soft reset */
html, body, form, fieldset, legend, ul, ol, dl, blockquote, pre, h1, h2, h3, h4, h5, h6, p
{
	margin: 0;
	padding : 0;
}

/******************************************************************************
 **								HTML
 *****************************************************************************/
html
{
	font-family: robotoregular, Verdana, serif;
	font-size: 100%;
	padding-bottom: 70px;
	padding-top: 30px;
	color: #0A4991;
	background: #E8CE54;
	background-attachment:fixed;
	background-size: 55% auto;
}


/******************************************************************************
 **								BODY
 *****************************************************************************/
body
{
	box-shadow: 0px 0px 40px rgba(0,0,0,0.6);
	border-radius: 7px;
	background: #FFFFFF; /* rgba(255,255,255,0.95); */
	color: #0A4991;
	max-width: 900px;
	margin: 0 auto;
}

body a
{
	color: #1BA0FD;
	text-decoration: none;
}

body a:hover
{
	color: #1BA0FD;
	text-decoration: underline;
}

body a:visited
{
}

article
{
	padding-bottom: 25px;
}

/******************************************************************************
 **								HEADER
 *****************************************************************************/
header
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background: url("../images/header_background.jpg");
}

header h1
{
	font-family: cursive_standardregular, robotoregular, Verdana, serif;
	font-size: 250%;
	text-align: left;
	color: #0A4991;
	text-shadow: 0px 0px 4px rgba(255,255,255,0.9); 
}

header h2
{
	font-size: 90%;
	text-align: left;
	color: #0A4991;
	text-shadow: 0px 0px 3px rgba(255,255,255,0.9);
}

header .main_img
{
	display: inline-block;
	width: 150px;
	height: 150px;
	background: #FFFFFF;
	color: #FFFFFF;
	font-size: 80%;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
}

header .main_title
{
	display: inline-block;
	padding-left: 10px;
	vertical-align: bottom;

	/* background: rgba(0,0,255,0.1); */
}

header .change_lang
{
	display: inline-block;
	vertical-align: top;
	font-size: 70%;
	
	/* background: rgba(255,255,0,0.1); */
}

@media only screen and (max-width: 600px)
{
	header h1
	{
		font-size:200%;
	}
}

/******************************************************************************
 **									NAV
 *****************************************************************************/
nav
{
	padding-left: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	font-size: 95%;
	color: #1BA0FD;
	background: #B9E7FD;

	/* background: rgba(0,255, 0, 0.1);  */
}

nav li
{
	display: inline-block;
	padding-left: 10px;
	list-style-position: inside;
}

nav li:first-child
{
	display: inline-block;
	padding-left: 0px;
}

nav li + li:before
{
	content: "|";
	color: #0A4991;
	padding-right: 10px;
}

nav a
{
	color: #0A4991;
}

nav a:hover
{
	text-decoration: none;
	color: #1BA0FD;
}

nav a:visited
{
}

@media only screen and (max-width: 750px)
{
	nav
	{	
		padding-left: 30px;
	}
}

@media only screen and (max-width: 580px)
{
	nav
	{	
		height: auto;
		font-size: 130%;
	}

	nav li
	{
		display: block;
		padding-left: 10px;
		padding-bottom: 10px;
		list-style-position: inside;
	}

	nav li:first-child
	{
		display: inline-block;
		padding-left: 10px;
	}

	nav li + li:before
	{
		content: none;
		color: #0A4991;
		padding-right: 0px;
	}
}

/******************************************************************************
 **									FOOTER
 *****************************************************************************/
footer
{
	font-family: robotoregular, Verdana, serif;
	font-size: 80%;
	padding: 20px;
	text-align: center;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;

	background: #B9E7FD /*url("../images/header_background.jpg")*/;
	color: #0A4991;
	/*text-shadow: 0px 0px 4px rgba(0,0,0,0.9);*/
}

footer p
{
	padding-bottom: 10px;
	padding-top: 10px;
}

footer a
{
	color: #1BA0FD;
}

footer a:hover
{
	text-decoration: underline;
}

.foot_contact
{
	display: inline-block;
	width: 30%;
	padding-right:10px;
	text-align: left;
	vertical-align: top;
}

.foot_legal
{
	display: inline-block;
	width: 30%;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	vertical-align: top;
}

.foot_links
{	
	display: inline-block;
	width: 30%;
	padding-left:10px;
	text-align: right;
	vertical-align: top;
}

@media only screen and (max-width: 600px)
{
	.foot_contact
	{
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}

	.foot_legal
	{
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}

	.foot_links
	{
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
}

/******************************************************************************
 **							COMMON / ARTICLE
 *****************************************************************************/

article .image_right
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

article .image_right_shadow
{
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 5px;	 
	box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
}

article .image_left
{
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

article .image_left_shadow
{
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 5px;	 
	box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
}
 /* FORMS : ---------------------------------------------------------------- */

article input[type=text]
{
	height: 30px; 
	border: 1px solid #AAAAAA;  
	border-radius: 6px; 
	background: #EEEEEE;
	font-size: 105%;
	padding-left: 10px;
	padding-right: 10px;
	width: 97%; 
	padding-top:0px;
}

article input[type=text]:focus
{
	border: 1px solid #777777;
	background-color: #FFFFFF;
}

article input[type=submit],
article input[type=reset]
{
	height: 35px;
	border-radius: 6px;
	background-color: #DDDDDD;
	font-size: 110%;
}

article textarea
{
	font: 0.7em robotoregular, Verdana, sans-serif;
	height: 30px; 
	border: 1px solid #AAAAAA;  
	border-radius: 6px; 
	background: #EEEEEE;
	font-size: 105%;
	padding: 10px;
	width: 97%;
	height: 300px;
}

article select
{
	height: 30px; 
	border: 1px solid #AAAAAA;  
	border-radius: 6px; 
	background: #EEEEEE;
	font-size: 105%;
	padding-left: 10px;
	padding-right: 10px;
}

.field_title
{
	padding-top: 20px;
	padding-bottom: 7px; 
	margin: 0px; 
	font-size: 110%;
	color: #0A4991;
	text-align: left;
}

.field_desc
{
	padding-bottom: 7px; 
	padding-top: 0px; 
	margin: 0px; 
	font-size: 85%; 
	color: #666666;
	text-align: justify;
}

/* MENUS : ----------------------------------------------------------------- */

article h1
{
	font-family: cursive_standardregular, robotoregular, Verdana, serif;
	color: #0A4991;
	font-size: 200%;
}

article h2
{
	display: inline-block;
	font-size: 140%;
	padding-top: 10px;
}

article h3
{
	font-size: 180%;
	padding-bottom: 7px;
}


