@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') 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:14px;
	background-image:url("../images/bg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
*
{
	-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_logo
{
    margin-left: auto;
    margin-right: auto;
    width: 338px;
	margin-bottom:50px;
}

#login_logo img
{
	width:255px;
	height:auto;
}

#login_box
{
	background: #eeecec;
	background: -moz-linear-gradient(top, #ffffff 25%, #eeecec 100%);
	background: -webkit-linear-gradient(top, #ffffff 25%,#eeecec 100%);
	background: linear-gradient(to bottom, #ffffff 25%,#eeecec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeecec',GradientType=0 );
	
    border: 1px solid rgba(27,27,27,1);
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: rgba(27,27,27,1);
    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 rgba(27,27,27,1);
	padding:8px;
	width:100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-left:20px;
	padding-right:20px;
	font-size:1.167em;
	color:rgba(27,27,27,1);
}
.login_text
{
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	color:rgba(27,27,27,1);
	font-weight:bold;
}
.login_con
{
	padding-top:20px;
	padding-bottom:20px;
	text-align:right;
	border-top:solid 1px #37332f;
	margin-top:30px;
	
	background: #1b1b1b;
	background: -moz-linear-gradient(top, #1b1b1b 25%, #000000 100%);
	background: -webkit-linear-gradient(top, #1b1b1b 25%,#000000 100%);
	background: linear-gradient(to bottom, #1b1b1b 25%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#000000',GradientType=0 );
}
.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
{
	border-radius:5px;
	padding:6px 20px;
	color:rgba(27,27,27,1);
	text-transform:uppercase;
	font-size:14px;
	border:solid 1px #eeecec;
	background-color:#eeecec;
	cursor:pointer;
}
.login_connect:hover
{
	background-color:#606060;
	border:solid 1px #606060;
	color:#fff;
}
#logo_login
{
	position:absolute;
	margin-top:-135px;
	margin-left:-80px;
}
.erreur
{
	color:#F00;
}
#main
{
	width:100%;
	padding-left:6%;
	padding-right:6%;
	margin:auto;
}
#main_content
{
	box-shadow:0px 3px 60px 10px #111;
}
#header
{
	color:#1d1d1b;
	text-align:center;
	background-color:#FFF;
	width:100%;
	height:100px;
}
#header_logo
{
	display:table-cell;
	text-align:left;
	width:150px;
	vertical-align:middle;
}
.logo_header
{
	vertical-align:middle;
	height:75px;
}
#header_name
{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	font-size:2em;
	text-transform:uppercase;
	color:rgba(27,27,27,1);
}
#header_connect
{
	display:table-cell;
	text-align:right;
	vertical-align:middle;
}
#header_tab
{
	display:table;
	width:100%;
	height:100%;
}
#header_content
{
	width:100%;
	padding-left:4%;
	padding-right:4%;
	margin:auto;
	height:100px;
}
.ico_menu
{
	vertical-align:middle;
	margin-right:15px;
	margin-top:-3px;
}
#menu ul li:hover,#menu ul li.selected
{
	-moz-box-shadow:    inset 0 65px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 65px 0 rgba(255,255,255,0.3);
	box-shadow:         inset 0 65px 0 rgba(255,255,255,0.3);
}
.menu_tableau
{
	background-image:url("../images/tableau.png");
	background-position:left center;
	background-repeat:no-repeat;
}
#menu_box
{
	background: #1b1b1b;
	background: -moz-linear-gradient(top, #1b1b1b 25%, #000000 100%);
	background: -webkit-linear-gradient(top, #1b1b1b 25%,#000000 100%);
	background: linear-gradient(to bottom, #1b1b1b 25%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#000000',GradientType=0 );
	width:100%;
	border-bottom:solid 2px #4e4e4e;
}
#menu_content
{
	width:100%;
	padding-left:4%;
	padding-right:4%;
	margin:auto;
}
#menu ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:0px;
}
#menu ul ul
{
	list-style:none;
	position:absolute;
	z-index:1;
	display:none;
	
	background: #6a6057;
	background: -moz-linear-gradient(top, #6a6057 25%, #37332f 100%);
	background: -webkit-linear-gradient(top, #6a6057 25%,#37332f 100%);
	background: linear-gradient(to bottom, #6a6057 25%,#37332f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6057', endColorstr='#37332f',GradientType=0 );
}
#menu ul ul li
{
	list-style:none;
	display:block;
	padding:0;
	width:250px;
	max-width:250px;
	height:auto;
}
#menu ul li
{
	padding:0px;
	margin:0px;
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	height:65px;
	transition:all 0.3s ease-in;
}
#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:15px;
}
#menu ul ul li a
{
	display:block;
	height:100%;
	width:100%;
	line-height:normal;
	padding:10px 20px;
}
.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:#eeecec;
	color:rgba(27,27,27,1);
	padding:20px;
	min-height:400px;
	padding-bottom:50px;
}
#wrapper_content
{
	width:100%;
	padding-left:4%;
	padding-right:4%;
	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:rgba(27,27,27,1);
}
.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:rgba(27,27,27,0.1);
}
.table_result tr:hover
{
	background-color:rgba(27,27,27,0.4);
}
#table_result_sites
{
	font-size:1.167em;
	color:rgba(27,27,27,1);
	overflow-x:auto;
}
#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.233em;
	background-color:#FFF;
	//border-right:solid 1px #1d1d1b;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:5px;
	color:rgba(27,27,27,1);
	white-space:nowrap;
}
.table_result_title:last-child
{
	border-right:none;
}
.table_result_result
{
	//border-bottom:solid 1px #1d1d1b;
	color:rgba(27,27,27,1);
	//border-right:solid 1px #1d1d1b;
	padding:5px;
	height:53px;
	//line-height:53px;
	padding-left:20px;
	padding-right:20px;
	font-size:15px;
}

.table_result_title.cell_min
{
	min-width:150px;
}

.table_result_result:last-child
{
	border-right:none;
}
.table_result_result_user
{
	//border-bottom:solid 1px #1d1d1b;
	color:#fff;
	//border-right:solid 1px #1d1d1b;
	padding:5px;
	height:53px;
	//line-height:53px;
	padding-left:20px;
	font-size:15px;
	
	background: #6a6057;
	background: -moz-linear-gradient(top, #6a6057 25%, #37332f 100%);
	background: -webkit-linear-gradient(top, #6a6057 25%,#37332f 100%);
	background: linear-gradient(to bottom, #6a6057 25%,#37332f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6057', endColorstr='#37332f',GradientType=0 );
}
.btn_active,
.btn_edit,
.btn_desactive,
.btn_del
{
	display:inline-block;
	cursor:pointer;
	margin-right:5px;
	font-family:"FontAwesome";
}
.btn_active:before
{
	content:"\f005";
	transition:all 0.3s ease-in;
	color:rgba(27,27,27,1);
	font-size:20px;
}
.btn_active:hover:before
{
	color:rgba(27,27,27,0.3);
}
.btn_desactive:before
{
	content:"\f005";
	transition:all 0.3s ease-in;
	color:rgba(27,27,27,0.3);
	font-size:20px;
}
.btn_desactive:hover:before
{
	color:rgba(27,27,27,1);
}
.btn_edit:before
{
	content:"\f040";
	transition:all 0.3s ease-in;
	color:rgba(27,27,27,1);
	font-size:20px;
}
.btn_edit:hover:before
{
	color:rgba(27,27,27,1);
}
.btn_install:before
{
	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:before
{
	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:before
{
	content:"\f014";
	transition:all 0.3s ease-in;
	color:rgba(27,27,27,1);
	font-size:20px;
}
.btn_del:hover:before
{
	color:rgba(27,27,27,1);
}
.btn_search
{
	display:inline-block;
	border:0px;
	background-color:rgba(27,27,27,1);
	color:#FFF;
	padding:8px 13px;
	cursor:pointer;
	font-size:13px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
}
.btn_search:hover
{
	background-color:rgba(27,27,27,0.7);
}

.btn_reservation
{
	display:inline-block;
	border:0px;
	background-color:rgba(27,27,27,0.7);
	color:#FFF;
	padding:8px 13px;
	cursor:pointer;
	font-size:13px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
	white-space:normal;
}
.btn_reservation:hover
{
	background-color:rgba(27,27,27,1);
}

.btn_cancel_reservation
{
	display:inline-block;
	border:0px;
	background-color:rgba(27,27,27,1);
	color:#FFF;
	padding:8px 13px;
	cursor:pointer;
	font-size:13px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
	max-width:150px;
	white-space:normal;
}
.btn_cancel_reservation:hover
{
	background-color:rgba(27,27,27,0.7);
}


.search_box
{
	text-align:right;
}

.search_box input,
.search_box button,
.search_box select
{
	margin-bottom:20px;
	margin-left:10px;
}
.table_search input[type=text]
{
	border:solid 1px #d4dde6;
	padding:8px;
	width:220px;
	box-shadow:0 0 3px -1px #999;
	margin-right:10px;
	color:rgba(27,27,27,1);
	font-size:1em;
}
.table_edit input[type=text],
.table_edit input[type=number],
.table_edit input[type=email]
{
	border:solid 1px #d4dde6;
	padding:8px;
	width:100%;
	box-shadow:0 0 3px -1px #999;
}
.table_edit input[type=password]
{
	border:solid 1px #d4dde6;
	padding:8px;
	width:100%;
	box-shadow:0 0 3px -1px #999;
}
.table_edit .textarea
{
	border:solid 1px #d4dde6;
	padding:8px;
	width:100%;
	height:100px;
	box-shadow:0 0 3px -1px #999;
}
.table_edit .textarea_tinymce
{
	border:solid 1px #d4dde6;
	padding:8px;
	width:100%;
	height:300px;
}
#page_result
{
	text-align:right;
	margin-top:10px;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
}
.page_select
{
	padding:12px;
	padding-top:4px;
	padding-bottom:4px;
	
	
	
	-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 rgba(27,27,27,1);
	display:inline-block;
	color:rgba(27,27,27,1);
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	box-shadow:0 2px 3px -2px #999;
	margin-left:10px;
	margin-bottom:10px;
}
#page_result a.selected,.page_select:hover
{
	
	background-color:rgba(27,27,27,1);
	
	
	
	-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 color:rgba(27,27,27,1);;
	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:#4ab43c;
	margin-bottom:10px;
	background-color:#f2fef0;
	padding:20px;
	padding-left:60px;
	border:solid 1px #4ab43c;
	position:relative;
	font-weight:bold;
	font-size:18px;
}
.correct:before
{
	font-family: 'FontAwesome';
	content:"\f00c";
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
	font-size:30px;
	color:#4ab43c;
}
.err
{
	color:#ff0000;
	margin-bottom:10px;
	padding:20px;
	padding-left:60px;
	background-color:#fff1f1;
	border:solid 1px #ff0000;
	position:relative;
	font-weight:bold;
	font-size:18px;
}
.err:before
{
	font-family: 'FontAwesome';
	content:"\f071";
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
	font-size:30px;
	color:#ff0000;
}
.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:rgba(27,27,27,1);
	color:#FFF;
	padding-left:10px;
	cursor:pointer;
	font-size:12px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
	padding-bottom:5px;
	padding-top:5px;
	background-image:url("../images/upload.png");
	background-position:right 10px center;
	background-repeat:no-repeat;
	padding-right:30px;
}
#img_fake_btn:hover
{
	background-color:#6a6057;
}
#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:#6a6057;
}
.err_field
{
	color:#F00 !important;	
}
.err_field_input
{
	border-color:#F00 !important;
}
#menu_connect
{
	list-style:none;
	font-size:18px;
	color:rgba(27,27,27,1);
	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:#FFF;
	width:100%;
	padding-top:32px;
}
#menu_connect ul li
{
	text-align:left;
}
#menu_connect ul li a
{
	padding:10px;
	display:block;
	width:100%;
}
#menu_connect ul li a:hover
{
	background-color:rgba(27,27,27,0.7);
	color:#FFF;
}
#menu_connect_title
{
	font-size:12px;
	color:rgba(27,27,27,1);
}
.menu_connect_name
{
	background-image:url("../images/arrow_down.png");
	background-repeat:no-repeat;
	background-position:right 10px;
	padding-right:20px !important;
}
.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:rgba(27,27,27,1);
	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,
.projet_pdf > input[type=button]
{
	display:inline-block;
	border:0px;
	background-color:rgba(27,27,27,1);
	color:#FFF;
	padding:8px 13px;
	cursor:pointer;
	font-size:13px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
}
.btn_normal:hover,
.projet_pdf > input[type=button]:hover
{
	background-color:rgba(27,27,27,0.7);
}
select
{
	box-shadow:0 0 3px -1px #999;
	padding:5px;
}
.txt_search
{
	box-shadow:0 0 3px -1px #999;
	font-size:1em;
	color:rgba(27,27,27,1);
	padding:8px;
	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:#6a6057;
	border-right:solid 1px #f1f1f1;
}
.onglet_adm:hover,
.onglet_adm.selected
{
	background-color:rgba(27,27,27,1);
}
#opt_onglet_block
{
	border:solid 1px rgba(27,27,27,1);
	padding:20px;
}
.opt_important
{
	text-align:center;
	color:#fff;
	background-color:#F60;
	padding:5px 10px;
}
.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;
}
.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;
}
.btn_duplicate
{
	display:inline-block;
	width:14px;
	height:14px;
	cursor:pointer;
	margin-right:5px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("../images/duplicate.png");
}
.admin_option_separator
{
	margin-top:30px;
	margin-bottom:30px;
	color:#F00;
	border:solid 1px rgba(27,27,27,1);
}
.delete_img_btn
{
	display:inline-block;
	border:0px;
	background-color:rgba(27,27,27,1);
	color:#FFF;
	padding-left:10px;
	cursor:pointer;
	font-size:12px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
	padding-bottom:5px;
	padding-top:5px;
	background-image:url("../images/delete_white.png");
	background-position:right 10px center;
	background-repeat:no-repeat;
	padding-right:30px;
}
.delete_img_btn:hover
{
	background-color:#6a6057;
}
.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:#6a6057;
	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:rgba(27,27,27,1);
}
.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:rgba(27,27,27,1);
	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:rgba(27,27,27,1);
	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;
}
.ico
{
	display:inline-block;
	font-size:0;
	vertical-align:middle;
	line-height:1;
	height:auto;
}
.ico:before
{
	color:#fff;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	line-height:1;
	vertical-align:middle;
	display:inline-block;
	margin-right:14px;
	font-family: 'FontAwesome';
}
.ico_user:before
{
	content:"\f0c0";
	margin-top:-3px;
}

.ico_couleur:before
{
	content:"\f1fc";
	margin-top:-3px;
}
.ico_marque:before
{
	content:"\f005";
	margin-top:-3px;
}
.ico_projet:before
{
	content:"\f0f6";
	margin-top:-3px;
}
.ico_dash:before
{
	content:"\f0e4";
	margin-top:-3px;
}
.ico_produit:before
{
	content:"\f187";
	margin-top:-3px;
}
.ico_inventaire:before
{
	content:"\f0ae";
	margin-top:-3px;
}
.produit_left
{
	display:inline-block;
	width:100%;
	vertical-align:top;
	font-size:18px;
}
.produit_right
{
	display:inline-block;
	width:40%;
	vertical-align:top;
	font-size:18px;
}
.produit_content
{
	font-size:0px;
}
.title
{
	font-weight:bold;
	font-size:24px;
	margin-bottom:20px;
	text-transform:uppercase;
	border-bottom:solid 2px rgba(27,27,27,1);
}
.liste_porte,
.liste_moulure,
.liste_option
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:table;
	clear:both;
}
.porte_content,
.moulure_content,
.option_content
{
	display:block;
	float:left;
	width:18.4%;
	position:relative;
	margin-right:2%;
	margin-bottom:40px;
	
}
.porte_content_img,
.moulure_content_img,
.option_content_img
{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
}
.porte_content_img.selected,
.moulure_content_img.selected,
.option_content_img.selected
{
	box-shadow:inset 0px 0px 0px 5px rgba(27,27,27,1);
}
.porte_content_img2
{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	height:100px;
	margin-bottom:20px;
	border:dashed 1px #000;
}
.porte_content_img2 > a
{
	display:block;
	width:100%;
	height:100%;
	cursor:zoom-in;
}
.porte_content:nth-child(5n+5),
.moulure_content:nth-child(5n+5),
.option_content:nth-child(5n+5)
{
	margin-right:0;
}
.porte_content:nth-child(5n+6),
.moulure_content:nth-child(5n+6),
.option_content:nth-child(5n+6)
{
	clear:both;
}
.porte_content_img > input[type=checkbox],
.moulure_content_img > input[type=checkbox],
.option_content_img > input[type=checkbox]
{
	position:absolute;
	opacity:0;
	visibility:hidden;
	width:0px;
	height:0px;
}
.product_select
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border:solid 1px rgba(27,27,27,1);
	background-color:#fff;
	width:25px;
	height:25px;
	z-index:1;
	cursor:pointer;
}
.product_select.selected:before
{
	content:"\f00c";
	font-family: 'FontAwesome';
	position:absolute;
	font-size:20px;
	color:rgba(27,27,27,1);
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
}
.product_sku
{
	min-height:50px;
	text-align:center;
	//position:absolute;
	//top:100%;
	//left:50%;
	//transform:translateX(-50%);
}
.projet_pdf > a
{
	position:relative;
	padding:10px 0px 10px 50px;
	display:inline-block;
	transition:all 0.3s ease-in;
}
.projet_pdf > a:hover
{
	color:rgba(27,27,27,1);
}
.projet_pdf > a:before
{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	height:100%;
	transform:translateY(-50%);
	width:40px;
	background-image:url("../images/pdf_file.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.onglet
{
	border:solid 1px #000;
	min-height:100px;
}
.onglet_block
{
	visibility:hidden;
	opacity:0;
	max-height:0px;
}
.onglet_block.open
{
	visibility:visible;
	opacity:1;
	max-height:none;
	padding:20px;
}
.onglet_section
{
	border-bottom:solid 1px #000;
	font-size:0px;
}
.onglet_section > div
{
	display:inline-block;
	font-size:14px;
	border-right:solid 1px #000;
	padding:5px 10px;
	cursor:pointer;
	background-color:#fff;
}
.onglet_section > div:hover,
.onglet_section > div.open
{
	background-color:#000;
	color:#fff;
}
.pdf_email
{
	padding:5px;
	font-size:14px;
	width:300px;
	margin-bottom:10px;
	margin-top:20px;
}
.product_note > textarea
{
	width:100%;
	height:100px;
}
.hidden
{
	opacity:0;
	visibility:hidden;
	position:absolute;
	z-index:-1000;
}
.del_image
{
	display:inline-block;
	border:0px;
	background-color:rgba(27,27,27,1);
	color:#FFF;
	padding-left:10px;
	cursor:pointer;
	font-size:12px;
	text-transform:uppercase;
	transition:all 0.3s ease-in;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
}
.del_image:after
{
	font-family:"FontAwesome";
	content: "\f014";
    color: #fff;
	margin-left:10px;
}
.del_image.selected,
.del_image:hover
{
	background-color:#6a6057;
}
.porte_note
{
	text-align:center;
	font-size:11px;
	margin-bottom:10px;
}
.btn_save_fixed
{
	position:fixed;
	right:0;
	bottom:120px;
	transition:none !important;
}
.projet_pdf_fixed
{
	position:fixed;
	right:0;
	bottom:50px;
	transition:none !important;
}
.projet_pdf_fixed > a
{
	position:relative;
	padding:10px 55px 10px 20px;
	display:inline-block;
	background-color:#fff;
	transition:all 0.3s ease-in;
}
.projet_pdf_fixed > a:hover
{
	color:rgba(27,27,27,1);
}
.projet_pdf_fixed > a:before
{
	content:"";
	position:absolute;
	right:5px;
	top:50%;
	height:100%;
	transform:translateY(-50%);
	width:40px;
	background-image:url("../images/pdf_file.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.liste_porte .product_note
{
	display:none;
}

#popup
{
	position:fixed;
	left:0;
	top:0;
	padding:5% 10%;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:-1;
	opacity:0;
	font-size:18px;
}

#popup_content
{
	border:solid 2px #000;
	background:#fff;
	width:100%;
	height:100%;
	position:relative;
}

#popup_close
{
	position:absolute;
	right:-2px;
	top:-2px;
	width:40px;
	height:40px;
	line-height:40px;
	border:solid 2px #000;
	z-index:10;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	font-size:24px;
	background:#000;
	color:#fff;
}

#popup.open
{
	z-index:100000;
	opacity:1;
}

#popup_close:hover
{
	background:#ff0000;
}
#popup_wrapper
{
	padding:20px;
}
#popup_title
{
	position:relative;
	left:-20px;
	top:-20px;
	width:calc(100% + 40px);
	padding:20px;
	font-weight:bold;
	font-size:24px;
	color:#fff;
	background: rgba(27,27,27,1);
	border-bottom:solid 2px #000;
	margin-bottom:30px;
}


form.form_action
{
	display:flex;
	align-items:center;
}



#menu_mobile
{
	display:none;
	text-align:right;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#menu_mobile > .menu_bar
{
	display:inline-block;
}

#menu_mobile > .menu_bar:before
{
	content:"\f0c9";
	font-family:"FontAwesome";
	font-weight: 900;
	font-size:30px;
	color:#fff;
	cursor:pointer;
}

.white_space_no_wrap
{
	white-space:nowrap !important;
}