/*---------------------------------------- MY STYLE -----------------------------------------------*/



/*-------------------------------------------------------------------------------------------------*/


.body {
	clear: both; 
	margin: 0 auto; 
	width: 80%;
    color: #000305;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.429;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    background-color: #e5e5e5;
}

h2, h3, h4, h5, h6 {
	font-weight: bold ;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
	outline: 0;
	}

a img {
	border: 0;
	text-decoration: none;
}

td {
    text-align:center;
}

th {
    text-align:center;
}

a:link, a:visited {
	color: #FFFFFF;
	padding: 0 1px;
	text-decoration: none;
}

/* ===========================
   ===== Main Navigation ===== 
   =========================== */
   
.mainHeader nav {
	background: #ffa726;
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 20px auto;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}
	
.mainHeader nav ul {
	list-style: none; 
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left; 
	display: inline; 
}
	
.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 23px;
	text-decoration: none;
}
	
.mainHeader nav li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainHeader img {
	width: 30%;
	height: auto;
	margin: 1% 0;
}

.topcontent a {
    color: #CF5C3F;
}

/* ===========================
   ======= Content Area ====== 
   =========================== */

.mainContent {
	overflow: hidden;
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.topcontent {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;	
	margin-bottom: 3%;
}

.bottomcontent {
	background-color: #FFF;	
	background-image: url('../img/bg.png');
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
}

.content {
	width: 68%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 85%;
}

/* ===========================
   ======== Sidebar ========== 
   =========================== */

.top-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color:  #ffa726; /* logo nedap : #f28909; #22397c ; #34495E; rgba(52, 73, 94, 0.7);*/
	padding: 2% 3%;
	margin-top: 5%;
	margin-bottom: 2%;
}

.top-sidebar img {
		width: 120px;
		height: 120px;
		display: block;
		margin-top: -85px;
        margin-left: auto;
        margin-right: auto;
	}

input[type="text"],input[type="password"]{
		height:25px; 
		width: 200px;
		margin-bottom: 15px;
		padding-left:40px;
	}
	
	.btn-login {
		padding: 10px 20px ;
		color: #fff ;
		font-weight: bold ;
		border-radius: 4px;
		margin-top: 7px;
		margin-bottom: 10px;
		border: none;
		background-color: #27ae60
	}
	
	.form-input::before{
		content: "\f007";
		position:absolute ;
		font-family:"FontAwesome" ;
		padding-left:5px;
		padding-top:12px;
		color: #9B59B6
		font-size:30px ;
	}
	
    .form-input:nth-child(2)::before{
		content: "\f023";
		padding-top:3px;
	}
	
	.middle-sidebar {
	background-image: url('../img/bg.png');
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
}

.bottom-sidebar {
	background-image: url('../img/bg.png');
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 0;
	background-color: #ffa726;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
}

.mainFooter p {
	width: 91%;
	margin: 2% auto;
}

/* ===========================
   ========= Page Conditions d'utilisation ==========
   =========================== */

.nom-site {
    font-weight: bold;
    color: #ffa726;
}

.header {
    margin-top: 30px;
    font-weight: bold;
    color: #34495E;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media only screen and (min-width : 150px) and (max-width : 780px)
{
	.body {
		clear: both; 
		margin: 0 auto; 
		width: 90%;
		font-size: 90%;
		background-color: #D8E2EC;
	}
	
	.mainHeader nav {
		background: #ffa726;
		font-size: 1.143em;
		height: 160px;
		line-height: 30px;
		margin-bottom: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		
	.mainHeader nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
	}
	
	.mainHeader nav li {
		margin-left: auto;
		width: 100%;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
		color: #FFF;
		display: block;
		height: 30px;
		padding: 5px 0;
		text-decoration: none;
	}
		
	.mainHeader nav li a {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.mainHeader img {
		width: 100%;
		height: auto;
		margin-bottom: 1.5%;
	}
	
	.mainContent {
		overflow: hidden;
		line-height: 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	
	.topcontent {
		background-color: #D8E2EC;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
		margin-bottom: 4%;
	}
	
	.bottomcontent {
		background-color: #FFF;	
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
	}
	
	.content {
		width: 100%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
	}	

	.post-info {
		display: none;
	}
	
	.top-sidebar {
		width: 86%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #ffa726 ;/*#34495E; rgba(52, 73, 94, 0.7);*/
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;		
	}
	
	.top-sidebar p {
		width: 90%;
	}

	.top-sidebar img {
		width: 120px;
		height: 120px;
		display: block;
		margin-top: -85px;
        margin-left: auto;
        margin-right: auto;
	}
	
	input[type="text"],input[type="password"]{
		height:25px; 
		width: 200px;
		margin-bottom: 15px;
		padding-left:40px;
	}
	
	.btn-login {
		padding: 10px 20px ;
		color: #fff ;
		font-weight: bold ;
		border-radius: 4px;
		margin-top: 7px;
		margin-bottom: 10px;
		border: none;
		background-color: #27ae60
	}
	
	.form-input::before{
		content: "\f007";
		position:absolute ;
		font-family:"FontAwesome" ;
		padding-left:5px;
		padding-top:10px;
		color: #9B59B6
		font-size:30px ;
	}
	
    .form-input:nth-child(2)::before{
		content: "\f023";
		padding-top:3px;
	}
	
	.middle-sidebar {
		width: 86%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
	}
	
	.middle-sidebar p {
		width: 90%;
	}
	
	.bottom-sidebar {
		width: 86%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.bottom-sidebar p {
		width: 90%;
	}

    .topcontent a {
        color: #CF5C3F;
    }
		
	.mainFooter {
		width: 100%;
		float: left;
		margin: 2% 0;
		padding-left: 0;
		background-color: #ffa726;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		color: #FFF;	
	}
	
	.mainFooter p {
		width: 86%;
		margin: 2% auto;
	}

}

/*---------------------------------------- MY STYLE -----------------------------------------------*/

.form-labels {
    font-size: 22px;
    margin-top: 25px;
}