@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fa-regular-400.eot?v=4.7.0');
  src: url('fonts/fa-regular-400.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fa-regular-400.woff2?v=4.7.0') format('woff2'), url('fonts/fa-regular-400.woff?v=4.7.0') format('woff'), url('fonts/fa-regular-400.ttf?v=4.7.0') format('truetype'), url('fonts/fa-regular-400.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fa-solid-900.eot?v=4.7.0');
  src: url('fonts/fa-solid-900.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fa-solid-900.woff2?v=4.7.0') format('woff2'), url('fonts/fa-solid-900.woff?v=4.7.0') format('woff'), url('fonts/fa-solid-900.ttf?v=4.7.0') format('truetype'), url('fonts/fa-solid-900.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome Brand';
  src: url('fonts/fa-brands-400.eot?v=4.7.0');
  src: url('fonts/fa-brands-400.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fa-brands-400.woff2?v=4.7.0') format('woff2'), url('fonts/fa-brands-400.woff?v=4.7.0') format('woff'), url('fonts/fa-brands-400.ttf?v=4.7.0') format('truetype'), url('fonts/fa-brands-400.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'dashicons';
  src: url('fonts/dashicons.eot?v=4.7.0');
  src: url('fonts/dashicons.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/dashicons.woff?v=4.7.0') format('woff'), url('fonts/dashicons.ttf?v=4.7.0') format('truetype'), url('fonts/dashicons.svg?v=4.7.0#dashiconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html
{
	width:100%;
	height:100%;
}
body
{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
	//background-image:url("../images/bg.jpg");
	background-position:center;
	background-repeat:repeat;
	background-color:#252b36;
}
*
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#login_box
{
	background-color: #fefefe;
    border: 1px solid #b8cdd5;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #3c3c3c;
    font-size: 1.167em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 20px;
    width: 338px;
}
#main_login_table
{
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}
#main_login_td
{
	display:table-cell;
	position:relative;
	text-align:center;
	vertical-align:middle;
}

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

a
{
	text-decoration:none;
	color:inherit;
}

h1,h2,h3,h4
{
	padding:0px;
	margin:0px;
}

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

table,tr,td
{
	padding:0px;
	margin:0px;
}

.login_title
{
	font-size:1.333em;
	font-weight:bold;
	color:#fff;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
}
.login_txt
{
	border:solid 1px #cbd4d7;
	padding:8px;
	width:100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow:    0px 0px 6px 2px #cbd4d7;
	-webkit-box-shadow: 0px 0px 6px 2px #cbd4d7;
	box-shadow:         0px 0px 6px 2px #cbd4d7;
	padding-left:20px;
	padding-right:20px;
	font-size:1.167em;
	color:#3c3c3c;
}

.login_text
{
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	color:#3c3c3c;
}
.login_con
{
	padding-top:20px;
	padding-bottom:20px;
	text-align:right;
	background-color:#eff4f8;
	border-top:solid 1px #d8dce5;
	margin-top:30px;
}
.login_txt:focus
{
	border:solid 1px #aecee7;
	-moz-box-shadow:    0px 0px 6px 2px #aecee7;
	-webkit-box-shadow: 0px 0px 6px 2px #aecee7;
	box-shadow:         0px 0px 6px 2px #aecee7;
}
.login_connect
{
	background:none;
	background-image:url("../images/connexion.png");
	background-position:center center;
	background-repeat:no-repeat;
	width:102px;
	height:33px;
	border:0px;
	cursor:pointer;
	font-size:0px;
}
.login_connect:hover
{
	background-image:url("../images/connexion_over.png");
}

#logo_login
{
	position:absolute;
	margin-top:-135px;
	margin-left:-80px;
}

.erreur
{
	color:#F00;
}

#main
{
	width:100%;
	height:100%;
	min-height:100%;
}
#header
{
	position:fixed;
	top:0;
	
	z-index:1000;
	color:#fff;
	text-align:center;
	//background-color:#FFF;
	width:100%;
	
	background: rgb(77,93,112);
	background: -moz-linear-gradient(top,  rgba(77,93,112,1) 0%, rgba(37,43,54,1) 60%);
	background: -webkit-linear-gradient(top,  rgba(77,93,112,1) 0%,rgba(37,43,54,1) 60%);
	background: linear-gradient(to bottom,  rgba(77,93,112,1) 0%,rgba(37,43,54,1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5d70', endColorstr='#252b36',GradientType=0 );


}
#header_logo
{
	display:table-cell;
	text-align:left;
	width:150px;
	vertical-align:middle;
}
.logo_header
{
	vertical-align:middle;
}
#header_name
{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	font-size:2em;
	text-transform:uppercase;
	color:#fff;
}
#header_connect
{
	display:table-cell;
	text-align:right;
	vertical-align:middle;
}
#header_tab
{
	display:table;
	width:100%;
	height:100%;
}
#header_content
{
	width:100%;
	//max-width:1200px;
	margin:auto;
	height:100px;
	border-bottom:solid 3px #367ec0;
	padding-right:60px;
}
#header_block
{
	padding-left:220px;
}
.sidebar #header_block
{
	padding-right:250px;
}
.ico_menu
{
	vertical-align:middle;
	margin-right:15px;
	margin-top:-3px;
}

#menu ul li:after
{
	width:200%;
	content:"";
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:-1;
	max-width:0px;
	background: -moz-linear-gradient(left,  rgba(54,126,192,1) 0%, rgba(54,126,192,1) 50%, rgba(54,126,192,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(54,126,192,1) 0%,rgba(54,126,192,1) 50%,rgba(54,126,192,0) 100%);
	background: linear-gradient(to right,  rgba(54,126,192,1) 0%,rgba(54,126,192,1) 50%,rgba(54,126,192,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#367ec0', endColorstr='#00367ec0',GradientType=1 );

	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#menu ul li:hover:after,#menu ul li.selected:after
{
	max-width:200%;
}

.menu_tableau
{
	background-image:url("../images/tableau.png");
	background-position:left center;
	background-repeat:no-repeat;
}

#menu_box
{
	display:table-cell;
	width:220px;
	vertical-align:top;
}
#menu_content
{
	width:100%;
	margin:auto;
	position:fixed;
	overflow-y:auto;
	max-width:220px;
	max-height:calc(100% - 100px);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #367ec0; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #484847; 
}

#menu ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:0px;
	max-width:100%;
}

#menu > ul
{
	overflow:hidden;
}

#menu ul ul
{
	list-style:none;
	z-index:1;
	display:none;
	background-image:url("../images/bg.jpg");
}
#menu ul ul li
{
	list-style:none;
	display:block;
	padding-left:25px;
}

#menu ul li.open > ul
{
	display:block;
}

#menu ul ul li:before
{
	content:"-";
	font-size:20px;
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
}


#menu ul li
{
	padding:0px;
	margin:0px;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	transition:all 0.3s ease-in;
	position:relative;
	z-index:0;
}
#menu ul li > a > .down
{
	position:absolute;
	z-index:100;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:40px;
	height:100%;
	display:block;
	
	
}


#menu ul li > a > .down:after
{
	content:"\f0d7";
	font-family:"FontAwesome";
	font-style:normal;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	right:0px;
	height:100%;
	width:40px;
	text-align:center;
	
	-webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
	
}

#menu ul li.open > a > .down:after
{
	transform:rotate(-180deg);
}
#menu ul li:hover > ul
{
	//display:block;
}
#menu ul li a
{
	display:block;
	height:100%;
	width:100%;
	height:65px;
	line-height:65px;
	padding-left:15px;
	padding-right:40px;
	position:relative;
}

.menu_tableau
{
	background-image:url("../images/tableau.png");
	background-position:15px center;
	background-repeat:no-repeat;
}

.menu_sites
{
	background-image:url("../images/sites.png");
	background-position:15px center;
	background-repeat:no-repeat;
}

.menu_pages
{
	background-image:url("../images/pages.png");
	background-position:15px center;
	background-repeat:no-repeat;
}

.menu_carrousel
{
	background-image:url("../images/carrousel.png");
	background-position:15px center;
	background-repeat:no-repeat;
}

.menu_social
{
	background-image:url("../images/social.png");
	background-position:15px center;
	background-repeat:no-repeat;
}

#wrapper
{
	background-color:#f1f1f1;
	color:#242934;
	padding:20px 60px;
	min-height:400px;
	padding-bottom:50px;
	display:table-cell;
	vertical-align:top;
	overflow:hidden;
}
#wrapper_content
{
	width:100%;
	//max-width:1200px;
	margin:auto;
}

#footer
{
	color:#FFF;
	min-height:60px;
	line-height:60px;
	text-align:center;
	display:none;
}

.wrapper_tile
{
	font-size:2.5em;
	margin-bottom:10px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#242934;
}
.table_search
{
	//border:solid 1px #1d1d1b;
	//padding:20px;
	display:inline-block;
}
.table_result
{
	//border:solid 1px #1d1d1b;
	//border-bottom:none;
	box-shadow:0 0 3px 0 #999;
}
.table_result tr
{
	background-color:#FFF;
}
.table_result tr:nth-child(2n)
{
	background-color:#f0f5fa;
}
.table_result tr:hover
{
	background-color:#9fc0e0;
}
#table_result_sites
{
	font-size:1.167em;
	color:#242934;
}
#table_result_sites ul li .table_result
{
	border:solid 1px #1d1d1b;
	border-bottom:none;
	border-top:none;
}
.table_edit
{
	//border:solid 1px #1d1d1b;
	width:100%;
	//padding:5px;
}
.table_edit_2
{
	width:100%;
	text-align:right;
	margin-top:10px;
}
.table_edit_article
{
	width:100%;
}
.table_result_title
{
	border-bottom:solid 1px #cecdcd;
	text-align:left;
	font-weight:bold;
	font-size:1.333em;
	background-color:#FFF;
	//border-right:solid 1px #1d1d1b;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:5px;
	color:#252b36;
}
.table_result_title:last-child
{
	border-right:none;
}
.table_result_result
{
	//border-bottom:solid 1px #1d1d1b;
	color:#252b36;
	//border-right:solid 1px #1d1d1b;
	padding:5px;
	height:53px;
	//line-height:53px;
	padding-left:20px;
	font-size:14px;
}
.table_result_result:last-child
{
	border-right:none;
}
.btn_active
{
	display:inline-block;
	cursor:pointer;
	transition:all 0.3s ease-in;
	margin-right:5px;
	font-size:20px;
}
.btn_active:before
{
	content:"\f005";
	font-family:"FontAwesome";
	font-weight:bold;
}
.btn_active:hover:before
{
	font-weight:normal;
}
.btn_desactive
{
	display:inline-block;
	font-size:20px;
	cursor:pointer;
	transition:all 0.3s ease-in;
	margin-right:5px;
}

.btn_desactive:before
{
	content:"\f005";
	font-family:"FontAwesome";
	font-weight:normal;
}

.btn_desactive:hover:before
{
	font-weight:bold;
}
.btn_duplicate
{
	display:inline-block;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	margin-right:5px;
}
.btn_duplicate:before
{
	content:"\f24d";
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
	font-size:20px;
}
.btn_duplicate:hover:before
{
	font-weight:normal;
}
.btn_edit
{
	display:inline-block;
	cursor:pointer;
	transition:all 0.3s ease-in;
	margin-right:5px;
	font-size:20px;
}
.btn_edit:before
{
	content:"\f044";
	font-family:"FontAwesome";
	font-weight:bold;
}

.btn_edit:hover:before
{
	font-weight:normal;
}
.btn_install
{
	display:inline-block;
	cursor:pointer;
	height:14px;
	width:14px;
	transition:all 0.3s ease-in;
	background-image:url("../images/migrate.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:5px;
}
.btn_install:hover
{
	background-image:url("../images/migrate_over.png");
}
.btn_migrate
{
	display:inline-block;
	cursor:pointer;
	height:30px;
	width:30px;
	transition:all 0.3s ease-in;
	background-image:url("../images/migrate.png");
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:5px;
}
.btn_migrate:hover
{
	background-image:url("../images/migrate_over.png");
}
.btn_del
{
	display:inline-block;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	margin-right:5px;
}
.btn_del:before
{
	content:"\f2ed";
	font-size:20px;
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
}
.btn_del:hover:before
{
	font-weight:normal;
}

.btn_search
{
	display:inline-block;
	border:0px;
	background-color:#367ec0;
	color:#FFF;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
	padding-bottom:10px;
	padding-top:10px;
}
.btn_search:hover
{
	background-color:#252b36;
}
.search_box
{
	margin-bottom:20px;
	text-align:right;
}
.table_search input[type=text]
{
	border:solid 1px #d4dde6;
	padding:10px;
	width:220px;
	box-shadow:0 0 3px -1px #999;
	margin-right:10px;
	color:#333;
	font-size:14px;
}
.table_edit input[type=text],
#sidebar input[type=text]
{
	border:solid 1px #d4dde6;
	padding:5px;
	width:100%;
	height:29px;
	box-shadow:0 0 3px -1px #999;
}
.table_edit input[type=password]
{
	border:solid 1px #d4dde6;
	padding:5px;
	width:100%;
	box-shadow:0 0 3px -1px #999;
}
.table_edit .textarea
{
	border:solid 1px #d4dde6;
	padding:5px;
	width:100%;
	height:100px;
	box-shadow:0 0 3px -1px #999;
}
.table_edit .textarea_tinymce
{
	border:solid 1px #d4dde6;
	padding:5px;
	width:100%;
	height:300px;
}
#page_result
{
	text-align:right;
	margin-top:10px;
}
.page_select
{
	padding:8px;
	padding-top:2px;
	padding-bottom:2px;
	
	
	background: rgb(249,249,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 5%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,rgba(249,249,249,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 5%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 5%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 5%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 5%,rgba(234,234,234,1) 100%); /* W3C */

	
	
	
	background-color:#ededed;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	box-shadow:0 2px 3px -2px #999;


}


#page_result a.selected,.page_select:hover
{
	background:#367ec0;
	
	
	
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0;
	border:1px solid #6169f8;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:none;
	box-shadow:0 2px 3px -2px #999;
}

.sub_section
{
	font-size:12px;
}
.table_edit td
{
	padding-bottom:10px;
}

{
	padding-bottom:10px;
}
.table_edit tr:last-child td
{
	padding-bottom:0px;
}
.oui
{
	background-color:#4ab43c;
	color:#FFF;
}
.non
{
	background-color:#ff0000;
	color:#FFF;
}
.correct
{
	color:#FFF;
	margin-bottom:10px;
	background-color:#4ab43c;
	padding:5px;
	border:solid 1px #1a760d;
}
.err
{
	color:#FFF;
	margin-bottom:10px;
	background-color:#ff0000;
	padding:5px;
	border:solid 1px #8b0000;
}
.img_article,
.img_article2
{
	display:block;
	max-width:300px;
	max-height:100px;
}
.liste_sites
{
	width:200px;
	border:solid 1px #d4dde6;
	padding:5px;
	box-shadow:0 0 3px -1px #999;
	font-size:1em;
}
#table_result_sites ul
{
	list-style:none;
	padding:0px;
	margin:0px
}
#table_result_sites ul li
{
	padding:0px;
	margin:0px;
}
.ui-sortable-handle
{
	cursor:move;
	min-height:20px;
}



.ui-sortable-handle:hover .custom_editor_container
{
	background-color:#fefef4;
}

.sortable_rotator
{
	cursor:move;
}
#img_fake,
#img_fake2,
#opt_logo_fake,
#opt_logo_fake2,
#opt_logo_footer_fake,
#opt_bg_footer_fake,
#opt_background_fake,
#img_fake_custom_bg,
#opt_bar_fake
{
	height:30px;
	width:100%;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	display:none;
}
#img_fake_btn
{
	
	display:inline-block;
	border:0px;
	background-color:#367ec0;
	color:#FFF;
	padding-left:15px;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
	padding-bottom:10px;
	padding-top:10px;
	background-image:url("../images/upload.png");
	background-position:right 15px center;
	background-repeat:no-repeat;
	padding-right:35px;
}
#img_fake_btn:hover
{
	background-color:#484847;
}
#image_upl,
#image_upl2,
#opt_logo_upl,
#opt_logo_upl2,
#opt_logo_upl_footer,
#opt_bg_upl_footer,
#opt_background_upl,
#image_upl_custom_bg,
#opt_page_title_bar
{
	width:0px;
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:inline-block;
}
#del_img
{
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	background-image:url("../images/del_img.png");
	background-repeat:no-repeat;
	background-size:cover;
	width:30px;
	height:30px;
	cursor:pointer;
}
#del_img:hover
{
	background-image:url("../images/del_img_over.png");
}
#img_content_box,
#img_content_box2
{
	position:relative;
	display:table;
}
.new_article
{
	border:solid 1px #1d1d1b;
	background-color:#8b8b8b;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
	transition:all 0.3s ease-in;
}
.new_article:hover
{
	background-color:#484847;
}

.err_field
{
	color:#F00 !important;	
}
.err_field_input
{
	border-color:#F00 !important;
}
#menu_connect
{
	list-style:none;
	font-size:20px;
	color:#fff;
	padding:0px;
	margin:0px;
	display:inline-block;
	min-width:190px;
}
#menu_connect li
{
	padding:0px;
	margin:0px;
	list-style:none;
	position:relative;
}
#menu_connect li:hover > ul
{
	display:block;
}
#menu_connect ul
{
	display:none;
	position:absolute;
	padding:0px;
	margin:0px;
	background-color:transparent;
	width:100%;
	padding-top:27px;
	text-transform:none;
}
#menu_connect ul li
{
	text-align:left;
	background-color:#252b36;
	color:#fff;
	text-transform:none;
}
#menu_connect ul li a
{
	padding:10px;
	display:block;
	width:100%;
}
#menu_connect ul li a:hover
{
	background-color:#367ec0;
	color:#FFF;
}
#menu_connect_title
{
	font-size:14px;
	color:#2064a2;
}
.menu_connect_name
{
	background-image:url("../images/arrow_down.png");
	background-repeat:no-repeat;
	background-position:right 10px;
}
.tableau_table
{
	display:table;
	width:100%;
}
.tableau_td
{
	display:table-cell;
	width:49%;
	vertical-align:bottom;
	background-color:#FFF;
	padding:20px;
	box-shadow:0 0 3px 0 #999;
}
.tableau_td_space
{
	display:table-cell;
	width:2%;
	vertical-align:top;
}
.tableau_td_ico
{
	background-image:url("../images/ico_site.png");
	background-position:center top;
	background-repeat:no-repeat;
	width:81px;
	height:81px;
	display:table-cell;
	vertical-align:top;
}
.tableau_td_ico2
{
	background-image:url("../images/ico_page.png");
	background-position:center top;
	background-repeat:no-repeat;
	width:81px;
	height:81px;
	display:table-cell;
	vertical-align:top;
}
.tableau_td_ico3
{
	background-image:url("../images/ico_information.png");
	background-position:center top;
	background-repeat:no-repeat;
	width:81px;
	height:81px;
	display:table-cell;
}
.tableau_td_txt
{
	display:table-cell;
	padding-left:10px;
	vertical-align:bottom;
}
.gerer
{
	color:#252b36;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
}
.tableau_ligne
{
	height:1px;
	width:100%;
	background-color:#d4dde6;
	margin-bottom:5px;
	margin-top:5px;
}
.tableau_nb
{
	font-size:26px;
	color:#232833;
	font-weight:bold;
}
.tableau_txt
{
	font-size:14px;
	color:#abb4be;
}
.tableau_txt2
{
	font-size:14px;
	color:#232833;
}
.space_30
{
	height:30px;
}
.space_15
{
	height:15px;
}
.right_tableau
{
	padding-right:10px;
}
.ligne
{
	height:1px;
	width:100%;
	background-color:#cecdcd;
}
.btn_normal
{
	display:inline-block;
	border:0px;
	background-color:#367ec0;
	color:#FFF;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
	padding-bottom:10px;
	padding-top:10px;
}
.btn_normal:hover
{
	background-color:#252b36;
}
select
{
	box-shadow:0 0 3px -1px #999;
	padding:5px;
}
.txt_search
{
	box-shadow:0 0 3px -1px #999;
	font-size:1em;
	color:#252b36;
	padding:5px;
	border:1px solid #d4dde6;
	width:150px;
}
#table_result_article
{
	font-size:1.167em;
	position:relative;
}
.position_detail
{
	font-size:12px;
	color:#abaaaa;
	font-style:italic;
}
.readonly
{
	background-color:#CCC;
	color:#777;
	cursor:not-allowed;
}
.max_tab div
{
	color:#d80000 !important;
}
.max_tab
{
	color:#d80000 !important;
}
.erreur_404
{
	display:table;
	width:100%;
	font-size:20px;
	color:#d80000;
	box-shadow:0 0 3px 0 #999;
	background-color:#FFF;
	padding:20px;
}
.erreur_404_td
{
	vertical-align:middle;
	display:table-cell;
	height:150px;
	padding-left:180px;
	background-image:url("../images/error.png");
	background-repeat:no-repeat;
	background-position:left top;
}
.gallerie_preview
{
	float:left;
	width:23%;
	margin-right:10px;
	margin-bottom:10px;
	font-size:0px;
	position:relative;
}
.gallerie_preview:hover > .gallerie_action
{
	display:block;
}
.gallerie_action_edit
{
	width:50%;
	height:100%;
	display:inline-block;
}
.gallerie_action_del
{
	width:50%;
	height:100%;
	display:inline-block;
}
.gallerie_action
{
	display:none;
	height:100%;
	width:100%;
	position:absolute;
	z-index:2;
	background:rgba(0,0,0,0.5);
	left:0;
	top:0;
}
.gallerie_action_block
{
	display:table;
	height:100%;
	width:100%;
}
.gallerie_action_table
{
	display:table-cell;
	height:100%;
	width:100%;
	vertical-align:middle;
}
.gallerie_action_btn
{
	display:inline-block;
	padding:20px;
	cursor:pointer;
	background:rgba(255,255,255,0.7);
}
.gallerie_action_btn:hover
{
	background:rgba(255,255,255,1);
}
.gallerie_action_btn img
{
	height:15px;
	width:auto;
}
#preview
{
	display:table;
	clear:both;
	width:100%;
}
#preview .gallerie_preview:nth-child(4n+5)
{
	clear:both;
}
.gallerie_preview img
{
	max-width:100%;
}
#loading img
{
	position:absolute;
	z-index:2;
	right:0;
	left:0;
	margin:auto;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease-in;
}
#loading img.loading_visible
{
	opacity:1;
	visibility:visible;
}
.gallerie_title
{
	font-size:22px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:30px;
}
.btn_favicon
{
	display:inline-block;
	cursor:pointer;
	height:20px;
	width:20px;
	transition:all 0.3s ease-in;
	background-image:url("../images/favicon.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-right:5px;
}
.btn_favicon:hover
{
	background-image:url("../images/favicon.png");
}
.btn_traduction
{
	display:inline-block;
	cursor:pointer;
	height:24px;
	width:30px;
	transition:all 0.3s ease-in;
	background-image:url("../images/traduction.png");
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:5px;
}
.btn_traduction:hover
{
	background-image:url("../images/traduction_over.png");
}
.btn_continue
{
	background-color:#F60;
	color:#FFF;
	padding:5px 10px;
	transition:all 0.3s ease-in;
}
.btn_continue:hover
{
	background-color:#06F;
}
#result_install
{
	margin-top:20px;
}
input#file_name
{
	width:300px;
}
#file_type_img
{
	display:none;
}
.auto_highlite
{
	overflow-x:scroll;
	max-width:300px;
}

#opt_onglet
{
	display:table;
	width:100%;
	clear:both;
}

.onglet_adm
{
	float:left;
	white-space:nowrap;
	padding:10px 15px;
	cursor:pointer;
	color:#fff;
	background-color:#484847;
	//border-right:solid 1px #f1f1f1;
	margin-right:3px;
}
.onglet_adm:hover,
.onglet_adm.selected
{
	background-color:#367ec0;
}
#opt_onglet_block
{
	border:solid 1px #367ec0;
	padding:20px;
}
.opt_important
{
	text-align:center;
	color:#fff;
	background-color:#F60;
	padding:8px 10px;
	font-size:16px;
}
.onglet_result
{
	opacity:0;
	visibility:hidden;
	max-height:0px;
}
.onglet_result.selected
{
	opacity:1;
	visibility:visible;
	max-height:100%;
}

#options_couleur > div
{
	margin-bottom:5px;
}

.title_options
{
	margin-bottom:10px;
	font-weight:bold;
	font-size:18px;
}
.opt_couleur_exemple
{
	display:inline-block;
	vertical-align:top;
	width:29px;
	height:29px;
}

.opt_couleur_exemple2
{
	display:inline-block;
	vertical-align:top;
	width:36px;
	height:36px;
}




.admin_option_separator
{
	margin-top:30px;
	margin-bottom:30px;
	color:#F00;
	border:solid 1px #367ec0;
}


.delete_img_btn
{
	display:inline-block;
	border:0px;
	background-color:#367ec0;
	color:#FFF;
	padding-left:15px;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
	padding-bottom:10px;
	padding-top:10px;
	background-image:url("../images/delete_white.png");
	background-position:right 15px center;
	background-repeat:no-repeat;
	padding-right:35px;
}
.delete_img_btn:hover
{
	background-color:#484847;
}

.delete_img_btn.selected
{
	background-color:#F00 !important;
}

#delete_footer_bg_img,
#delete_page_title_bar_img
{
	opacity:0;
	z-index:-1;
	position:relative;
}

.article_custom_bar
{
	//border:solid 1px #c4c4c4;
	//border-top-left-radius:2px;
	//border-top-right-radius:2px;
	border-bottom:0;
	background-color:#484847;
	display:none;
	width:100%;
	clear:both;
}

.article_custom_bar > ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.article_custom_bar > ul > li
{
	float:left;
	line-height:20px;
	color:#fff;
	white-space:nowrap;
	font-size:14px;
	text-align:center;
	cursor:pointer;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin:2px 0px 2px 2px;
	position:relative;
}

.article_custom_bar > ul > li .article_custom_bar_btn
{
	padding:4px 10px;
}

.article_custom_bar > ul > li:hover,
.article_custom_bar > ul > li.open
{
	background-color:#367ec0;
}

.article_custom_bar > ul > li ul
{
	display:none;
	position:absolute;
	border:solid 1px #c4c4c4;
	border-radius:6px;
	background-color:#fff;
	list-style:none;
	z-index:2;
	color:#333;
	padding:5px 0px;
	margin:0;
	left:0;
	top:calc(100% + 2px);
}

.article_custom_bar > ul > li ul li
{
	padding:6px 15px 6px 12px;
}

.article_custom_bar > ul > li ul li:hover,
.article_custom_bar > ul > li ul li.open
{
	background-color:#367ec0;
	color:#fff;
}

.article_custom_bar > ul > li.open > ul
{
	display:block;
}

.article_custom_bar i.mce-caret
{
	margin-top:8px;
	color:#fff;
	border-top:solid 4px #fff;
}

.block_demi,
.block_full,
.block_1-3_2-3,
.block_2-3_1-3,
.block_1-3_1-3_1-3,
.block_1-4_1-4_1-4_1-4
{
	width:140px;
	height:70px;
	background-repeat:no-repeat;
	background-position:center center;
	font-size:0;
	display:inline-block;
}

.custom_window_title i,.custom_window2_title i
{
	display:inline-block;
	vertical-align:middle;
	height:30px;
	width:60px;
	background-size:contain;
}

.block_demi
{
	background-image:url("../images/cell_demi.jpg");
}
.block_full
{
	background-image:url("../images/cell_full.jpg");
}
.block_1-3_2-3
{
	background-image:url("../images/cell_1-3_2-3.jpg");
}
.block_2-3_1-3
{
	background-image:url("../images/cell_2-3_1-3.jpg");
}
.block_1-3_1-3_1-3
{
	background-image:url("../images/cell_1-3_1-3_1-3.jpg");
}
.block_1-4_1-4_1-4_1-4
{
	background-image:url("../images/cell_1-4_1-4_1-4_1-4.jpg");
}

.align_right
{
	text-align:right;
}

.btn_show
{
	background-color:#484847;
	color:#fff;
	padding:5px 10px;
	margin-bottom:20px;
	font-size:12px;
	cursor:pointer;
	text-transform:uppercase;
	display:inline-block;
}

.btn_show:hover
{
	background-color:#F60;
}

.close
{
	display:none;
}

#page_option
{
	background-color:#fff;
	padding:20px;
	border:solid 1px #ddd;
}

#content
{
	display:table;
	width:100%;
	clear:both;
	min-height:100%;
}
i.dashbord,
i.sites,
i.menu,
i.pages,
i.carousel,
i.config,
i.social,
i.apparences,
i.referencement
{
	vertical-align:middle;
	width:35px;
	display:inline-block;
}
i.dashbord:before
{
	content:"\f3fd";
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
	font-size:18px;
}
i.sites:before
{
	content:"\f108";
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
	font-size:18px;
}
i.menu:before
{
	content:"\f0c9";
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
	font-size:18px;
}
i.pages:before
{
	content:"\f15c";
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
	font-size:18px;
}
i.carousel:before
{
	content:"\f87c";
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
	font-size:18px;
}
i.config:before
{
	content:"\f013";
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
	font-size:18px;
}
i.social:before
{
	content:"\f1e0";
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
	font-size:18px;
}
i.apparences:before
{
	content:"\f1e0";
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
	font-size:18px;
}
#corps
{
	height:100%;
	width:100%;
	padding-top:100px;
}
i.referencement:before
{
	content:"\f0ac";
	font-family:"FontAwesome";
	font-weight:bold;
	font-style:normal;
	font-size:18px;
}
.table_edit input[type=text].permalink
{
	max-width:300px;
}
#sidebar
{
	display:table-cell;
	width:250px;
	vertical-align:top;
	background-color:#252b36;
	font-size:1.167em;
	color:#fff;
}
#sidebar_content
{
	width:100%;
	margin:auto;
	position:fixed;
	overflow-y:auto;
	max-width:250px;
	max-height:calc(100% - 100px);
}
.title_sidebar
{
	font-size:24px;
	margin-bottom:20px;
	padding:10px;
	color:#fff;
	text-align:center;
}
.sidebar_block
{
	padding:20px 20px;
	margin-bottom:10px;
	color:#242934;
	background-color:#f1f1f1;
	border:solid 1px #242934;
}
.sidebar_title
{
	font-size:16px;
	margin-bottom:10px;
}
#sidebar_block
{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

img[src=""] {
   display: none;
}





























/* custom window */
#custom_info_window
{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	display:none;
	z-index:9999;
}

#custom_info_window.open
{
	display:block;
}
#custom_info_window2
{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	display:none;
	z-index:999;
}

#custom_info_window2.open
{
	display:block;
}
.custom_window
{
	width:80%;
	max-width:1250px;
	height:80%;
	overflow:hidden;
	background-color:#fff;
	border:solid 1px #000;
	border-radius:2px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	box-shadow:0 0 100px rgba(0, 0, 0, 0.5);
	position:relative;
}

.custom_window_title,.custom_window2_title
{
	font-size:30px;
	color:#333;
	border-bottom:solid 1px #c4c4c4;
	padding:15px 30px;
	position:absolute;
	width:100%;
	left:0;
	top:0;
	background-color:#fff;
	z-index:2;
	vertical-align:middle;
}

.custom_window_tab,.custom_window2_tab
{
	font-size:13px;
	position:absolute;
	width:100%;
	left:0;
	top:71px;
	background-image:url("../images/bg.jpg");
	background-repeat:repeat;
	z-index:2;
	vertical-align:middle;
}

.custom_window_tab ul,
.custom_window2_tab ul
{
	list-style:none;
	padding:0;
	margin:0;
}

.custom_window_tab ul > li,
.custom_window2_tab ul > li
{
	float:left;
	display:inline-block;
	color:#fff;
	text-align:center;
	padding:12px 30px;
	cursor:pointer;
	position:relative;
}

.custom_window_tab ul > li.selected,
.custom_window2_tab ul > li.selected
{
	background-color:#367ec0;
}

.custom_window_tab ul > li.selected:after,
.custom_window2_tab ul > li.selected:after
{
	top:100%;
	left:50%;
	border:solid transparent;
	content:" ";
	margin:0;
	padding:0;
	border-top-color:#367ec0;
	border-width:10px;
	margin-left:-10px;
	position:absolute;
}

.custom_window_config
{
	display:table;
	width:100%;
	height:100%;
	
}

.custom_window_config_row
{
	display:table-row;
}

.custom_window_config_cell
{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

.custom_window_config_cell_revision1
{
	display:table-cell;
	width:20%;
	vertical-align:top;
	border-right:solid 1px #c4c4c4;
}
.custom_window_config_cell_revision2
{
	display:table-cell;
	width:80%;
	vertical-align:top;
	padding-left:30px;
}

.custom_window_config_cell_1_3
{
	display:block;
	width:32%;
	float:left;
	margin-bottom:20px;
	margin-right:2%;
}
.custom_editor_btn_element
{
	color:#222;
	border:solid 1px #ddd;
	padding:10px;
	display:block;
	cursor:pointer;
}
.custom_editor_btn_element:hover
{
	background-color:#f7f7f7;
	border:1px solid #ccc;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
}
.custom_window_config_cell_1_3:nth-child(3n+3)
{
	margin-right:0;
}
.custom_window_config_cell:first-child
{
	padding-right:20px;
}
.custom_window_config_cell:last-child
{
	padding-left:20px;
}
.custom_window_config_cell .note
{
	font-size:14px;
	color:#999;
}
.custom_window_block
{
	display:block;
	padding:30px;
	font-size:22px;
	border-bottom:solid 1px #c4c4c4;
}

.custom_window_block:last-child
{
	border-bottom:none !important;
}

.custom_window_block input[type=text]
{
	width:100%;
	font-size:14px;
	padding:0px 15px;
	font-weight:normal;
	min-height:34px;
	line-height:34px;
	background-color:#f4f2f2 !important;
	border:1px solid rgba(0, 0, 0, 0.05);
	box-shadow:none;
}

.custom_window_block textarea
{
	width:100%;
	font-size:14px;
	padding:5px 15px;
	font-weight:normal;
	background-color:#f4f2f2 !important;
	border:1px solid rgba(0, 0, 0, 0.05);
	box-shadow:none;
}

.custom_window_bottom_content
{
	position:absolute;
	z-index:3;
	background-color:#fff;
	bottom:0;
	height:60px;
	width:100%;
	left:0;
	padding:10px 30px;
	text-align:right;
	border-top:solid 1px #c4c4c4;
}
.custom_window_bottom_right
{
	float:right;
}

.custom_window_btn
{
	padding:0px 40px;
	line-height:40px;
	height:40px;
	background-color:#367ec0;
	font-size:16px;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
}

.custom_window_btn:hover
{
	background-color:#484847;
}

.custom_window_btn.disabled
{
	opacity:0.5 !important;
	cursor:auto !important;
}

.custom_window_btn.disabled:hover
{
	background-color:#367ec0 !important;
}

.custom_window_content_scroll,
.custom_window2_content_scroll
{
	overflow:auto;
	position:absolute;
	width:100%;
	left:0;
	top:0;
	margin-top:112px;
	margin-bottom:101px;
	bottom:-41px;
	opacity:0;
	visibility:hidden;
	z-index:-1;
	background-color:#fff;

}

.custom_window_content_scroll.selected,
.custom_window2_content_scroll.selected
{
	opacity:1;
	visibility:visible;
	z-index:1;
}

.custom_window_content_scroll2,
.custom_window2_content_scroll2
{
	overflow:auto;
	position:absolute;
	width:75%;
	left:0;
	top:0;
	margin-top:112px;
	margin-bottom:101px;
	bottom:-41px;
	opacity:0;
	visibility:hidden;
	z-index:-1;
	background-color:#FFF;

}

.custom_window_content_scroll2.selected,
.custom_window2_content_scroll2.selected
{
	opacity:1;
	visibility:visible;
	z-index:1;
}

body.no_scroll
{
	overflow:hidden !important;
}

.custom_window_btn_social
{
	width:40px;
	height:40px;
	text-align:center;
	line-height:38px;
	background-color:#f5f5f5;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	border:1px solid #ccc;
	font-size:13px;
	color:#333;
	float:left;
	cursor:pointer;
}

.custom_window_btn_yes,
.custom_window_btn_no,
.custom_window_btn_choice
{
	width:60px;
	height:40px;
	text-align:center;
	line-height:38px;
	background-color:#f5f5f5;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	border:1px solid #ccc;
	font-size:13px;
	color:#333;
	float:left;
	cursor:pointer;
}

.custom_window_btn_choice.selected,
.custom_window_btn_social.selected
{
	border-color:rgba(0, 0, 0, 0.1) !important;
	background-color:#367ec0 !important;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	color:#fff;
}

.custom_window_btn_no.selected
{
	background-color:#23282d !important;
	border-color:#767676 !important;
	color:#eee;
}

.custom_window_btn_yes.selected
{
	border-color:rgba(0, 0, 0, 0.1) !important;
	background-color:#00a0d2 !important;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	color:#fff;
}

.custom_window_input_px
{
	display:inline-block;
	max-width:90px;
	margin-right:15px;
	vertical-align:top;
}

.custom_window_input_color
{
	display:inline-block;
	max-width:200px;
}

.custom_window_top_ico,
.custom_window_bottom_ico,
.custom_window_right_ico,
.custom_window_left_ico
{
	height:36px;
	width:36px;
	display:inline-block;
	border:1px solid rgba(0, 0, 0, 0.1) !important;
	border-right:none !important;
	text-align:center;
	text-shadow:0 1px 0 #ffffff;
}
.custom_window_top_ico:before,.custom_window_top_simple_ico:before,
.custom_window_bottom_ico:before,.custom_window_bottom_simple_ico:before,
.custom_window_right_ico:before,.custom_window_right_simple_ico:before,
.custom_window_left_ico:before,.custom_window_left_simple_ico:before
{
	font-size:15px;
	font-family:"dashicons";
	font-style:normal;
	font-weight:normal;
	line-height:1;
	color:rgba(0, 0, 0, 0.5);
}

.custom_window_top_ico:before,
.custom_window_top_simple_ico:before
{
	content:"\f342";
}

.custom_window_bottom_ico:before,
.custom_window_bottom_simple_ico:before
{
	content:"\f346";
}

.custom_window_right_ico:before,
.custom_window_right_simple_ico:before
{
	content:"\f344";
}

.custom_window_left_ico:before,
.custom_window_left_simple_ico:before
{
	content:"\f340";
}

.custom_window_height_ico
{
	height:36px;
	width:36px;
	display:inline-block;
	border:1px solid rgba(0, 0, 0, 0.1) !important;
	border-right:none !important;
	text-align:center;
	text-shadow:0 1px 0 #ffffff;
}

.custom_window_height_ico:before
{
	font-size:15px;
	font-family:"FontAwesome";
	font-style:normal;
	font-weight:normal;
	line-height:1;
	color:rgba(0, 0, 0, 0.5);
	content:"\f07d";
}

#custom_editor
{
	display:none;
	border:solid 1px #ddd;
	min-height:200px;
	background-color:#FFF;
	padding:20px;
}

.custom_editor_btn,
.custom_editor_btn_revisions
{
	display:inline-block;
	padding:5px 10px;
	margin-bottom:20px;
	font-size:12px;
	cursor:pointer;
	color:#fff;
	background-color:#F60;
	text-transform:uppercase;
	//float:right;
}

.custom_editor_btn_revisions:hover
{
	background-color:#484847;
}

.custom_editor_btn.selected
{
	background-color:#484847;
}

.custom_editor_container
{
	width:100%;
	display:table;
	min-height:100px;
	border:solid 1px #ddd;
	padding:30px;
	clear:both;
	height:100px;
	font-size:0;
	background-color:#FFF;
}

.custom_editor_container > *
{
	font-size:14px;
}

.custom_editor_cell_1_2
{
	display:inline-block;
	float:none;
	width:48%;
	vertical-align:top;
	border:solid 1px #ddd;
	min-height:100px;
	margin-right:2%;
}
.custom_editor_cell_1_1
{
	display:inline-block;
	float:none;
	width:100%;
	vertical-align:top;
	border:solid 1px #ddd;
	min-height:100px;
	margin-right:0;
}

.custom_editor_cell_1_3
{
	display:inline-block;
	float:none;
	width:31.3%;
	vertical-align:top;
	border:solid 1px #ddd;
	min-height:100px;
	margin-right:2%;
}

.custom_editor_cell_1_4
{
	display:inline-block;
	float:none;
	width:23%;
	vertical-align:top;
	border:solid 1px #ddd;
	min-height:100px;
	margin-right:2%;
}

.custom_editor_cell_2_3
{
	display:inline-block;
	float:none;
	width:64.6%;
	vertical-align:top;
	border:solid 1px #ddd;
	min-height:100px;
	margin-right:2%;
}

.custom_editor_cell_3_4
{
	display:inline-block;
	float:none;
	width:73%;
	vertical-align:top;
	border:solid 1px #ddd;
	min-height:100px;
	margin-right:2%;
}

.custom_editor_container_info
{
	background-color:#367ec0;
	color:#fff;
	font-size:15px;
	display:table;
	width:100%;
	clear:both;
	text-align:right;
	margin-top:20px;
}

.id_container_block
{
	float:left;
	line-height:42px;
	margin-left:20px;
}

.id_container
{
	font-weight:bold;
}

.custom_editor_container_info ul
{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	padding:1px;
}
.custom_editor_container_info ul > li
{
	float:left;
	width:41px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:inline-block;
	border-left:1px solid rgba(255, 255, 255, 0.3);
	background-color:rgba(0, 0, 0, 0.15);
	cursor:pointer;
}

.custom_editor_container_info ul > li:hover
{
	background-color:rgba(0, 0, 0, 0);
}

.custom_editor_container_info ul > li > i.custom_editor_edit:before,
.custom_editor_container_info ul > li > i.custom_editor_clone:before,
.custom_editor_container_info ul > li > i.custom_editor_del:before,
.custom_editor_container_info ul > li > i.custom_editor_hide:before
{
	font-family:"dashicons";
	font-size:18px;
	font-style:normal;
}

.custom_editor_container_info ul > li > i.custom_editor_edit:before
{
	content:"\f464";
}
.custom_editor_container_info ul > li > i.custom_editor_clone:before
{
	content:"\f133";
}
.custom_editor_container_info ul > li > i.custom_editor_del:before
{
	content:"\f182";
}
.custom_editor_container_info ul > li > i.custom_editor_hide:before
{
	content:"\f142";
}

.custom_editor_main_container.hide .custom_editor_container_info ul > li > i.custom_editor_hide:before
{
	content:"\f140";
}

.custom_editor_cell_size:before
{
	font-style:normal;
	font-size:14px;
}

.custom_editor_cell_size[lesize="1_3"]:before
{
	content:"1/3";
}
.custom_editor_cell_size[lesize="2_3"]:before
{
	content:"2/3";
}
.custom_editor_cell_size[lesize="1_4"]:before
{
	content:"1/4";
}
.custom_editor_cell_size[lesize="1_2"]:before
{
	content:"1/2";
}

.custom_editor_cell_size[lesize="3_4"]:before
{
	content:"3/4";
}

.custom_editor_cell_size[lesize="1_1"]:before
{
	content:"1/1";
}

.custom_editor_cell_size_block
{
	position:absolute;
	bottom:100%;
	left:-1px;
	z-index:1;
	width:200px;
	color:#999;
}

.custom_editor_cell_size_block > div
{
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	background:#fff;
	border:solid 1px #ddd;
	float:left;
}



.custom_editor_cell_info
{
	//background-color:#367ec0;
	color:#fff;
	font-size:15px;
	display:table;
	width:100%;
	clear:both;
	text-align:left;
}





.custom_editor_cell_info ul
{
	list-style:none;
	padding:0;
	margin:0;
}
.custom_editor_cell_info ul > li
{
	float:left;
	width:33px;
	height:33px;
	line-height:33px;
	text-align:center;
	display:inline-block;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color:#f7f7f7;
	cursor:pointer;
	color:#999;
	position:relative;
}

.custom_editor_cell_info ul > li:hover
{
	color:#000;
}

.custom_editor_cell_info ul > li > i.custom_editor_edit:before,
.custom_editor_cell_info ul > li > i.custom_editor_clone:before,
.custom_editor_cell_info ul > li > i.custom_editor_del:before,
.custom_editor_cell_info ul > li > i.custom_editor_hide:before,
i.custom_editor_add_element:before
{
	font-family:"dashicons";
	font-size:18px;
	font-style:normal;
}

.custom_editor_cell_info ul > li > i.custom_editor_edit:before
{
	content:"\f464";
}
.custom_editor_cell_info ul > li > i.custom_editor_clone:before
{
	content:"\f133";
}
.custom_editor_cell_info ul > li > i.custom_editor_del:before
{
	content:"\f182";
}
.custom_editor_cell_info ul > li > i.custom_editor_hide:before
{
	content:"\f142";
}

.custom_editor_cell_info.hide .custom_editor_cell_info ul > li > i.custom_editor_hide:before
{
	content:"\f140";
}
i.custom_editor_add_element:before
{
	content:"\f132";
	vertical-align:middle;
}


.custom_editor_add_element_block
{
	border:dashed 1px #ddd;
	padding:10px;
	text-align:center;
	cursor:pointer;
	width:calc(100% - 40px);
	margin-left:20px;
	margin-bottom:20px;
}

.custom_editor_add_element_block:hover
{
	border:dashed 1px #000;
	color:#000;
}

.custom_editor_cell
{
	padding:20px;
	padding-bottom:0px;
}

.custom_editor_element_block
{
	border:solid 1px #ddd;
	padding:10px;
	margin-bottom:20px;
	position:relative;
}

.custom_editor_element_block[type="html"]
{
	background-color:#f3feed;
}

.custom_editor_element_block[type="form"]
{
	background-color:#f2ffff;
	padding:30px;
}

.custom_editor_element_block[type="toggle"]
{
	background-color:#ffffd5;
	padding:30px;
}

.custom_editor_element_block[type="title"]
{
	background-color:#fefaed;
}

.custom_editor_preview_btn
{
	display:inline-block;
	padding:10px;
	background-color:#00F;
	color:#fff;
}

.custom_editor_preview_separator
{
	display:block;
	background-color:#c4c4c4;
	height:10px;
	margin-bottom:30px;
	margin-top:30px;
}

.custom_editor_preview_title
{
	display:inline-block;
	padding:10px;
}

.custom_editor_preview_html
{
	display:inline-block;
	padding:10px;
}

.custom_editor_preview_image
{
	display:inline-block;
	padding:10px;
	width:100px;
	height:100px;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}










.custom_editor_element_info
{
	color:#fff;
	font-size:15px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	background:rgba(0,0,0,0.65);
	z-index:1;
}

.custom_editor_element_info ul
{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
	position:relative;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.custom_editor_element_info ul > li
{
	float:left;
	width:33px;
	height:33px;
	line-height:33px;
	text-align:center;
	display:inline-block;
	border:1px solid #ddd;
	background-color:#f7f7f7;
	cursor:pointer;
	color:#999;
}

.custom_editor_element_info ul > li:hover
{
	color:#000;
}

.custom_editor_element_info ul > li > i.custom_editor_edit:before,
.custom_editor_element_info ul > li > i.custom_editor_clone:before,
.custom_editor_element_info ul > li > i.custom_editor_del:before,
.custom_editor_element_info ul > li > i.custom_editor_hide:before,
i.custom_editor_add_element:before
{
	font-family:"dashicons";
	font-size:18px;
	font-style:normal;
}

.custom_editor_element_info ul > li > i.custom_editor_edit:before
{
	content:"\f464";
}
.custom_editor_element_info ul > li > i.custom_editor_clone:before
{
	content:"\f133";
}
.custom_editor_element_info ul > li > i.custom_editor_del:before
{
	content:"\f182";
}
.custom_editor_element_info ul > li > i.custom_editor_hide:before
{
	content:"\f142";
}

.custom_editor_element_info.hide .custom_editor_element_info ul > li > i.custom_editor_hide:before
{
	content:"\f140";
}
i.custom_editor_add_element:before
{
	content:"\f132";
	vertical-align:middle;
}

.custom_editor_element_block:hover .custom_editor_element_info
{
	display:inline-block;
}

.custom_editor_main_container
{
	position:relative;
}

.custom_editor_container_add_cell
{
	position:absolute;
	bottom:0;
	right:0;
	border:solid 1px #ddd;
	cursor:pointer;
	padding:0px 0px 0px 10px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	color:#ddd;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.custom_editor_container_add_cell:hover
{
	background-color:#367ec0;
	border:solid 1px #367ec0;
	color:#fff;
	
	-webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.custom_editor_container_add_cell:hover:after
{
	width:35px;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_editor_container_add_cell:before
{
	content:"\f067";
	font-family:"FontAwesome";
	line-height:1;
	font-style:normal;
	vertical-align:middle;
	padding-right:10px;
}

.custom_editor_container_add_cell:after
{
	content:"CELL";
	display:inline-block;
	width:0px;
	overflow:hiddcen;
	vertical-align:top;
	
	
	-webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}

#custom_editor div[type=cell]
{
	margin-bottom:30px;
}

.custom_editor_cell_size_block > div.selected
{
	color:#fff !important;
	background-color:#484847 !important;
	border:solid 1px #484847 !important;
}

.custom_editor_cell_size_block > div:hover
{
	background-color:#fafaf9;
}

.custom_editor_container_info_bgcolor
{
	float:left;
	height:22px;
	width:22px;
	border:solid 1px #000;
	margin-left:20px;
	margin-top:10px;
}

.custom_window_image_block
{
	padding:30px;
	display:table;
	width:100%;
	clear:both;
}

.custom_editor_image_block
{
	width:138px;
	height:138px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	border:solid 1px #ddd;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	cursor:pointer;
	position:relative;
}

.custom_editor_image_block.selected
{
	box-shadow:0 0 4px 3px #367ec0;
}

.custom_image_preview
{
	width:100px;
	height:100px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	border:solid 1px #ddd;
	display:inline-block;
	vertical-align:middle;
	margin-left:20px
}

.btn_custom_save
{
	position:fixed;
	bottom:100px;
	z-index:1009;
	right:0;
}

.btn_custom_save .btn_normal
{
	padding-left:30px;
	padding-right:30px;
	font-size:16px;
	padding-bottom:20px;
	padding-top:20px;
}

.custom_window_media_file
{
	width:50%;
	border:dashed 1px  #ddd;
	border-radius:5px;
	padding:30px;
	text-align:center;
	color:#999;
	cursor:pointer;
	margin:auto;
}

.custom_window_media_file:hover
{
	border-color:#484847;
	color:#484847;
}

#media_file
{
	height:0px;
	width:0px;
	visibility:hidden;
	display:inline-block;
	font-size:0;
}

.custom_window_image_list
{
	width:100%;
	float:left;
}
.custom_window_galerie_image_list
{
	width:100%;
	float:left;
}
.custom_window_image_info
{
	position:absolute;
	width:25%;
	top:0;
	left:75%;
	margin-bottom:101px;
	margin-top:112px;
	overflow:auto;
	bottom:-41px;
}
.custom_editor_image_info_block > img
{
	max-width:100%;
	max-height:150px;
}

#custom_window_loading
{
	position:absolute;
	height:100%;
	width:100%;
	z-index:10;
	left:0;
	top:0;
	display:none;
	background:rgba(0,0,0,0.5);
}

#custom_window_loading.uploading
{
	display:table;
}

#custom_window_loading_cell
{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

#custom_window_uploading
{
	width:100%;
	height:20px;
	border-radius:2px;
	border:solid 1px #999;
	background:rgba(54,126,192,0.2);
}

#custom_window_uploading_progress
{
	background:rgba(54,126,192,1);
	width:0%;
	height:100%;
}

.custom_editor_del_btn
{
	color:#bc0b0b;
	font-weight:bold;
	cursor:pointer;
}

#custom_window_loading_block
{
	background-color:#FFF;
	padding:40px;
	border:solid 1px #ddd;
	border-radius:5px;
	width:500px;
	margin:auto;
}

#custom_window_loading_block_txt
{
	font-size:16px;
	text-align:center;
	margin-bottom:30px;
}

#custom_image_remove
{
	display: inline-block;
	border: 0px;
	background-color:#F00;
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
	padding: 5px 10px;
}

#custom_image_remove:hover
{
	background-color:#484847;
}


.custom_window_info_block
{
	border:solid 1px #ddd;
	background-color:#eee;
	padding:10px;
	position:relative;
}


.custom_window_info_block_txt
{
	display:inline-block;
}
.custom_window_info_block_hide
{
	cursor:pointer;
}
.custom_window_info_block_hide:before
{
	position:absolute;
	top:50%;
	right:20px;
	color:#fff;
	font-size:16px;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	transform:translateY(-50%);
	content:"\f342";
	font-family:"dashicons";
	background-color:#484847;
	padding:5px;
}
.custom_window_info_block_hide.hide:before
{
	content:"\f346";
}
.custom_window_info_block_hide:hover:before
{
	background-color:#367ec0;
}

.custom_add_field_btn
{
	padding: 0px 40px;
	line-height: 40px;
	height: 40px;
	background-color: #367ec0;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}
.custom_add_field_btn:hover
{
	background-color:#484847;
}
.custom_window_block_top
{
	display: block;
	padding: 30px;
	padding-bottom:0;
	text-align:right;
}
.custom_window_block_bottom
{
	display: block;
	padding: 30px;
	text-align:right;
}

.custom_window_sous_block.hide
{
	display:none;
}

.custom_window_sous_block
{
	overflow:hidden;
	max-height:100%;
	display:table;
	width:100%;
	border:solid 1px #ddd;
}
.custom_form_field
{
	display:table-cell;
	width:33.33%;
	padding:10px;
}
.custom_form_field_edit,
.custom_form_field_del
{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	margin-left:5px;
}
.custom_form_field_edit:hover:before,
.custom_form_field_del:hover:before
{
	background-color:#367ec0;
}
.custom_form_field_edit:before
{
	content:"\f464";
	font-family: "dashicons";
	font-size: 18px;
	font-style: normal;
	cursor:pointer;
	padding:5px;
	background-color:#484847;
}

.custom_form_field_del:before
{
	content:"\f182";
	font-family: "dashicons";
	font-size: 18px;
	font-style: normal;
	cursor:pointer;
	padding:5px;
	background-color:#484847;
}

.custom_form_field_hidden
{
	display:none;
}

.revision_html
{
	display:none;
}


.revision_list
{
	font-weight:normal;
	font-size:16px;
}

.revision_text
{
	display:inline-block;
	cursor:pointer;
	padding:4px 10px;
}
.revision_text:hover,
.revision_text.selected
{
	background-color:#367ec0;
	color:#fff;
}

#revision_html_block
{
	font-size:14px;
	font-weight:normal;
}
.colorpicker
{
	z-index:999999999;
}
.custom_window_btn_custom
{
	width:auto !important;
	padding-left:20px;
	padding-right:20px;
}

.del_gal_img
{
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	cursor:pointer;
	opacity:0;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.del_gal_img:before
{
	content:"\f182";
	border:solid 1px #ddd;
	padding:10px;
	background-color:rgba(250,250,250,8);
	color:#999;
	
	font-family: "dashicons";
	font-size: 18px;
	font-style: normal;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.del_gal_img:hover:before
{
	color:#000;
}
#custom_galerie_img_list .custom_editor_image_block:hover .del_gal_img
{
	opacity:1;
}
#custom_galerie_img_list .custom_editor_image_block
{
	cursor:move;
}
.custom_window_top_bar
{
	text-align:right;
	padding:30px 30px 0px 30px;
}
.gallery_icon
{
	background-image:url("/images/gallery-icon.png");
}

.youtube_icon
{
	background-image:url("/images/youtube.jpg");
}

.vimeo_icon
{
	background-image:url("/images/vimeo.jpg");
}

.social_icon
{
	background-image:url("/images/social.jpg");
}

.img_txt_info
{
	width:100%;
	padding:5px;
}
.hidden
{
	display:none;
}

.icon_facebook:before,
.icon_twitter:before,
.icon_instagram:before,
.icon_linkedin:before,
.icon_google_plus:before,
.icon_courriel:before
{
	font-family:"FontAwesome";
	line-height:1;
	font-style:normal;
	vertical-align:middle;
	font-size:25px;
}

.icon_facebook:before
{
	content:"\f09a";
}

.icon_twitter:before
{
	content:"\f099";
}

.icon_instagram:before
{
	content:"\f16d";
}

.icon_google_plus:before
{
	content:"\f0d5";
}

.icon_linkedin:before
{
	content:"\f08c";
}

.icon_courriel:before
{
	content:"\f0e0";
}


.custom_icon_list
{
	display:block;
	height:250px;
	overflow:scroll;
}
.custom_icon
{
	width:30px;
	height:30px;
	float:left;
	overflow:hidden;
	line-height:30px;
	text-align:center;
	color:#000;
	border:solid 1px #f4f2f2;
	
	font-family:"FontAwesome";
	font-style:normal;
	font-size:20px;
	background-color:#fff;
	cursor:pointer;
}
.custom_icon:hover,
.custom_icon.selected
{
	background-color:#367ec0;
	color:#fff;
}

.custom_icon:hover
{
	transform:scale(1.3,1.3);
}

.type_chevron_down:before { content:"\f078"; }
.type_chevron_up:before { content:"\f077"; }
.type_chevron_left:before { content:"\f053"; }
.type_chevron_right:before { content:"\f054"; }
.type_chevron_down_circle:before { content:"\f13a"; }
.type_chevron_up_circle:before { content:"\f139"; }
.type_chevron_left_circle:before { content:"\f137"; }
.type_chevron_right_circle:before { content:"\f138"; }
.type_angle_down:before { content:"\f107"; }
.type_angle_up:before { content:"\f106"; }
.type_angle_left:before { content:"\f104"; }
.type_angle_right:before { content:"\f105"; }
.type_carret_down:before { content:"\f0d7"; }
.type_carret_up:before { content:"\f0d8"; }
.type_carret_left:before { content:"\f0d9"; }
.type_carret_right:before { content:"\f0da"; }
.type_carret_down_square:before { content:"\f150"; }
.type_carret_up_square:before { content:"\f151"; }
.type_carret_left_square:before { content:"\f191"; }
.type_carret_right_square:before { content:"\f152"; }
.type_plus:before { content:"\f067"; }
.type_plus_circle:before { content:"\f055"; }
.type_minus:before { content:"\f068"; }
.type_minus_circle:before { content:"\f056"; }
.type_plus_square:before { content:"\f0fe"; }
.type_minus_square:before { content:"\f146"; }
.type_arrow_down:before { content:"\f063"; }
.type_arrow_up:before { content:"\f062"; }
.type_arrow_right:before { content:"\f061"; }
.type_arrow_left:before { content:"\f060"; }
.type_arrow_down_circle:before { content:"\f0ab"; }
.type_arrow_up_circle:before { content:"\f0aa"; }
.type_arrow_left_circle:before { content:"\f0a8"; }
.type_arrow_right_circle:before { content:"\f0a9"; }

.toggle_html_input
{
	display:none;
}
/* fin custom window */