﻿a.tbox
{
    text-decoration:none;
}

a.tbox:visited
{
    color: inherit;
}

a.tbox:link
{
    color: inherit;
}

div.tutorial-box
{
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

div.tutorial-box:hover
{
    background-color: #ddd;
}

a.breadCrumb
{
    text-decoration: none;
    color: #1f7199;
    font-weight: bold;
}

.mainLogo
{
	width: 1024px;
	height: 76px;
	margin: 0px;
	padding: 0px;
}

header
{
	padding: 0px;
	color: white;
	background-color: black;
	clear: left;
	text-align: center;
}

footer
{
	padding: 10px;
	color: white;
	background-color: black;
	clear: left;
	text-align: center;
}

div.foot
{
	padding: 0px;
	border-top: 2px solid #aaa;
	overflow: auto;
}

p.nav-button
{
	margin: 2px 0px;
	padding: 0.2em 0.5em;
	display: inline-block;
	border-radius: 10px;
	text-align: center;
}

p.nav-button:hover
{
	background-color: #ccc;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

a.nav
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

img {
  /*box-shadow: 10px 10px 14px #aaa;*/
  border-radius: 10px; box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
}

/*** MAIN MENU ***/

ul.mainMenu
{
	list-style-type:none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: #555555;
}

li.mainMenuItem
{
	float: left;
}

li.mainMenuItem a
{
	display: block;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 10px 25px 10px 25px; /* 10px 25px 10px 25px; */

	text-decoration: none;
	font-family: Titillium Web,Helvetica,Arial,sans-serif;
}

li.mainMenuItem a:hover
{
	background-color: purple;/* #333;*/
}

li.mainMenuItem a.active
{
	background-color:fuchsia; /*#1f7199;*/
}

span.code
{
	font-family: monospace;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

div.nav
{
    padding: 10px 20px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

a.nav
{
    /*display: inline;
    padding: 20px;
    margin: 20px;*/
}

div.mainContainer
{
	width: 1024px;
	border: 1px solid black;
	background-color: white;
	margin: 0px auto;
	padding: 0px;
}

div.mainContent
{
	background-color: #FFFFFF;
}

div.content
{
	padding: 15px 100px 0px 100px;
}

div.code-block
{
	/*margin: 0px 162px 20px 162px;*/
	font-size: 13px;
	padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
/*	background-color:#FFFFFF;*/
	border: 1px solid #bbb;
}

div.main-header
{
	/*margin: 20px 162px 0px 162px;*/
	padding: 0px;
	/*border-bottom: 2px solid black;*/
}

pre
{
	padding: 0px;
	margin: 0px;
}

table.instruction-table
{
	width: 500px;
	margin: 5px auto;
	border-collapse: collapse;
}

th.instruction-table
{
	border: 1px solid black;
	color: white;
	background-color: #1f7199;
	font-weight: bold;
	padding: 5px 10px;
	font-family: Titillium Web,Helvetica,Arial,sans-serif;
	text-align: center;
}

tr.instruction-table
{
	border: 1px solid black;
}

tr:nth-child(even)
{
	background-color: #f2f2f2;
}

tr:nth-child(odd)
{
	background-color: #fff;
}

td.instruction-table
{
	border: 1px solid black;
	padding: 5px 10px;
	font-family: Titillium Web,Helvetica,Arial,sans-serif;
}
.tutorial-list-header
{
	margin: 0px 20px;
	text-align: left;
	font-family: Titillium Web,Helvetica,Arial,sans-serif;
}

.tutorial-list-item
{
	margin: 0px 20px;
	text-align: left;
	list-style-type: none;
	padding: 0px;
	font-family: Titillium Web,Helvetica,Arial,sans-serif;
}

p.note-block
{
	text-align: justify;
	padding: 0px;
	margin: 8px 0px;
}

div.note
{
	margin: 10px 30px;
	padding: 0px 40px;
	border-radius: 10px;
	background-color: moccasin;
	border: 1px solid black;
}

img.diag
{
	display: block;
	margin: 0px auto;
	border: 1px solid #bbb;
	width: 700px;
}

img.pic
{
	display: block;
	margin: 0px auto;
	border: 1px solid #bbb;
}

p.code-follow
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

p > code.hljs { display: inline; }

html { -webkit-font-smoothing: antialiased; }

body
{
	/*font-family: 'Open Sans', Arial, sans-serif;*/
    font-family: Titillium Web,Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #4c4c4c;
	width: 100%;
	/*background-color:#CCC000;*/
	background-image:url(images/paysage.jpg);
	margin: 0px auto 0px auto;
	text-align: justify;
}

article {
    width: 90%;
    max-width: 800px;
    margin: auto;
}
article h1 {
    text-align: center;
    font-size: 30px;
    color: #c0392b;
}
article section {
    border: 1px solid #7f8c8d;
    border-radius: 15px;
    margin: 10px 0;  /* 25px 0; */

    padding: 8px; /* 10px */

    position: relative;
    transition: 0.5s;
}
article section:hover {
    cursor: pointer;
    background-color: #ecf0f1;
    box-shadow: 3px 3px 3px #95a5a6;
    transform: translateY(-10px);
}
article section.active {
    background-color: #ecf0f1;
    box-shadow: 3px 3px 3px #95a5a6;
}
article section h2 {
    margin: 0;
    padding: 0;
}
article section p {
    display: none;
}
article section.active p {
    display: block;
}
article section button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 15px;
    color: #2c3e50;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}
article section:hover i, article section:hover h2 {
    color: #c0392b;
}
article section button .fa-times {
    display: none;
}
article section.active button .fa-times {
    display: block;
}
article section.active button .fa-caret-down {
    display: none;
}


h1, h2, h3, h4, h5, h6 { padding-bottom: 1px; color: #111; line-height: 1em; font-weight: normal; margin: 0px;}
h1 { font-size: 30px; 	color: #0a638e; margin: 0px;}
h2 { font-size: 24px; color: #0a638e; margin: 0px;}
h3 { font-size: 22px; color: #1f7199; margin: 0px;}
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; line-height: 24px; margin: 0px;}

::selection
{
    color: #fff;
    background: #6d1414;;
}