#content {
    margin:20px 20px;
    margin-bottom:60px;
    padding:20px;
    clear:both;
}

#content .c {
    min-height:500px;
}

h1 , .h1 {    
    font-size: 40px;
    padding:10px 0;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}
h1.nostyle {    
    font-size: inherit!important;
    padding: inherit!important;
    font-weight: bold;
}

h2 , .h2 {    
    font-size:1.8em;
    padding:7px 0;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
    font-style: italic;
}

h3 {
    font-size:1.1em;
    padding:5px 0;
}

ul.list {
    margin-top:10px;
    margin-bottom:10px;
}

ul.list li {
    list-style:disc;
    list-style-position:inside;
}

/* **************************************************************************************************** */
/* TABLEAUX
/* **************************************************************************************************** */

table {
    width:100%;
    margin:10px 0;
}

table th , table td {
    text-align: center;
    border:1px solid #CCC;
    border-collapse: collapse;
    padding:3px 10px;
    vertical-align: middle;
}

table th {
    background:#EEE;
}

table td {
}

table .th {
    display: none;
}

/* **************************************************************************************************** */
/* FORMULAIRES
/* **************************************************************************************************** */

.form {
}

.form ul li {
    padding-top:10px;
}
.form label {
    display:inline-block;
    min-width:150px;
}

.form input[type=text] , .form input[type=password] , .form textarea  {
    display:inline-block;
    padding:10px 24px;
    width:100%;
    border:none;
    /*
    background:grey;
    background-color:rgba(255,255,255,0.5);*/
    border-bottom: 1px solid #e8e8e8;
    color:black;
    font-size:1em;
}

.form textarea {
    width:100%;
    min-width: 100%;
    max-width: 100%;
    min-height:100px;
    max-height: 400px;
    border: 1px solid #e8e8e8;
    
}

.form input[type=text]:focus , .form input[type=password]:focus , .form textarea:focus  ,
.form input[type=text]:hover , .form input[type=password]:hover , .form textarea:hover
{
    outline:none;
}

.form select {
    padding:3px 2%;
}

.form input[type=text].error , .form select.error , .form textarea.error , .form input[type=password].error {
    border:1px solid red;
}

.form input[type=submit] {
	font-family: 'Kanit', sans-serif;
    border:none;
    width:200px;
    margin:20px auto;
    background: url("../images/elements/btn_form.png") no-repeat;
    height: 70px;
    width: 238px;
    color: white;
    font-size:20px;
    text-transform: uppercase;
    cursor: pointer;
	font-weight: bold;
    font-style: italic;
}

.form ul li.short {
    float:left;
    width:48%;
    margin-right:2%;
}

.form ul li.short.endline {
    margin-left:2%;
    margin-right:0%;
}

.form ul li.short input[type=text] , .form ul li.short input[type=password] , .form ul li.short textarea  {
    padding:5px 10px;
    width:100%;
}

.form ul li.long {
    width:100%;
    clear:both;
}

.form ul li.long input[type=text] , .form ul li.long input[type=password] , .form ul li.long textarea  {
    padding:5px 10px;
    width:100%;
}

.form .short select {
    width:98%;
}

.bcolor , .form input[type=submit] {
    opacity: 0.9;
}

.bcolor:hover , .form input[type=submit]:hover {
    opacity: 1;
}

.bcolor.active , .form input[type=submit].active {

}

#blocleft .description {
	padding-top: 25px;
	font-size: 20px;
	font-weight: bold;
    font-style: italic;
}

#blocleft .description ul li::before {
	content: ">> ";
	color: #FF0500;
}

#blocleft #displayform {
	margin-top: 50px;
	padding-top: 20px;
	min-width: 405px;
    height: 110px;
    background: url(../images/elements/btn_launch_form.png) no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}

#blocleft #displayform .idi_big {
	font-size: 44px;
    display: block;
    line-height: 35px;
}

.bcolor {
    display: inline-block;
}

/* **************************************************************************************************** */
/* PAGINTATION
/* **************************************************************************************************** */

.pagination {
    float:right;
    margin-top:20px;
}

.pagination-item {
    display:block;
    padding:4px 7px;
    background:#DBDBDB;
    color:white;
    float:left;
    margin-right:3px;
    border-radius:15px;
}

.pagination-item.current , .pagination-item:hover {
    cursor:pointer;
    background:#706F6F;
}

/* **************************************************************************************************** */
/* INFOS BULLE
/* **************************************************************************************************** */

.bulle {
    background: rgba( 199 , 0 , 106 , 0.1 );
    border-bottom: 2px solid red;
    padding:10px;
    margin:auto;
    margin-bottom: 7px;
    margin-top: 3px;
    overflow:hidden;
}
.bulle.message {
    background: #a6f8b7;
    border: 1px solid #49f160;
    padding:10px;
    margin-top: 10px;
}
.bulle.errors {
    background: #f36767;
    border: 1px solid #f14343;
    padding:10px;
    margin-top: 10px;
    color:white;
}

/* **************************************************************************************************** */
/* S_INPUT
/* **************************************************************************************************** */

.sInput {
    display: inline-block;
    width:17px;
    height:17px;
    border:1px solid white;
    vertical-align: middle;
    margin-right:10px;
    cursor:pointer;
}

.sInput.checked {
    background:url("../images/elements/check.png") -1px -2px;
}

#left-top-corner {
	position: absolute;
    z-index: 100;
}

#right-top-corner {
	overflow: hidden;
	position: absolute;
	z-index: 99;
    top: 0px;
    right: 0px;
    height: 150px;
    width: 800px;
}

#right-top-corner .red-band {
	position: absolute;
	top: -124px;
    right: -200px;
    transform: rotate(45deg);
    background: #ff0000;
    width: 700px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
}

#right-top-corner .red-band:hover {
	opacity: 0.9;
}

#right-top-corner .red-band img {
    position: absolute;
    z-index: 4;
    bottom: 10px;
    right: 24%;
    height: 38px;
    width: 20px;
    display: block;
    margin: auto;
    transform: rotate(-45deg);
}


#right-top-corner .right-band {
	position: absolute;
    top: -80px;
    right: -147px;
    transform: rotate(45deg);
    background: white;
    width: 700px;
    height: 10px;
}

/* Lang */
.headitem-langs .langs {
	padding: 10px 10px;
}

.headitem-langs .langs img {
	padding: 0px 5px;
}

.headitem-langs .langs img:hover{
	opacity: 0.9;
}

/* **************************************************************************************************** */
/* S_SELECT
/* **************************************************************************************************** */

.sSelect {
    display:inline-block;
}

.sSelect .sSelectbar {
    padding:5px 10px;
    cursor:pointer;
    display: inline-block;
    padding-right:30px;
    border-bottom: 1px solid #CCCCCC;
    width:200px;
    background: url("../images/elements/arrowselect.png") white no-repeat top right;
}

.sSelect .sSelectUl {
    background:white;
    cursor:pointer;
    width:240px;
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    top:26px;
    left:0;
}

.sSelect .sSelectUl li {
    padding:5px 10px;
    border-bottom: 1px solid #EEEEEE;
}

.sSelect .sSelectUl li:hover {
    background:#EEEEEE;
}

.sSelect .sSelectInput {
    background:white;
    width:100%;
    border:none;
    outline:none;
}

@media screen and (max-width: 600px) {

    #content {
        margin:0;
        padding:20px;
        clear:both;
    }

    h1 , .h1 {
        font-size: 18px;
    }

    h2 , .h2 {
        font-size: 1.5em;
    }
    
    #blocleft .description {
		padding-top: 25px;
		font-size: 14px;
	}

    /* form responsive */

    .form input[type=text] , .form input[type=password] , .form textarea  {
        display:block;
        width:100%;
    }

    .form ul li.short  {
        width:100%;
        margin:0;
    }

    .form ul li.short.endline {
        margin:0;
    }

    .form ul li.short input[type=text] , .form ul li.short input[type=password] , .form ul li.short textarea  {
        display:block;
        width:100%;
        padding:3px 2%;
    }

    .form select {
        display:block;
        width:100%;
    }

    /* table responsive */

    table , tbody, table tr {
        display: block;
        border-collapse: collapse;
        width:100%!important;
    }

    table tr {
        margin-top:10px;
        display: block;
    }

    table th {
        display: block;
    }

    table td {
        display: block;
        background:#FCFCFC!important;
        text-align: left!important;
        border-top:none;
    }

    table td:first-child {
        border-top:1px solid #CCC;
    }

    table .th {
        display: inline-block;
        margin-right:10px;
    }

    table .th {
        font-weight: bold;
        display: inline-block;
        min-width: 150px;
    }

    table thead , table .trh {
        display: none;
    }
    
    
    #right-top-corner {
	    top: -49px;
    }
    
    #blocleft {
	    padding-top: 55px !important;
    }
    
    #blocleft #displayform {
	    background-size: 100%;
	    min-width: 282px;
		height: 85px;
		font-size: 14px;
		padding-top: 6px;
    }
    
    #blocleft #displayform .idi_big {
	    font-size: 34px;
	    display: block;
	    line-height: 35px;
	}
	
	
	/* Facebook */
	#right-top-corner .red-band img {
        bottom: 0px;
	    right: 19%;
	    height: 28px;
	    width: 14px;
	}

}