@charset "UTF-8";
/* CSS Devenir Parents */
@font-face {
	font-family: "ITCLubalinGraphStd";
	src: url(../fonts/F-Book.eot);
	src: url(../fonts/F-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/F-Book.woff2) format("woff2"), url(../fonts/F-Book.woff) format("woff"), url(../fonts/F-Book.ttf) format("truetype"), url(../fonts/F-Book.svg#F-Book) format("svg");
	font-weight: normal;
	font-style: normal;
}
/*––––––––––––––––––––––––––––––-–––––––––––––––-–––––––––––––––*/




/*Global*/
body {
	background-size: cover;
	background-image: url(../img/HG.jpg);
	font: 14px/1.8 Helvetica, sans-serif;
	margin: 0px;
}
/*––––––––––––––––––––––––––––––-–––––––––––––––-–––––––––––––––*/

/*Header*/
header {
	z-index: 200;
	position: fixed;
}
header img {
	width: 250px;
	margin-top: 10px;
	margin-left: 15px;
}

.white-top {
	background-color: white;
	height: 80px;
	z-index: 90;
	position: fixed;
	width: 100%;
}

/*––––––––––––––––––––––––––––––-–––––––––––––––-–––––––––––––––*/

/*Navigation*/
nav {
	line-height: 2;
	background-color: white;
	z-index: 100;
	float: right;
	margin-top: 20px;
	
}
nav ul {
	display: inline;
	list-style-type: none;
	
}
nav ul li {
	margin: 0 0px  0 36px;
	float: left;
	letter-spacing: 1px;
}
nav ul li a {
	color: #A9A9A9;
	text-decoration: none;
}
nav ul li a:hover {
	color: #C0C0C0;
}
nav .current {
	color: black;
	border-bottom: 3px solid #343f87;
	padding-bottom: 5px;
}
#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: white url(../img/menu-icon.png) center;
}



/*––––––––––––––––––––––––––––––-–––––––––––––––-–––––––––––––––*/

/*Language Button*/
 .lang {
	float:right;
	margin-top: 20px;
	margin-right: 10px;
	}

.lang-button {
	background-color: #d4d2c9;
    border: none;
    color: white;
    padding: 0 4px 0 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-size: 10px;
	letter-spacing: 1px;
}

.lang-button:hover {
	background-color: #e8e5d6;
}


/*––––––––––––––––––––––––––––––-–––––––––––––––-–––––––––––––––*/
/*––––––––––––––––––––––––––––––-–––––––––––––––-–––––––––––––––*/
/*Media query nav+background*/
@media only screen and (max-width : 950px) {
header img {
	width: 150px;
	margin-top: 10px;
	margin-left: 15px;
	position: fixed;
}
header {
	position: absolute;
}
	
#menu-icon {
	display: inline-block;
	float: right;
	margin: 10px;
}

nav ul li {
	margin: 0 0px  0 5px;
	float: left;
	text-align: center;
	letter-spacing: 1px;
}
	
nav li {
	width: 80%;
	padding: 10px;
	text-align: center;
}
	

nav:hover ul {
	display: block;
}
	
	
nav ul, #menu-icon:active ul  {
	display: none;
	z-index: 1;
	position: absolute;
	padding: 10px;
	background-color: white;
	border: none;
	right: 20px;
	top: 60px;
	width: 160px;
}

	
 .lang {
	margin-top: 32px;
	}	

	
body {
	background-color: #eeeade;
	background-image: none;
	}
	
	
}
/*––––––––––––––––––––––––––––––-–––––––––––––––-–––––––––––––––*/

/*Article*/

article {
	padding-top: 180px;
}
article section {
	z-index: -1;
	max-width: 743px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	overflow: hidden; 
}
img {
	width: 100%;
}
#content {
	min-height: 500px;
	padding: 30px 30px 20px 20px;
	
}
#content h1 {
	color: #343f87;
	font-family: "ITCLubalinGraphStd", serif;
	font-size: 35px;
	line-height: 50px;
	letter-spacing: 1px;
	margin-bottom: 28px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
}
#content h2 {
	color: #9e9d9b;
	font-family: "ITCLubalinGraphStd", serif;
	font-size: 21px;
	line-height: 1.219;
	margin-bottom: 28px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1px;
}
#content p.Lead {
	color: #55524e;
	font-family: "Helvetica", sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.969;
	margin-bottom: 18px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
}

#content .box {
	background-color:#E0E3F3;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#content span.AutorIn {
	color: #343f87;
	font-style: normal;
	font-weight: bold;
}

#content span.italic{
	font-style: italic;
}

#content span.bold{
	font-weight: bold;
}

#content a{
	text-decoration: none;
	font-style: italic;
	color: black;
}

#content a.underline{
	text-decoration: none;
	font-style: normal;
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 0.3px;
}

#content a.underline:hover{
	color: black;
}



#content a:hover {
	color: #C0C0C0;
	
}

/*––––––––
/*Book*/

.book {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	
}
.book img {
	max-width: 120px;
	float: left;
	margin-right: 15px;
}





/*––––––––––––––––––––––––––––––-–––––––––––––––-–––––––––––––––*/

/*Footer*/
footer {
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding-top: 10px;
	background-color: white;
	margin-bottom: 0px;
}
footer .footerContent {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
footer .logouni {
	width: 110px;
	margin-right: 10px;
	padding-bottom: 8px;
	/*this verical-align top is needed so that in Safari the text does not stick at the bottom */
	vertical-align: top;
}
footer .footerText {
	display: inline-block;
	overflow: auto;
}
/*––––––––––––––––––––––––––––––-–––––––––––––––-–––––––––––––––*/

/*Form*/
.form-group {
	margin-bottom: 15px;
	margin-right: 20px;
}
.form-control, .form-control-message {
	height: 25px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	border-color: #9e9d9b;
	border-style: solid;
	border-width: 1.5px;
}
.form-control-message {
	height: 80px;
	resize: vertical;
}
.container {
	margin-top: 50px;
	max-width: 350px;
}
.alert-danger {
	color: #85001e;
	background-color: #ffccd7;
	border-color: #ffb8c8
}
.alert-success {
	color: #215f0c;
	background-color: #d9f0d1;
	border-color: #c9ebbe
}
.button {
	color: white;
	min-width: 100px;
	border: none;
	height: 25px;
	background-color: #343f87;
}
.button:hover {
	color: #fff;
	background-color: #9e9d9b;
	cursor: pointer;
}


/*––––––––––––––––––––––––––––––-–––––––––––––––-–––––––––––––––*/
