#sortable{
	padding: 0;
	position: relative;
	color: #464637;
	min-height: 100%;
	font-size: 20px;
	font-weight: 300;
}

#sortable h1 {
	color: #FF3F00;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}


#sortable ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sortable .container {
	width: 80%;
	margin: auto;
	position: relative;
}

#sortable .sortable-ghost {
	opacity: .2;
}

#sortable .tile {
	width: 22%;
	min-width: 245px;
	color: #FF7270;
	padding: 10px 30px;
	text-align: center;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 30px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}
	#sortable .tile__name {
		/*cursor: move;*/
		padding-bottom: 10px;
		border-bottom: 1px solid #FF7373;
	}

	#sortable .tile__list {
		margin-top: 10px;
	}
		#sortable .tile__list:last-child {
			margin-right: 0;
			min-height: 80px;
		}

		#sortable .tile__list img {
			/*cursor: move;*/
			margin: 10px;
			border-radius: 100%;
		}

#sortable #verif{
	margin-bottom:20px;
	padding:10px;
}

#sortable #verif p{
	padding: 5px;
	border-radius: 5px;
}

#sortable #verif .good{
	color: green;
	background-color: #DFF0D8;
}

#sortable #verif .bad{
	color: red;
	background-color: #F2DEDE;
}

#sortable .block {
	opacity: 1;
}
	#sortable .block__list {
		font-family: 'cgb', sans-serif;
		font-size: 14px;
		color: #6E7789;
		min-height: 200px;
	}
		#sortable .block__list-title {
			margin: -20px 0 0;
			padding: 10px;
			text-align: center;
			background: #5F9EDF;
		}

		#sortable .block__list_words, #sortable .block__list_number {
			padding:15px 0;
		}
		
		#sortable .block__list_words_2 {
			padding: 5px 0 0 0;
		}

	#sortable .block__list_words li, #sortable .block__list_words_2 li{
		padding: 10px 0px 10px 0px;
		cursor: move;
		height: 45px;
	}
		#sortable .block__list_words .sortable-ghost, #sortable .block__list_words_2 .sortable-ghost {
			opacity: 0.4;
			background-color: #F4E2C9;
		}

		#sortable .block__list_words li:first-letter, #sortable .block__list_words_2 li:first-letter  {
			text-transform: uppercase;
		}
	#sortable .block__list_words_false {
		font-family: 'cgb', sans-serif;
		font-size: 14px;
		color: #6E7789;
	}
	
	#sortable .block__list_words_false li {
		padding: 10px 0px 10px 0px;
		margin-top: 14px;
	}
		#sortable .block__list_words_false .sortable-ghost {
			opacity: 0.4;
			background-color: #F4E2C9;
		}

		#sortable .block__list_words_false li:first-letter {
			text-transform: uppercase;
		}

	#sortable .block__list_number li {
		padding: 10px 10px 9px 30px;
		height:45px;
	}
		#sortable .block__list_number .sortable-ghost {
			opacity: 0.4;
			background-color: #F4E2C9;
		}

		#sortable .block__list_number li:first-letter {
			text-transform: uppercase;
		}

	#sortable .block__list_tags {
		/*padding-left: 10px;
		padding: 8px 0;*/
		overflow-y: scroll;
		height: 480px;
	}

	#sortable .block__list_tags:after {
		clear: both;
		content: '';
		display: block;
	}
		#sortable .block__list_tags li {
			color: #6E7789;
			padding:10px;
			cursor: move;
			display:inline-block;
			font-size: 12px;
		}
			#sortable .block__list_tags li:first-child:first-letter {
				text-transform: uppercase;
			}
	#sortable .block__list .icone_pays{
		margin-bottom: 4px;
	}

#sortable .blocklist_right .icone_pays{
	padding-right: 5px;
	min-height: 300px;
}

#sortable .blocklist_left{
	float:left;
	background-color:#DADFEB;
	width: 50%;
	min-height: 336px;
}

#sortable .blocklist_right{
	float:left;
	overflow:hidden;
	background-color: #EFF1F6;
	width: 50%;
}

#sortable .titleban{
	background:#272C2E;
	width:100%;
	text-align:center;
	color: #E3E2ED;
	padding:8px;
	font-weight:bold;
	font-size:14px;
}

#form_button{
	font-weight:bold;
}

#form_button input{
	padding:6px 0 6px 0;
	background:#272C2E;
	color:#fff;
	width:90px;
	border-radius:2px;
	border:none;
	cursor:pointer;
	font-size: 14px;
	margin-top:20px;
}

#form_button input:hover{

	background:#5C6678;
}

#form_button input:active{

	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}

#editable {}
	#editable li {
		position: relative;
	}

	#editable i {
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		opacity: 0;
		display: block;
		cursor: pointer;
		color: #c00;
		top: 10px;
		right: 40px;
		position: absolute;
		font-style: normal;
	}

	#editable li:hover i {
		opacity: 1;
	}


#filter {}
	#filter button {
		color: #fff;
		width: 100%;
		border: none;
		outline: 0;
		opacity: .5;
		margin: 10px 0 0;
		transition: opacity .1s ease;
		cursor: pointer;
		background: #5F9EDF;
		padding: 10px 0;
		font-size: 20px;
	}
		#filter button:hover {
			opacity: 1;
		}

	#filter .block__list {
		padding-bottom: 0;
	}

.drag-handle {
	margin-right: 10px;
	font: bold 20px Sans-Serif;
	color: #5F9EDF;
	display: inline-block;
	cursor: move;
	cursor: -webkit-grabbing;  /* overrides 'move' */
}

#todos input {
	padding: 5px;
	font-size: 14px;
	font-weight: 300;
}

#nested ul li {
	background-color: rgba(0,0,0,.05);
}

.hidden{
	visibility:hidden;
}

.infodiv{
	text-align: center;
	margin-bottom: 15px;
	color: #9e0616;
	font-size: 15px;
}

.infodivsad{
	text-align: center;
	padding-top: 35px;
	color: #9e0616;
	font-size: 18px;
	overflow: hidden;
	width: 100%;
}

.red{
	color:red;
}

.dark_green{
	color:#3F8222;
}

.light_green{
	color:#60C534;
}

.cursor_move{
	cursor: move;
}

#sortable .foo_block{
	display:block;float:left;min-width:80%;
}

@media (max-width: 800px){
	#sortable .container {
		width: 98%;
		min-width: 750px;
	}

	#sortable .blocklist_left{
		min-height:40px;
		width: 98%;
	}

	#sortable .blocklist_left .fleche{
		position: absolute;
		top: 213px;
		right: 40px;
		width: 32px;
		height: 32px;
		visibility:visible;
	}

	#sortable .blocklist_right{
		width: 98%;
	}

	#sortable .block__list {
		padding:0px;
		margin:0px;
		max-width:98%; /* 95% before */
		min-height:40px;
		font-size: 16px;
	}
	
	#sortable .block__list_words_false {
		font-size: 16px;
	}
	
	#sortable .block__list_words_false li {
		margin-top: 20px;
	}

	#sortable .titleban {
		font-size: 18px;
	}

	#sortable .block__list_words, #sortable .block__list_number {
		padding: 20px 0;
	}

	#sortable .block__list_tags {
		height: 250px;
		padding-right: 100px;
		background-color: #E4E9F1;
	}

	#sortable .block__list_tags li {
	    font-size: 20px;
	}
	
		min-height:0px;
	#sortable .blocklist_left{
	}

	#sortable .foo_block{
		width:80%;
	}

	#sortable .margin_li{
		padding-left:15px;
		margin-right:50px;
		background: #E4E9F1;
	}

}
