/* View php */
:root {
	--color-green-validate:#00a849;
	--color-red-dark:#480000;
	--color-red-hover:#990000;
}


.anchor-menu,
.editable audio,
figure.video::after,
.noevent {
	pointer-events: none;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently */
}

/* page connect */

#grid {
	display: block !important;
}

#body_xs,
.page_xs {
	height: 100%;
	background-color: var(--color-sand);
}

.page_xs {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	min-height: 500px;
	margin: 0 auto;
	padding: 0;
}

.page_xs form,
.page_xs .title_wrapper,
.page_xs .editor_buttons {
	max-width: 500px;
	min-width: 360px;
	margin: 0;
}

.logo_connect {
	padding-bottom: 10px;
}

.version {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.page>div.back_page {
	padding: 0 10%;
	margin-bottom: 10vw;
}

.page_xs .title_wrapper,
.page_xs .title_wrapper h1 {
	font: 300 1.5rem 'TypeTwo', sans-serif;
	color: #000;
	text-align: inherit;
	text-align: center;
	cursor: default;
	margin: 0 0 20px;
	padding: 0;
	flex-direction: column;
	order: 0;
	display:flex;
	align-items: center;
}

.page_xs .title_wrapper::after {
	width:100%;
}

.page_xs .editor_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0;
}

.page_xs label {
	visibility: hidden;
}

.page_xs input {
	font-size: 1.5em;
	font-family: 'TypeTwo', sans-serif;
	color: #757575;
	padding: 6px 10px;
	border: none !important;
	border-radius: 1.5px;
}

#body_xs #input_forgot {
	border: solid 1px #555 !important;
}

.flex_break {
	flex-basis: 100%;
	height: 0;
}

.page.page_list {
	/* Listes des articles et Homes */
	margin: 120px 5vw;
}

/* !!END!! page connect */

.page_home {
	visibility:visible !important;
	margin: 0 2% 100px !important;
}
	.page_home .content_wrapper {
		flex-basis:100% !important;
	}

.emperor a > *, .emperor a .t_infos > * {
	visibility: visible !important;
	opacity: 1 !important;
}

.ajax_wrapper {
	cursor: crosshair;
	padding-bottom: 200px;
	display: flex;
	flex-wrap: wrap;
}

/* global transition */
.editable,
.icon,
.conecol::after,
.ctwocol::after,
.cthreecol::after,
.cfourcol::after,
.elem_select {
	transition: all 200ms ease-out;
}

.ui-sortable-helper,
.del_tag::before {
	transition: none !important;
}

/* all buttons */
.editor_buttons {
	display: flex;
	justify-content: flex-end;
	padding: 10px !important;
	flex-wrap: wrap;
}

.editor_buttons.editor_fixed {
	position: fixed;
	top: 0;
	right: 10px;
	width: max-content;
	z-index: 6;
}

/* Show list content */
#blurme .editor_buttons.submenu.editor_fixed {
	top: 0;
}

.editor_buttons.editor_fixed.noevent .icon {
	background: #bbb;
	cursor: no-drop;
}

.editor_buttons.editor_fixed.noevent #open {
	background: var(--color-black-trans);
}

.noevent {
	opacity: 0.5;
}

.editor_buttons.creation_tools {
	/* À FINALISER ... */
	position: fixed;
	justify-content: center;
	bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	border-radius: 0 2px 0 0;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.editor_buttons span.separator_bt {
	min-width: 48px;
	line-height: 48px;
	user-select: none;
}

.editor_buttons a {
	color: var(--color-black-trans);
}

.editor_buttons_left {
	justify-content: flex-start;
}

.editor_buttons_center {
	justify-content: center;
}

.page a.delete,
a.delete {
	background: var(--color-red-dark);
}

.page a.delete:hover,
a.delete:hover {
	color: #fff;
	background: var(--color-red-hover);
}

.page a.save,
a.save {
	background: #004800;
}

.page a.save:hover,
a.save:hover {
	color: #fff;
	background: var(--color-green-validate);
}

.icon {
	cursor: pointer;
	display: inline-block;
	height: 48px;
	min-width: 48px;
	border-radius: 2px;
	text-align: center;
	background: #dadada;
	margin: 2px 2px 2px 0;
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	position: relative;
	overflow: visible;
	text-decoration: none;
	font-size: 1em;
	line-height: 48px;
	padding: 0 8px;
	color: var(--color-black-trans);
	font-weight: 400;
}

.icon_separates {
	height: 48px;
	line-height: 48px;
}

.icon.green
{
	background: #3fd65d;
}
.icon.blue {
	background: #3fb3d6;
}
.icon.red {
	background: #e98181;
}
.icon.violet {
	background: #a680eb;
}

span.icon_title {
	margin: 0 4px 0 12px;
}

.icon::before {
	font-family: 'Material Symbols Outlined';
	font-size: 24px;
	line-height: 48px;
	vertical-align: bottom;
	font-weight: normal;
}

.icon_small {
	height: 30px;
	line-height: 26px;
	font-size: 14px;
	flex-grow: 0;
}

.icon_small::before {
	font-family: 'Material Symbols Outlined';
	font-size: 17px;
	line-height: 24px;
	vertical-align: middle;
}

.exit_menu_profil {
	display: flex;
	flex-direction: column;
	height: 52px;
	overflow: hidden;
}

.exit_menu_profil a {
	margin-bottom: 0;
}

.exit_menu_profil:hover {
	height: auto;
	overflow: visible;
}

a.icon.icon_dark {
	color: #fff;
	background: var(--color-black-trans);
}

a.icon.icon_dark:hover {
	color: var(--color-grey-light);
}

a.icon.icon_dark:hover::before {
	color: var(--color-grey-light);
}

a.icon.icon_dark.option_select {
	background-color: var(--color-green-validate);
}

a.icon_txt,
a.icon_txt a.icon_title {
	height: 1.2em;
	line-height: 1.2em;
	margin: .5em 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	text-align: left;
}

.icon_txt .icon_title:hover {
	opacity: .7;
}

.icon.icon_dark.disabled {
	background: #bbb;
}

.disabled:hover,
.icon.icon_dark.disabled:hover,
.icon.disabled:hover::before {
	color: #fff;
	background: #bbb;
}

.lang_bt_fr {
	background:var(--color-blue) !important;
}
.lang_bt_en {
	background:var(--color-red) !important;
}

.delete::before {
	color: #fff;
	content: 'delete';
}

.close_box::before {
	color: #fff;
	content: 'close';
	z-index: 1;
}

.save::before {
	color: #fff;
	content: 'done';
}

.preview::before {
	content: 'remove_red_eye';
}

.create::before {
	content: 'create';
}

.open::before {
	content: 'list_alt';
}

.advanced_config::before {
	content: 'handyman';
}

.arbo::before {
	content: 'account_tree';
}

.view::before {
	content: 'visibility';
}

.view_off::before {
	content: 'visibility_off';
}

a.short::before,
a.default::before {
	content:'check_small';
}

a.extended::before {
	content: 'width';
}

a.fullwidth::before {
	content: 'fit_width';
}

a.downed::before {
	content: 'vertical_align_bottom';
}

a.anogap::before {
	content: 'format_letter_spacing';
}

a.expanded_w::before,
a.expanded::before {
	content: 'arrow_range';
}

a.expanded_h::before {
	content: 'expand';
}

a.splitted_bt::before {
    content: 'view_column_2';
}

a.leftpadded::before {
	content: 'keyboard_tab';
}

a.rightpadded::before {
	content: 'keyboard_tab_rtl';
}

a.bt_flex_mode::before {
	content: 'flex_wrap';
}

a.alined::before {
	content: 'maximize';
}

a.panel_opened::before {
	content: 'top_panel_open';
}

a.nocaption::before {
	content: 'subtitles_off';
}

.invert_col::before {
	content: 'compare_arrows';
}

.align_top::before {
	content: 'align_vertical_top';
}

.align_center::before {
	content: 'align_vertical_center';
}

.align_bottom::before {
	content: 'align_vertical_bottom';
}

.align_normal::before,
.expand::before {
	content: 'align_self_stretch';
}

a.proxima::before {
	content:'vertical_align_bottom';
}

a.upped::before {
	content:'vertical_align_top';
}

a.nogravity::before {
	content:'arrow_upward_alt';
}

a.moregravity::before {
	content:'arrow_downward_alt';
}

a.nomargin::before {
	content:'toast';
}

.expand_all::before {
	content: 'expand_all';
}

.category::before {
	content: 'category';
}

.tag_base::before {
	content: 'local_offer';
}

.places::before {
	content: 'location_on';
}

.users::before {
	content: 'people';
}

.diplomas::before {
	content: 'school';
}

.view_agenda::before {
	content: 'view_agenda';
}

.homebt::before {
	content: 'home';
}

.homelist::before {
	content: 'home_work';
}

.search::before {
	content: 'search';
}

/* Picture size option */
a.smallest::before {
	content: 'pip';
}

a.float_left::before {
	content: 'art_track';
}

a.full::before {
	content: 'photo_size_select_actual';
}

a.portrait::before {
	content: 'portrait';
}

a.large::before {
	content: 'photo_size_select_large';
}

a.medium::before {
	content: 'photo_size_select_small';
}

a.thumbed::before {
	content: 'picture_in_picture';
}

a.real_float::before {
	content: 'format_image_left';
}

a.ghost::before {
	content: 'gradient';
}

a.replace_image::before {
	content:'replace_image';
}

a.replace_video::before {
	content:'replace_video';
}

/* Ghost picture */
body.level_5 figure.ghost {
	display: block;
	width: calc(16.6666% * 3);
	opacity: 0.5;
	filter: grayscale(100%);
	height: auto;
	margin-bottom: 40px;
	padding: 10px 0 1.8rem;
}

/* Templating */
a.looks_one::before {
	content: 'looks_one';
}

a.looks_two::before {
	content: 'looks_two';
}

a.looks_three::before {
	content: 'looks_3';
}

a.looks_four::before {
	content: 'looks_4';
}

a.looks_five::before {
	content: 'looks_5';
}

a.looks_six::before {
	content: 'looks_6';
}

a.view_module::before {
	content: 'view_module';
}

a.dashboard::before {
	content: 'dashboard';
}

a.border_all::before {
	content: 'border_all';
}

a.burst_mode::before {
	content: 'burst_mode';
}

a.slideshow::before {
	content: 'browse_gallery';
}

a.theater::before {
	content: 'slideshow';
}

a.explode::before {
	content: 'ballot';
}

a.layers::before {
	content: 'layers';
}

a.layers_clear::before {
	content: 'layers_clear';
}

a.hr_default::before {
	content: 'vertical_align_top';
}

a.hr_thin::before {
	content: 'vertical_align_center';
}

a.right_align::before {
	content: 'format_align_right';
}

a.left_align::before {
	content: 'format_align_left';
}

/* UL option */
a.add::before {
	content: 'add';
}

/* Add buttons */
#addtext::before {
	content: 'format_align_left';
}

#addpic::before {
	content: 'panorama';
}

#addvideo::before {
	content: 'ondemand_video';
}

#addfeatvideo::before {
	content: 'autoplay';
}

#addaudio::before {
	content: 'volume_up';
}

#adddoc::before {
	content: 'attach_file';
}

#addquote::before {
	content: 'format_quote';
}

#addcollapsible::before {
	content: 'playlist_add';
}

#addintertitle::before {
	content: 'text_fields';
}

#addthumb::before {
	content: 'collections';
}

#addonecol::before {
	content: 'check_box_outline_blank';
}

.settwocol::before,
#addtwocol::before {
	content: 'view_column_2';
}

.setthreecol::before,
#addthreecol::before {
	content: 'view_week';
}

.setfourcol::before,
#addfourcol::before {
	transform: rotate(-90deg);
    content: 'table_rows_narrow';
    display: inline-block;
}

#addlist::before {
	content: 'format_list_bulleted';
}

#addtab::before {
	content: 'border_all';
}

#addhr::before {
	content: 'horizontal_rule';
}

#addhomefolder::before {
	content: 'create_new_folder';
}

#addghost::before {
	content: 'settings_ethernet';
}

#addhomenewser::before {
	content: 'ballot';
}

#addcalendar::before {
	content: 'calendar_today';
}

#addarticle::before {
	content: 'read_more';
}

#addiframe::before {
	content: 'web_asset';
}

#addtr::before {
	content: 'vertical_align_bottom';
}

#addtd::before {
	transform: rotate(-90deg);
	content: 'vertical_align_bottom';
	display: inline-block;
}

#addpopup::before {
	content: 'open_in_new';
}

/* editor text*/
#bold::before {
	content: 'format_bold';
}

#italic::before {
	content: 'format_italic';
}

#underline::before {
	content: 'format_underlined';
}

#link::before {
	content: 'link';
}

#unlink::before {
	content: 'link_off';
}

#list::before {
	content: 'format_list_bulleted';
}

#hr::before {
	content: 'remove';
}

#vider::before {
	content: 'format_clear';
}

#source::before {
	content: 'code';
}

#sup::after {
	content: 'X²';
	font-size: 20px;
	line-height: 0;
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 10px;
}

#note::before {
	content: 'note';
}

#insertpic::before {
	content: 'panorama';
}

/* Others */
#forgot {
	background: none;
	margin-left: auto;
}

#disconnect::before {
	content: 'power_settings_new';
}

#create_account::before {
	content: 'person_add';
}

#profil::before {
	content: 'person';
}

#help::before {
	content: 'help_outline';
}

#settings::before {
	content: 'settings';
}

#settings_applications::before {
	content: 'settings_applications';
}

#send {
	background: #db9f0b;
}

#send:hover {
	background: #fa0;
}

#send::before,
#send:hover::before {
	content: 'send';
	background: transparent;
	color: #fff;
}

#sended {
	background: var(--color-grey-light);
}

#sended::before,
#sended:hover::before {
	content: 'query_builder';
	background: transparent;
	color: #fff;
}

.write::before {
	content: 'save';
}

.status_0::before {
	content: 'construction';
}

.status_1,
.page .status_1:hover {
	background: #db9f0b;
}

.status_1::before {
	content: 'query_builder';
}

.status_2,
.page .status_2:hover {
	background: var(--color-green-validate);
}

.status_2::before,
.status_3::before {
	content: 'grade';
}

.status_2.have_path,
.page .status_2.have_path:hover {
	background: var(--color_b);
}

.status_2.have_path::before {
	content: 'account_tree';
}

.status_reset::before {
	content: 'clear_all';
}

.status_3,
.page .status_3:hover {
	background: var(--color04);
}

.status_4,
.page .status_4:hover {
	background: var(--color05);
}

.status_4::before {
	content: 'inventory_2';
}

#cut_image::before {
	content: 'crop';
}

.copy::before {
	content: 'content_copy';
}

.multipage::before {
	content: 'auto_stories';
}

a.bigger::before {
	content: 'military_tech';
}

.bigger_sel {
	background: var(--color-green-validate) !important;
}

.bigger_sel::before {
	color: #000;
}

.outofbox {
	position: absolute;
	top: -54px;
	right: -4px;
}

.outofbox_bottom {
	top: auto;
	bottom: -36px;
	right: -4px;
}

.outofbox_right {
	top: -1px;
	right: -80px;
	width: 70px;
	background: #ffffff;
	height: auto;
	border: dashed 1px;
	display: flex;
	flex-wrap: wrap;
}

.outofbox_left {
	top: -3px;
	left: -52px;
	height: auto;
	width:50px;
}

.option_color {
	margin: 2px;
	height: 30px;
	background: #000;
	cursor: pointer;
	width: 30px;
}

.option_color.option_select {
	border:solid red 2px;
}

#page_create .color_trans {
	background: url('../imgs/transparent.png') repeat !important;
}



/*	!!END!! all buttons */

/* Meta data colonne */
.meta_end {
	pointer-events: none;
}

.page .meta_hidden.editable:first-of-type span.meta_static {
	display: block;
	opacity: .25;
	padding-bottom: 1.5rem;
	text-decoration: line-through;
}

.col_meta.meta_hidden.editable::before {
	opacity: .25 !important;
}

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

	.page .meta_hidden.editable:first-of-type span.meta_static,
	.page .meta_hidden.editable:first-of-type::before {
		display: block !important;
		opacity: .25 !important;
	}
}

/* editable styles, dashed etc. */
.page .editable,
.page .cli {
	outline: 1px dashed rgba(255, 255, 255, 0);
	outline-offset: -1px;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	position: relative;
}

.home_ghost.editable {
	background: url('../imgs/transparent.png') repeat !important;
}
.gallery_ghost.editable {
	background: url('../imgs/transparent.png') repeat !important;
	min-height: 25vh;
}

.editable audio {
	cursor: pointer !important;
}

.page .editable:hover,
.page .cli:hover {
	outline-color: rgba(0, 0, 0, 1);
}

.title_wrapper {
	padding: 0;
	order: 1;
    width:100%;
}

.title_wrapper > *, .title_block > *, .title_infos > * {
	visibility:visible !important;
}

/* .title_infos {
	width:100% !important;
} */

.editable.ui-sortable-helper,
.editable.ui-sortable-helper:hover {
	background: #fff;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	cursor: move;
	outline: dashed 1px transparent;
	min-width: auto;
}

.page_editor .entete:empty {
	border:dashed 1px #00000055;
}

/* !!END!! editable styles, dashed etc. */

/* Iframe responsive container */

.cresp::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 255, 0, 0.0);
	content: ' ';
}

.cresp:hover::after {
	background: rgba(0, 255, 0, 0.1);
}

/* !!END!! Iframe responsive container */

/* :hover::after edit bloc options, GRAB ME!*/
.conecol,
.ctwocol,
.cthreecol,
.cfourcol,
.ctable,
.cul,
.cgallery {
	overflow: visible;
}

.onecol_elem::after,
.twocol_elem::after,
.threecol_elem::after,
.fourcol_elem::after {
	position: absolute;
	top: 0;
	left: 0;
	right: inherit;
	bottom: inherit;
  }

.conecol::after,
.onecol_elem::after,
.ctwocol::after,
.twocol_elem::after,
.cthreecol::after,
.threecol_elem::after,
.cfourcol::after,
.fourcol_elem::after,
.ctable::after,
.cul::after,
.cgallery::after {
	font-family: 'Material Symbols Outlined';
	content: 'drag_indicator';
	font-size: 20px;
	line-height: 0;
	padding: 18px 10px;
	display: block;
	position: absolute;
	bottom: -39px;
	width: 20px;
	max-height:2rem;
	left: 0;
	background-color: transparent;
	color: transparent;
	border-radius: 0 0 2px 2px;
	z-index: 2;
	border: 1px solid transparent;
}

.conecol:hover::after,
.onecol_elem:hover::after,
.ctwocol:hover::after,
.twocol_elem:hover::after,
.cthreecol:hover::after,
.threecol_elem:hover::after,
.cfourcol:hover::after,
.fourcol_elem:hover::after,
.ctable:hover::after,
.cul:hover::after,
.cgallery:hover::after {
	background-color: #ccc;
	color: var(--color-black-trans);
	border: 1px solid transparent;
}

.cgallery.looks_five.editable:hover,
.cgallery.looks_six.editable:hover {
	overflow: visible;
}

.twocol_elem table.ctable:last-child,
.twocol_elem .cul:last-child {
	margin-bottom: 40px !important;
}

/* !!END!! :hover::after edit bloc options, GRAB ME!*/

/* blocs container à faire remarquer  */
.page .cul,
.page hr.chr {
	outline: 1px dashed #ccc;
}

.page .onecol_elem,
.page .twocol_elem,
.page .threecol_elem,
.page .fourcol_elem,
.page .conecol,
.page .ctwocol,
.page .cthreecol,
.page .cfourcol,
.page .cgallery,
.page .popup {
	outline: 1px dashed #ccc;
	outline-offset: 0px;
	overflow:visible;
	pointer-events: all;
}

.page .conecol:hover,
.page .ctwocol:hover,
.page .cthreecol:hover,
.page .cfourcol:hover
{
	outline: 1px dashed rgba(128, 128, 128);
	/* background-color: rgba(255, 0, 0, .1) !important; */
}

.ctwocol.type_one::before,
.cthreecol.type_one::before,
.cfourcol.type_one::before {
	content:' ';
	display:block;
	position:absolute;
	width: calc(8.6666% * 4 - 13px);
	height:100%;
	background:url('../imgs/transparent.png') repeat !important;
}

.page .cpopup {
	display: block;
	opacity: 0.9;
	max-height: 100px;
	overflow: hidden;
	border: none;
    margin-left: calc(var(--unit-box) * 3 + 2vw);
    margin-right: calc(var(--unit-box) * 3 + 2vw);
}

.page .cpopup>* {
	opacity: 0.5;
}

.page .cpopup.elem_select>* {
	opacity: 1;
}

.cpopup::after {
	display: block;
	content: 'POP-UP';
	padding: .3rem 10px;
	position: absolute;
	border-radius: 2px 2px 0 0;
	background-color: #d7c6f6 !important;
	left: 0;
	top: 0;
}

.cpopup.elem_select,
.cpopup.elem_select::before
{
	background-color:#d7c6f6 !important;
	opacity: 1;
	max-height: inherit;
	overflow: visible;
}

.cpopup.elem_select::after {
	display: none;
}

.cpic.editable:hover,
.chr.editable:hover,
.cdoc.editable:hover,
.cquote.editable:hover,
.cintertitle.editable:hover,
.ctext.editable:hover {
	background:rgba(0,255,0,.1);
	background: #a8edb6 !important;
}

.onecol_elem:empty,
.twocol_elem:empty,
.threecol_elem:empty,
.fourcol_elem:empty
{
	outline:1px dashed #ccc;
	height:100%;
}

.ctable.editable:hover,
.cblock.editable:hover,
.clu.editable:hover,
.cli:hover,
.cgallery:hover,
.cgallery.elem_select
{
	background: rgba(0, 180, 255, .1) !important;
	background: #a8dded !important;
}

.title_wrapper.editable:hover,
.onecol_elem.elem_select,
.twocol_elem.elem_select,
.threecol_elem.elem_select,
.fourcol_elem.elem_select,
.onecol_elem:hover,
.twocol_elem:hover,
.threecol_elem:hover,
.fourcol_elem:hover
{
	background-color: rgba(255, 0, 0, .1) !important;
	background-color: #f5c6c6 !important;
	outline-color:rgba(0, 0, 0, 1);
}

.elem_select::before {
	content: "SELECT";
	position: absolute;
	padding: .3rem 10px;
	top: calc(-1.2rem * 1.5);
	background-color: rgba(255, 0, 0, .1);
	background-color: #f5c6c6 !important;
	border-radius: 2px 2px 0 0;
}
.cgallery.elem_select::before {
	background-color: rgba(0,180,255,.1);
	background: #a8dded !important;
}
.ccollaps.editable:hover,
.page_newser.editable:hover,
.panel.elem_select::before {
	background-color:rgba(180,0,255,.1);
	background-color:#d7c6f6 !important;
}

.elem_select {
	border: none !important;
}

.elem_select figure {
	background-color: rgba(255, 255, 255, 0);
}

.elem_select figure:hover {
	background-color: rgba(0, 0, 0, .1);
}

.elem_select figure:hover img {
	mix-blend-mode: luminosity;
}

.cgallery.looks_five .cthumb {
	width: calc(25% - 10px);
	display: inline-block;
	margin-right: 10px;
}

.cgallery.looks_five .cthumb:first-child {
	width: 100%;
}

/* !!END!! éléments sélectionnés */

/* bloc hr */
hr.chr::before {
	content: 'SPACER';
	vertical-align: super;
	opacity: 0;
}

hr.chr::before,
.elem_select::before,
.cpopup::after {
	line-height: 1.2rem;
	font-size: .7rem;
	letter-spacing: .2em;
	color: var(--color-black-trans);
}

hr.chr:hover::before {
	opacity: 1;
}

/* !!END!! bloc hr */
/* auto save */
.msg_bar {
	cursor: default;
	opacity: 1;
	display: block;
	-webkit-animation: smoothblink 0.6s infinite;
	animation: smoothblink 0.6s infinite;
	color: #fff;
	background-color: var(--color-green-validate);
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
	padding: 10px 30px;
	z-index: 1002;
	display:none;
}

@keyframes smoothblink {
	0% {}

	50% {
		background-color: rgba(0, 0, 0, .1);
	}

	100% {}
}

/* !!END!! auto save */

/* Structure */
.add_generic::before {
	content: 'add_box';
}

.add_sub_generic::before,
.add_page_generic::before {
	content: 'add_circle';
}

ul.rubrique,
ul.sous_rubrique,
ul.oskar_page,
li.rubrique,
li.sous_rubrique,
li.oskar_page {
	margin: 0;
	list-style-type: none;
	padding: 0;
	position: relative;
}

li.sous_rubrique:first-child::before,
li.oskar_page:first-child::before {
	content: '..........';
	display: inline-block;
	position: absolute;
	left: -50px;
	top: 1px;
}

ul.sous_rubrique,
ul.oskar_page {
	padding: 0 48px;
	display: inline-block;
	vertical-align: top;
}

ul.oskar_page {
	padding-right: 10px;
}

.item_infos {
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	align-items: baseline;
	padding: 10px;
}

span.box {
	display: inline-block;
	font-size: 16px;
	border: solid 1px #000;
	padding: 2px 10px 5px;
	line-height: 24px;
	background: #fff;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.handle,
.sub_handle,
.page_handle {
	cursor: move !important;
}

span.inv_at_menu {
	opacity: 0.65;
	border-style: dotted;
}

span.is_child {
	background: #f0f0f0;
}

span.is_first {
	display: inline-block;
	margin-left: 50px;
	position: relative;
}

span.is_first::before {
	content: '..........';
	display: inline-block;
	position: absolute;
	left: -47px;
	top: -3px;
}

.item_light {
	margin: 0;
}

.tab {
	display: none;
}

.tab_on {
	display: block;
}

.bank {
	padding: 10px;
	margin-top: 10px;
	background: #f0f0f0;
}

/* !!END!! structure */


h1.btitle {
	margin: 20px 0 0;
	font-size: 3.0rem;
}

/* Channel */
.channel::before {
	content: 'alt_route';
}

/* Mes articles */
.page .title_list_items {
	padding-left: 0;
}

.article_item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: dashed 1px #ccc;
	padding-left: 0 !important;
}

.article_visuel {
	line-height: 0;
	order:2;
}

.article_visuel figure,
.article_visuel video
{
	margin:0;
	aspect-ratio: 16 / 9;
    object-fit: cover;
}

.article_visuel img {
	width: 100%;
	line-height: 0;
}

.article_item .column {
	padding: 0 40px 10px 0;
	display: flex;
	flex-flow: column wrap;
}

.article_item .article_content {
	order:1;
}

.item_title,
.item_content,
.item_sub_title {
	font: 400 var(--typo-medium)/var(--line-medium) 'TypeTwo', sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	max-width: 100%;
	max-height: 1.8rem;
	user-select: all;
}

.item_sub_title {
	font: 300 var(--typo-normal)/var(--line-normal) 'TypeTwo', sans-serif;
}

.item_content {
	font: 300 var(--typo-small)/var(--line-small) 'TypeTwo', sans-serif;
}

.article_infos {
	overflow: hidden;
	font-size: var(--typo-xsmall);
	order: 3;
}

.item_date,
.item_user,
.item_cat {
	padding: .4rem .1rem;
}

.item_cat {
    font: 400 var(--typo-xsmall)/var(--line-xsmall) 'TypeTwo', sans-serif;
}

.item_user {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	max-width: 100%;
}

.author_infos_row {
	display: flex;
	width: 100%;
	max-width: 100%;
	justify-content: space-between;
	border-bottom: 1px dotted var(--color-black-trans);
}

.author_infos_row span.score_display {
	margin: .4rem 0;
	min-width: 16px;
}

.article_item .editor_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	order:0;
	max-width: 170px !important;
}

/* !!END!! Mes articles */

/* Réglages de l’article */

.page .setting_section {
	/* background: #fff; */
	margin-bottom: 80px;

}

.setting_section_contents_inline {
	display: flex;
	flex-flow: row wrap;
}

.setting_section_content {
	border-bottom: dashed 1px #ccc;
	padding-bottom: 40px;
	margin-right: 40px;
	flex: 1;
	/* inline mode */
}

.setting_section_content.large {
	flex: 2;
}

.setting_section_content.xlarge {
	flex: 3;
}

.back_page .setting_section_content:last-of-type {
	margin-right: 0;
}

.setting_section_content h4 {
	font: 400 1.25rem/1.25rem 'TypeTwo', Arial, sans-serif;
	margin: 0 0 1rem;
}

.add_tag {
	font-size: 0.8em;
	opacity: 0.6;
	background: #eee;
	padding: 2px 8px;
	border: solid 1px #ccc;
	margin: 0 2px 2px 0;
}

input#add_tag {
	max-width: 350px;
	display: inline-block;
}

input[type="checkbox"],
input[type="checkbox"]>label,
input[type="radio"],
input[type="radio"]>label {
	width: auto;
}

.ac_results {
	z-index: 1100;
	max-height: 300px;
	overflow-y: auto;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 5px 10px;
	padding: 0;
}

.ac_results>ul {
	margin: 0;
	padding: 0;
	border: solid #f4f5f6 1px;
}

.ac_results>ul>li {
	list-style-type: none;
	list-style-position: unset;
	cursor: pointer;
	background: #f4f5f6;
	font-size: 0.8em;
	padding: 5px;
	border-bottom: #000 1px dotted;
}

.ac_results>ul>li:nth-child(even) {
	background: #f0f0f0
}

.ac_results>ul>li:nth-child(odd) {
	background: #f0f0f0
}

.ac_results>ul>li:hover,
.ac_results>ul>li.ac_over {
	background: #fff;
}

/* AUTOCOMPLETE */
.AC_item {
	display: flex;
	height: 60px;
	justify-content: start;
}



.AC_visuel {
	width: 12%;
	margin-right: 3%;
}

.AC_visuel img {
	height: 100%;
}


.AC_infos {
	width: 67%;
	margin-right: 3%;
	overflow: hidden;
}

.AC_title {
	font: 400 1.3rem/1.32rem 'TypeTwo', sans-serif;
}

.AC_subtitle {
	display: block;
	font: 300 0.9rem/1.0rem 'TypeTwo', sans-serif;
}

.AC_author {
	width: 12%;
	margin-right: 3%;
	line-height: 60px;
	overflow: hidden;
}


.tag_bank {
	margin-top: 10px;
}

span.tag {
	display: inline-block;
	margin: 0 5px 5px 0;
}

a.del_tag::before,
span.tag_text {
	background-color: var(--color-black-trans);
	line-height: 1rem;
	color: #fff;
	padding: 10px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
}

.page .tag_text:hover {
	transition: none;
}

a.del_tag+span.tag_text {
	border-radius: 0 2px 2px 0;
	padding-left: 0;
	max-width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

a.del_tag::before {
	cursor: pointer;
	font-family: 'Material Symbols Outlined';
	display: inline-block;
	content: 'remove_circle';
	border-radius: 2px 0 0 2px;
	vertical-align: middle;
}

a.del_tag:hover::before,
a.del_tag:hover+span.tag_text {
	background-color: var(--color-red-hover);
}

.pic_bank a.pic_setting {
	max-width: calc(33.3333% - 5px);
	margin: 0 5px 0 0;
	display: inline-block;
	cursor: pointer;
	line-height: 0;
}

.pic_bank a img, .pic_bank a video
{
	border: solid 3px transparent;
	width: 100%;
	transition: all 0.3s cubic-bezier(.4, 0, .2, 1) 0s;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.pic_bank a video
{
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.pic_bank a:hover,
.pic_sel {
	outline: dashed 1px var(--color-black-trans);
}

/* Colors */

.color {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: solid 2px #f0f0f0;
	cursor: pointer;
	margin: 0 10px 10px 0;
}

a.color:hover,
a.color_sel {
	outline: dashed 1px var(--color-black-trans);
}


/* Réglages de l’article */

.search_wrapper {
	position: relative;
	z-index: 1;
}

.setting_item_title {
	border-bottom: 1px solid #000;
}

.bank_bro {
	margin-top: 10px;
}

/* bro stuff*/
.bro_display,
.multi_display {
	display: block;
	position: relative;
	background: #f0f0f0;
	padding: 10px 10px;
	margin: 2px 0 0;
	font-size: 1.1em;
	font-weight: bold;
}

.bro_display a.delete,
.multi_display a.delete {
	position: absolute;
	right: 4px;
	top: 4px;
}

/* Agendable */
.event {
	background: #f0f0f0;
	padding: 5px;
	margin: 0 0 5px;
}

.third_col {
	display: inline-block;
	margin-right: 5%;
	vertical-align: top;
}

.incomplete {
	background-color: #ff8888;
}

/* Score */
span.score_display {
	display: block;
	height: 17px;
	width: 16px;
	overflow: hidden;
	background: url('../imgs/score.png') no-repeat center center;
}


/* !!END!! Réglages de l’article */

/* editor text wrapper_rte*/
label {
	display: inline-block;
	color: var(--color-black-trans);
	width: 100%;
	padding: 6px 10px;
	border-radius: 2px;
}

label.check {
	margin: 10px 0 0;
	background: #fff;
	padding: 4px 10px;
	cursor: pointer;
	max-width: max-content;
	display: block;
}

.check.style_bloc::after {
	content: "› Style fléché";
	line-height: 1rem;
}

.check.style_btn::after {
	font: 300 .9rem/2.2rem 'TypeTwo', sans-serif;
	display: inline-block;
	height: 2.3rem;
	padding: 0 10px;
	border: 1px solid;
	content: "Style bouton";
	background: #000;
	color: #fff;
}

.check.style_doc {
	margin: 15px 0 0 31px;
	background: #eee;
}

.url_options {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.popup_options {
	border: solid #eee 1px;
	padding: 10px;
	margin: 15px 0 0;
}

a.set_popup {
	display: inline-block;
	background: #ccc;
	padding: 2px 8px;
	margin: 0 0 4px 4px;
	font-size: 0.8em;
}

a.used_popup {
	background: rgba(255, 0, 0, 0.2);
}

label.check>input {
	margin: 0 8px !important;
}

span#check_label {
	display: inline-block;
	width: 100%;

}

#wrapper_rte label.check_label,
#wrapper_rte #isAnchorMenu {
	width: auto;
	clear: left;
	cursor: pointer;
}

input,
textarea {
	padding: 10px;
	border: dashed 1px #000 !important;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	resize: vertical;
}

input.large {
	min-width: 360px;
}

#wrapper_rte input,
#wrapper_rte textarea {
	margin: 0 0 0;
}

input:focus,
textarea:focus {
	border: solid 1px #000;
}

textarea {
	min-height: 80px;
}

#quote {
	font: 400 1.8rem/2.2rem 'TypeTwo', sans-serif;
}

#wrapper_rte #cite,
#title,
#sub_title,
#section {
	font-family: 'TypeTwo', sans-serif;
}

#cite {
	font-size: 1.15em;
	line-height: 1.55em;
}

#section {
	font: 700 1.4em 'TypeTwo', sans-serif;
}

textarea#title {
	font: 400 4.5rem/4.25rem 'TypeTwo', sans-serif;
}

textarea#sub_title {
	font: 300 1.8em 'TypeTwo', sans-serif;
}

textarea#title::placeholder,
textarea#sub_title::placeholder {
	color: #ccc;
	opacity: 1;
}

textarea#intertitle {
	font: 400 1.85rem/2.1rem 'TypeTwo', sans-serif;
}

form {
	max-width: 970px;
}

iframe#rte,
iframe#rte2 {
	border: dashed 1px #000;
	min-height: 80px;
	z-index: 1001;
	max-height: 75vh;
	z-index: 1000;
	background: #fff;
}

div#wrapper_rte,
div#wrapper_rte2 {
	z-index: 1001;
	border: solid 1px #fff !important;
	padding: 20px;
	min-width: calc(8%* 3);
	max-width: 85.5vw;
	background: #fff;
    box-shadow: 5px 5px 50px #ccc;
}

div#buttons {
	line-height: 0;
	z-index: 1001;
	margin-bottom: 2px;
}

div#buttons_bottom {
	z-index: 1001;
}

textarea#stock {
	z-index: 1001;
}

#extrawin {
	z-index: 1002;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(255, 255, 255, 0.95);
}

#extracontent {
	width: 500px;
	margin: 0 auto;
}

#blurme,
#blurme2,
.wait,
#screen,
#screen2 {
	width: 100%;
	height: 100%;
	opacity: 0.95;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	overflow: auto;
	scrollbar-width: thin;
	/*firefox only*/
}

.wait {
	background: rgba(255, 255, 255, 0.8);
}

.wait_msg {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: #fff;
	padding: 2em 5em;
	border-radius: 2px;
	border: solid 1px rgba(0, 0, 0, .8);
}

.loading {
	padding-bottom: 80px;
	background: url('../imgs/loader.gif') no-repeat bottom center;
}

/* /* !!END!! editor text wrapper_rte */
*/

/* toolTipped */
.toolTipped {
	z-index: 1;
}

.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'TypeTwo', sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding: 4px 8px;
	background: #484848;
	color: #fff;
	border: none;
	border-radius: 2px;
	opacity: 0;
	transition: all 0.15s ease 0s;
	z-index: 2000;
	line-height: normal;
	text-wrap: nowrap;
	opacity: 1;
	text-indent: 0;
	z-index: 1;
	border-radius: 2px;
	hyphens: initial;
	pointer-events: none;
}

span.tooltip:hover {
	display: none;
}

.tooltip::before {
	content: 'arrow_drop_up';
	font-family: 'Material Symbols Outlined';
	display: block;
	position: absolute;
	top: -2px;
	font-size: 30px;
	line-height: 0;
	color: #484848;
}

.tooltip_inverted::before {
	content: 'arrow_drop_down';
	top: auto;
	bottom: -2px;
}

.tooltip_anim {
	opacity: 1;
}

.tooltip_dis::before {
	color: #dadada;
}

.tooltip.tooltip_decal::before {
	right: 10px;
}

/* !!END!! toolTipped */

/* blocs image float */
figure.float_left+p.ctext.classic {
	-webkit-animation: fade-green 5s;
	animation: fade-green 5s;
}

figure.real_float+p.editable.infos {
	animation: fade-green 5s;
}

a.icon.fade_blue {
	-webkit-animation: fade-blue 2.5s;
	animation: fade-blue 2.5s;
}

@keyframes fade-green {
	from {
		background-color: #e5ffe5;
	}

	to {
		background-color: #fff;
	}
}

@keyframes fade-blue {
	from {
		background-color: var(--color_b);
	}

	to {
		background-color: var(--color-black-trans);
	}
}

/* !!END!! blocs image float */

/* Hidding stuff */
#article_id,
#uploader,
#uploader_doc,
#uploader_audio,
#uploader_video {
	display: none;
}

#article_id {
	display:inline-block;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	width:100px;
}

.page.page_editor {
	padding-bottom: 160px;
}

.page_editor .head_title {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 150px;
	display: flex;
	margin-bottom: var(--global-bottom-margin) !important;
}

.fullvideo .title_vid_wrapper {
    position: relative !important;
    transform: none;
}

video {
	visibility: visible !important;
}

.display_visuel::before {
	content: 'add_photo_alternate';
}

.remove_visuel::before {
	content: url('../imgs/remove_visuel.svg');
	width: 24px;
	display: inline-block;
}

.fullscreen_visuel::before {
	content: 'fullscreen'
}

.classic_visuel::before {
	content: 'fit_screen'
}

.display_video::before {
	content: 'videocam';
}

.remove_video::before {
	content: 'videocam_off';
}

.display_titrage::before {
	content: 'playlist_add_check';
}

.remove_titrage::before {
	content: 'playlist_remove';
}

.history::before {
	content: 'history';
}

#page_create .emperor {
	margin: 0 0 80px;
	padding: 100px 2% 0 2%;
}

a.edit {
	display: block;
	text-decoration: underline;
	font-size: 0.8em;
	cursor: pointer;
	float: right;
}

.nofloat {
	float: none !important;
}


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

	/* Mes articles */
	.article_item {
		margin: 0 2% 40px !important;
	}

	.article_visuel,
	.article_infos,
	.article_item .editor_buttons {
		flex: 0 0 14.2857%;
		max-width: 14.2857%;
	}

	.article_content {
		flex: 0 0 calc(14.2857% * 4);
		max-width: calc(14.2857% * 4);
	}

	/* !!END!! Mes articles */
	.page>div.back_page {
		padding: 0 2%;
	}

	.page .popup_content {
		margin: 0 2% 20px 2%;
	}
}

@media screen and (min-width: 769px) and (max-width: 1149px) {

	/* Mes articles */
	.article_visuel,
	.article_infos,
	.article_item .editor_buttons {
		flex: 0 0 14.2857%;
		max-width: 14.2857%;
	}

	.article_content {
		flex: 0 0 calc(14.2857% * 4);
		max-width: calc(14.2857% * 4);
	}

	/* !!END!! Mes articles */
	.editor_buttons {
		min-width: 14.2857%;
	}

	.page .popup_content {
		margin: 0 9.0909% 20px 0;
	}
}

@media screen and (min-width: 1150px) and (max-width: 1499px) {

	/* Mes articles */
	.article_visuel,
	.article_infos,
	.article_item .editor_buttons {
		flex: 0 0 16.6666%;
		max-width: 16.6666%;
	}

	.article_content {
		flex: 0 0 calc(16.6666% * 3);
		max-width: calc(16.6666% * 3);
	}

	.page .popup_content {
		margin: 0 9.0909% 20px 0;
	}

	/* !!END!! Mes articles */
}

@media screen and (min-width: 1500px) and (max-width: 1799px) {

	/* Mes articles */
	.article_visuel,
	.article_infos,
	.article_item .editor_buttons {
		flex: 0 0 14.2857%;
		max-width: 14.2857%;
	}

	.article_content {
		flex: 0 0 calc(14.2857% * 4);
		max-width: calc(14.2857% * 4);
	}

	/* !!END!! Mes articles */
	.page .popup_content {
		margin: 0 calc(7.6923% * 3) 20px 0;
	}
}

@media screen and (min-width: 1800px) {

	/* Mes articles */
	.article_visuel,
	.article_infos,
	.article_item .editor_buttons {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}

	.article_content {
		flex: 0 0 calc(12.5% * 4);
		max-width: calc(12.5% * 4);
	}

}