



.form-style-1 {
	margin:10px auto;
	max-width: 500px;
	padding: 20px 12px 10px 20px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.form-style-1 label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: bold;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
	width: 49%;
}

.form-style-1 .field-long{
	width: 100%;
}
.form-style-1 .field-select{
	width: 100%;
}
.form-style-1 .field-textarea{
	height: 100px;
}











legend {

	padding: 3px 6px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 0px;
}

.output {
    font: 1rem 'Fira Sans', sans-serif;
}

input {
	margin: .3rem;
	font-size: 14px;
}

label {
    font: normal 15px courier !important;
}



 /* The alert message box */
 .info {
    padding: 20px;
    background-color:#96c8a2; /* Red */
    color: black;
    margin-bottom: 15px;
}



 /* The alert message box */
 .alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
} 












.post-container {
	margin: 20px 10px 0 0;
	/*border: 5px solid #333;*/
	/*border: 1px solid rgba(0,0,0, 0.2);*/
    overflow: auto
}
.post-thumb {
	float: left;
}
.post-thumb img {
	/*display: block;*/
	border: 1px solid rgba(0,0,0, 0.2);
}
.post-content {
	margin-top: 5px;
	margin-left: 160px;

}
.post-title {
    font-weight: bold;
    font-size: 150%
}








ol {
	display: block;
	font-size: 14px;
	list-style-type: decimal;
    margin-left: 0;
    margin-right: 0;
	color: #548dd4;
}

ol li {
	margin-bottom: 5px;
	font-weight: bold;
}


.jeu_form input[type=text], .jeu_form select {
    width: 100%;
    padding: 6px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.jeu_form button[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.jeu_form button[type=submit]:hover {
    background-color: #45a049;
}

.jeu_form div, .jeu_form form {
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 10px;
}