@charset "UTF-8";
@import url("colors.css");
.m-l-5 {
	margin-left: 5px;
}

.fly-hover {
	cursor: pointer;
}

.statistic-filled-5 {
    background: #F333FF;
    border-color: #F333FF;
    color: #fff;
}
.statistic-filled-6 {
    background: #5B33FF;
    border-color: #5B33FF;
    color: #fff;
}
.statistic-filled-7 {
    background: #33FF5B;
    border-color: #33FF5B;
    color: #fff;
}

li.link-muted {
	color: #e4e4e4;
	text-decoration: line-through;
}

.mailbox .btn.btn-labeled,
.mailbox .btn.dropdown-toggle,
.mailbox .btn.btn-wide {
	border-radius: 2px;
}
.mailbox .btn.btn-labeled {
	padding: 0 12px;
}
.mailbox .btn.dropdown-toggle {
	padding: 6px 12px;
}

.divider-nav {
	margin: 0 25px 0 25px;
	padding: 0;
}

.divider-nav hr {
	border-top: 1px solid #787878;
}

button.btn.btn-wide,
.mailbox .btn.btn-wide {
	padding-left: 50px;
	padding-right: 50px;
}

#gene.nav-tabs > li > a {
	border-bottom: 1px solid #e4e5e7;
}
#gene.nav-tabs > li.active > a {
	background-color: rgba(228, 228, 228, 0.6);
}
#gene.nav-tabs > li > a:hover {
	background-color: rgba(228, 228, 228, 0.6);
}

/* Cartouche statisique */
.table-responsive .pagination {
	margin: 0;
}
.table-responsive .dt-buttons {
	margin: 10px 0;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	cursor: pointer;
}
.statistic-box .statistic_icon {
	top: 5px;
	right: 10px;
}
.statistic-box .small {
	min-height: 35px;
	margin-bottom: 5px;
	padding-right: 60px;
}

/* DataTable */
table tr.active td {
	background-color: lightblue !important;
}

.btn-group-menu {
	display: block;
}

.btn-group-menu button {
	text-align: left;
	color: #428bca;
}

.btn-group-menu button.active,
.btn-group-menu button.active:focus {
	text-align: left;
	color: #ffffff;
	background-color: #428bca;
	border-color: #3b7cb4;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout-warning {
	border-left-color: #aa6708;
}

.option-block {
	max-height: 250px;
	overflow: auto;
}

/* Tooltips bar de progression */
.tooltip {
	z-index: 1020;
}
span.cat-tag {
	background-color: rgba(255, 55, 255, 0.2);
	font-family: "Open Sans";
	font-weight: 600;
	display: inline;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	padding: 0 7px;
	box-sizing: border-box;
	min-width: 20px;
	letter-spacing: -0.5px;
	text-align: center;
	border-radius: 50px;
	margin-right: 4px;
}
.my-checkbox .checkbox label::before {
	top: 1px;
}

/* Block Note */
.note-block {
	display: flex;
	flex-direction: column;
	padding: 10px;
	max-height: 610px;
	overflow-x: hidden;
	overflow-y: auto;
}
.note-block .ti-pin2,
.note-block .ti-pin-alt {
	cursor: pointer;
}

.note-cos {
	border-radius: 20px;
	padding: 8px 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

/* nouvelle version */
.note-other {
	align-items: flex-start;
}

.note-block .note-other {
	margin-right: 25%;
	background-color: #eee;
	position: relative;
}

.note-block .note-other:before {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: -7px;
	height: 20px;
	width: 20px;
	background: #eee;
	border-bottom-right-radius: 15px;
}
.note-block .note-other:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: -10px;
	width: 10px;
	height: 20px;
	background: white;
	border-bottom-right-radius: 10px;
}

.note-self {
	align-items: flex-end;
}

.note-block .note-self {
	color: white;
	margin-left: 25%;
	background: linear-gradient(to bottom, #00d0ea 0%, #0085d1 100%);
	background-attachment: fixed;
	position: relative;
}

.note-block .note-self:before {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: -8px;
	height: 20px;
	width: 20px;
	background: linear-gradient(to bottom, #00d0ea 0%, #0085d1 100%);
	background-attachment: fixed;
	border-bottom-left-radius: 15px;
}

.note-block .note-self:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: -10px;
	width: 10px;
	height: 20px;
	background: white;
	border-bottom-left-radius: 10px;
}

/* .note-self, .note-other {
	width: 55%;
	margin-bottom: 10px;
	padding: 10px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 17px 19px 13px -22px rgba(0,0,0,0.6);
	-moz-box-shadow: 17px 19px 13px -22px rgba(0,0,0,0.6);
	box-shadow: 17px 19px 13px -22px rgba(0,0,0,0.6);
} */
/* .note-self.active, .note-other.active {
	border: 2px solid darkblue;
}
.note-self {
	background: lightblue;
	float: right;
} */
/* .note-other {
	background: rgba(161,210,255,1);
	background: -moz-linear-gradient(top, rgba(161,210,255,1) 0%, rgba(96,156,219,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(161,210,255,1)), color-stop(100%, rgba(96,156,219,1)));
	background: -webkit-linear-gradient(top, rgba(161,210,255,1) 0%, rgba(96,156,219,1) 100%);
	background: -o-linear-gradient(top, rgba(161,210,255,1) 0%, rgba(96,156,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(161,210,255,1) 0%, rgba(96,156,219,1) 100%);
	background: linear-gradient(to bottom, rgba(161,210,255,1) 0%, rgba(96,156,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1d2ff', endColorstr='#609cdb', GradientType=0 );
	-webkit-box-shadow: inset 10px 10px 18px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 10px 10px 18px -16px rgba(0,0,0,0.75);
	box-shadow: inset 10px 10px 18px -16px rgba(0,0,0,0.75);
	float: left;
	color: #333;
} */
.note-self p.header,
.note-other p.header {
	margin: 0;
	text-align: right;
	font-size: 0.8em;
}
.note-self small,
.note-other small {
	text-align: right;
	font-style: italic;
	font-size: 0.7em;
}
.note-self p.libelle,
.note-other p.libelle {
	text-align: right;
	font-weight: bold;
	font-size: 1em;
}
.note-self p.content,
.note-other p.content {
	text-align: left;
	font-size: 1em;
}
/* Fin block Note */
input.input-active {
	display: inline-block;
	width: auto;
}

/* ******* GENERAL ******* */
.no-padding {
	padding: 0 !important;
}
.no-marging {
	margin: 0 !important;
}
.no-border {
	border: unset !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-r-10 {
	margin-right: 10px;
}
td.details-control {
	background: url("../img/details_open.png") no-repeat center center;
	cursor: pointer;
}
tr.details td.details-control {
	background: url("../img/details_close.png") no-repeat center center;
}
button.btn-circle i {
	margin: 0;
}
.mailbox-body form {
	padding: 15px;
}
.dd-item-cust {
	line-height: 40px;
}

.dd-handle-cust {
	height: 40px;
}

.dropdown-menu .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
ul[role="menu"] a {
	position: relative;
	padding-left: 30px;
}
ul[role="menu"] i.fa {
	margin-right: 7px;
	position: absolute;
	top: 10px;
	left: 5px;
}
#myModal li {
	word-break: break-all;
}
.mailbox {
	min-height: 450px;
}

/* ******* GENERAL ******* */
table#dataAdherent tr,
table#dataAdherentDetail_benef tr,
table#dataBenef tr {
	cursor: pointer;
}
/* A CLASSER */
table .tr-success {
	background-color: rgba(0, 255, 0, 0.2) !important;
	border: 2px solid rgba(0, 255, 0, 0.5) !important;
}
table .tr-warning {
	background-color: rgba(255, 155, 0, 0.2) !important;
	border: 2px solid rgba(255, 155, 0, 0.5) !important;
}
table .tr-danger {
	background-color: rgba(255, 0, 0, 0.2) !important;
	border: 2px solid rgba(255, 0, 0, 0.5) !important;
}
table.dataTable.table-striped tbody > tr.selected,
table.dataTable.table-striped tbody > tr > .selected,
table.dataTable.display tbody > tr.selected,
table.dataTable.display tbody > tr > .selected {
	background-color: #5fbd77;
}
#tree1 li.active a {
	color: blue;
}
ul.dropdown-menu li a.new-ticket {
	background-color: pink;
}
/* page campagne emailling */
.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
}
.select-campaign,
.stat-campaign {
	width: 100%;
}
/*DRAG AND DROP*/
.dnd_prop {
	background-color: darkcyan;
}
.dnd_prop:hover .dnd_cog {
	position: relative;
	display: block;
	z-index: 20000;
}
.dnd_prop .dnd_cog {
	position: relative;
	display: none;
	z-index: 20000;
}

.grid-stack-item[data-gs-width="4"] {
	width: 100%;
}
.grid-stack-item[data-gs-width="3"] {
	width: 75%;
}
.grid-stack-item[data-gs-width="2"] {
	width: 50%;
}
.grid-stack-item[data-gs-width="1"] {
	width: 25%;
}

.dropdown-menu {
	/* z-index: 4;  Mikka ancien =1  */
	z-index: 15; /* Adrien, il faut au minimum à 13 pour passer au dessus des cadres des Trumbowyg */
}

/* Bootstrap Selected */
.bootstrap-select button.btn {
	border-radius: 0;
}

/* Modal "Adresse" */
input.input-big {
	width: 30px;
	height: 20px;
}

/* Tooltip text */
.tooltipmc {
	position: relative;
	display: inline-block;
}
.tooltipmc .tooltiptextmc {
	visibility: hidden;
	width: 120px;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-radius: 6px;
	opacity: 0;
	transition: opacity 1s;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipmc:hover .tooltiptextmc {
	visibility: visible;
	opacity: 1;
}

.tooltipmc .tooltiptextmc::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 100%; /* To the left of the tooltip */
	margin-top: -10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #333 transparent transparent;
}

.side-shad {
	-moz-box-shadow: -4px 0px 5px -4px #656565;
	-webkit-box-shadow: -4px 0px 5px -4px #656565;
	-o-box-shadow: -4px 0px 5px -4px #656565;
	box-shadow: -4px 0px 5px -4px #656565;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}
.side-gray {
	background-color: #333;
}
.w-seven {
	width: 33.3%;
}
.undred_perc_top {
	height: 100%;
}

/*SMALCONTENT*/
.margin_zero {
	margin: 0 auto 0 auto;
}
.small_contnt {
	float: left;
}

/*OMBRE*/
.shad {
	text-shadow: 0.1em 0.1em 0.05em #333;
}

/*USERGEST*/
.ug_hidebox {
	display: none;
}

.ug_input_txtBox {
	width: 150px;
}

.ug_cancel_But {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.ug_vali_But {
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
.ug_h3_padd {
	padding: 10px 5px;
}
.ug_body_padd {
	padding: 10px;
}

/*STATUS*/
.st_width {
	width: 150px;
	line-height: 2;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
}

/*RECETTE*/
.rct_form_width {
	width: 400px;
}

/*TOOLTIPS WHITE*/
.tooltip_white {
	position: relative;
	display: inline-block;
}

.tooltip_white .tooltiptext_white {
	visibility: hidden;
	width: 120px;
	background-color: white;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 100%;
	margin-left: -60px;

	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 1s;
}

.tooltip_white:hover .tooltiptext_white {
	visibility: visible;
	opacity: 1;
}

/*TOOLTIPS BLACK*/
.tooltip_black {
	position: relative;
	display: inline-block;
}

.tooltip_black .tooltiptext_black {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 100%;
	margin-left: -60px;

	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 1s;
}

.tooltip_black:hover .tooltiptext_black {
	visibility: visible;
	opacity: 1;
}

/*TOOLTIPS BLUE*/
.tooltip_blue {
	position: relative;
	display: inline-block;
}

.tooltip_blue .tooltiptext_blue {
	visibility: hidden;
	width: 120px;
	background-color: #428bca;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 100%;
	margin-left: -60px;

	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 1s;
}

.tooltip_blue:hover .tooltiptext_blue {
	visibility: visible;
	opacity: 1;
}
.draggable {
	width: 90px;
	height: 80px;
	padding: 5px;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 0.9em;
}
.ui-widget-header p,
.ui-widget-content p {
	margin: 0;
}
#snaptarget {
	min-height: 600px;
}
#dragThis {
	width: 8em;
	height: 8em;
	padding: 0.5em;
	border: 3px solid #ccc;
	border-radius: 0 1em 1em 1em;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
}

/* Algolia block css */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
.aa-input-container {
	display: inline-block;
	width: 100%;
	position: relative;
}
.aa-input-search {
	width: 100%;
	padding: 12px 28px 12px 12px;
	border: 2px solid #ccc;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	font-family: "Montserrat", sans-serif;
	box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
	font-size: 11px;
	box-sizing: border-box;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.aa-input-search::-webkit-search-decoration,
.aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button,
.aa-input-search::-webkit-search-results-decoration {
	display: none;
}
.aa-input-search:focus {
	outline: 0;
	border-color: #3a96cf;
	box-shadow: 4px 4px 0 rgba(58, 150, 207, 0.1);
}
.aa-input-icon {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: #e4e4e4;
}
.aa-hint {
	color: #e4e4e4;
}
.aa-dropdown-menu {
	background-color: #fff;
	border: 2px solid rgba(228, 228, 228, 0.6);
	border-top-width: 1px;
	font-family: "Montserrat", sans-serif;
	width: 300px;
	margin-top: 10px;
	box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
	font-size: 11px;
	border-radius: 4px;
	box-sizing: border-box;
}
.aa-suggestion {
	padding: 12px;
	border-top: 1px solid rgba(228, 228, 228, 0.6);
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.aa-suggestion:hover,
.aa-suggestion.aa-cursor {
	background-color: rgba(241, 241, 241, 0.35);
}
.aa-suggestion > span:first-child {
	color: #333;
}
.aa-suggestion > span:last-child {
	text-transform: uppercase;
	color: #a9a9a9;
}
.aa-suggestion > span:first-child em,
.aa-suggestion > span:last-child em {
	font-weight: 700;
	font-style: normal;
	background-color: rgba(58, 150, 207, 0.1);
	padding: 2px 0 2px 2px;
}
#dragThis span {
	float: right;
}
#dragThis span:after {
	content: "px";
}
#tree1 ul ul li {
	margin-right: -50px;
}
a.check-it {
	background-color: yellow;
}

/*		HEADER
****************************/
label.ais-refinement-list--label {
	width: 100%;
	font-weight: inherit;
	font-size: 16px;
}
section aside ul.nav.nav-list li {
	text-align: left;
	margin-top: 20px;
}
div#fullscreen-search-wrapper section aside {
	color: #333;
}
.side-bar .right-bar {
	display: block;
	position: fixed;
	z-index: 11;
}

.side-bar .right-bar {
	right: -250px;
	/*top: 70px;*/
}
header {
	background: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
header .searchbox-container {
	margin-left: 240px;
	max-width: 400px;
}
header .searchbox-container .input-group {
	margin-top: 5px;
}
header .searchbox-container .input-group .form-control:focus {
	outline: none;
	box-shadow: none;
}
header .searchbox-container .input-group .input-group-btn button {
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
	border-radius: 0;
}
section {
	min-height: 100%;
	z-index: 1;
}
section aside {
	position: fixed;
	top: 54px;
	left: 0;
	bottom: 10px;
	width: 300px;
	background: #ffffff;
}
section aside .nav {
	margin: 0 20px;
}
section aside .nav li a {
	display: block;
	padding: 2px 10px;
	margin: 10px 0;
}
section aside .nav li a:hover {
	color: #ffffff;
	background: #333333;
}
section aside .nav li.separator {
	height: 1px;
	background: #333;
}
section aside h5 {
	color: #ce1312;
	margin-left: 30px;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 20px;
}
section aside .badge {
	font-size: 0.8em;
	background: #bbbbbb;
	position: relative;
	top: -1px;
}
section aside #genres label {
	display: block;
	cursor: pointer;
	padding: 4px 4px 4px 8px;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0 0 -1px;
}
section aside #genres3 label {
	display: block;
	cursor: pointer;
	padding: 4px 4px 4px 8px;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0 0 -1px;
}
section aside #genres label:hover {
	color: #ffffff;
	background: #333333;
}
section aside #genres label input {
	display: none;
}
section aside #genres .active label {
	border: 1px solid #ddd;
}
section aside #genres .active .badge {
	background: #333333;
}
section aside #ratings {
	margin-left: 10px;
}
section aside #ratings .ais-stars-list--link {
	font-size: 0.9em;
}
section aside #ratings .ais-stars-list--link:hover,
section aside #ratings .ais-stars-list--link:active,
section aside #ratings .ais-stars-list--link:focus {
	text-decoration: none;
}
section aside #ratings .ais-stars-list--count {
	font-size: 8px;
}
section aside #ratings .ais-star-rating--item {
	margin-bottom: 6px;
}
section aside #ratings .ais-star-rating--item__active a {
	color: #ce1312;
}
section aside #genres3 label:hover {
	color: #ffffff;
	background: #333333;
}
section aside #genres3 label input {
	display: none;
}
section aside #genres3 .active label {
	border: 1px solid #ddd;
}
section aside #genres3 .active .badge {
	background: #333333;
}
section aside #ratings3 {
	margin-left: 10px;
}
section aside #ratings3 .ais-stars-list--link {
	font-size: 0.9em;
}
section aside #ratings3 .ais-stars-list--link:hover,
section aside #ratings3 .ais-stars-list--link:active,
section aside #ratings3 .ais-stars-list--link:focus {
	text-decoration: none;
}
section aside #ratings3 .ais-stars-list--count {
	font-size: 8px;
}
section aside #ratings3 .ais-star-rating--item {
	margin-bottom: 6px;
}
section aside #ratings3 .ais-star-rating--item__active a {
	color: #ce1312;
}
section article {
	margin-bottom: 10px;
	margin-left: 300px;
	padding: 10px 0;
	max-width: 100%;
	background: #ffffff;
}
section article #stats {
	padding-right: 14px;
	font-size: 0.8em;
	line-height: 24px;
}
section article #hits {
	padding: 0 15px;
}
section article #pagination .pagination a {
	background: #f8f8f8;
	padding: 3px 8px;
	color: #333333;
	margin-right: 4px;
}
section article #pagination .pagination a.active {
	border-color: #b5b5b5;
	background: #e8e8e8;
}
section article #pagination .pagination a:hover {
	border-color: #cfcfcf;
	background: #ebebeb;
}
section article #stats3 {
	padding-right: 14px;
	font-size: 0.8em;
	line-height: 24px;
}
section article #hits3 {
	padding: 0 15px;
}
section article #pagination3 .pagination a {
	background: #f8f8f8;
	padding: 3px 8px;
	color: #333333;
	margin-right: 4px;
}
section article #pagination3 .pagination a.active {
	border-color: #b5b5b5;
	background: #e8e8e8;
}
section article #pagination3 .pagination a:hover {
	border-color: #cfcfcf;
	background: #ebebeb;
}
section article .hit {
	margin-bottom: 10px;
	height: 141px;
	border: 1px solid #f3f3f3;
}
section article .hit em {
	font-style: normal;
	background: #ffffd4;
	text-decoration: underline;
}
section article .hit .media-object {
	height: 130px;
	width: 130px;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
section article .hit .media-heading {
	color: #167ac6;
	font-weight: normal;
	font-size: 18px;
	margin-top: 10px;
}
section .thank-you {
	font-size: 0.8em;
	margin-top: 18px;
	margin-left: 30px;
}
section .thank-you a {
	color: #ce1312;
}
.ais-search-box--input {
	padding-left: 14px;
}
.genre,
.year {
	margin: 12px 0;
}
.year {
	font-weight: bold;
}
.genre .badge {
	background: #bbbbbb;
}

/*		PAGE ADHERENT
*************************** */
.contact-box {
	border-radius: 4px;
	padding: 10px;
	min-height: 143px;
	border: 1px solid rgb(221, 221, 221);
	margin-top: 10px;
	margin-bottom: 10px;
}

/*		PAGE FOURNISSEUR
*************************** */
.f1-step {
	text-align: center;
}
ul.legend {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.breadcrumb {
	font-weight: 600;
}
#cmd_encours ol {
	background-color: lightcyan;
	margin-top: -20px;
}
.lobipanel .panel-primary .panel-heading .dropdown .dropdown-menu > li > a {
	color: #fff;
}
/* TREE */
#tree #produit-input-container input {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
/* Dropzone pour logo fournisseur */
.panel-body .dropzone {
	height: 200px;
}

.panel-body .dropzone .dz-message {
	margin: 1em 0;
}

#dataListfournisseur_adresses tr > td:last-child {
	text-align: right;
}
#dataListfournisseur_adresses .btn {
	border-radius: 0;
}

/* Checkbox structure */
#structure-fournisseur .btn {
	background-color: #ccc;
	border-color: transparent;
	padding: 1px 4px;
}
#structure-fournisseur .btn-success.active {
	color: #333;
}
#structure-fournisseur .btn span.glyphicon {
	opacity: 0;
}
#structure-fournisseur .btn.active span.glyphicon {
	opacity: 1;
}

/* Stock */
#tab_product_3 span.badge {
	color: #000 !important;
}
/* form bootstrap general */
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}
.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}
.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}
.form-check-label {
	margin-bottom: 0;
}

/* Bootstrap Tagsinput */
.bootstrap-tagsinput {
	width: 100%;
}

/* Produits archivés */
.archive {
	color: #e5343d;
}
.tree li.archive {
	color: #e5343d;
}
.tree li.archive > a {
	color: #e5343d;
}

/*		ACHAT
****************************/
#zone_achat {
	overflow: unset;
}
#recap_achat tr td:nth-child(2),
#recap_achat tr th:nth-child(2) {
	text-align: center;
}
#recap_achat tr td:nth-child(3),
#recap_achat tr th:nth-child(3) {
	text-align: center;
}
#recap_achat tr td:nth-child(1n + 4),
#recap_achat tr th:nth-child(1n + 4) {
	text-align: right !important;
}
#recap_achat tfoot > tr th:last-child {
	text-align: right;
}

#recap_regl tr td:nth-child(1n + 2),
#recap_regl tr th:nth-child(1n + 2) {
	text-align: center;
}
#recap_regl tr td:nth-child(1n + 4),
#recap_regl tr th:nth-child(1n + 4) {
	text-align: right !important;
}
#recap_regl tfoot > tr th:last-child {
	text-align: right;
}
/* Selectpicker Catégories */
#tab-details-produit .label-success,
#tab-details-produit .label-danger {
	width: 60px;
	display: inline-block;
}
#tab-details-produit .label-success {
	border: 2px solid #55882f;
	background-color: #55882f !important;
}
.dropdown-menu ul.dropdown-menu li a {
	padding-right: 100px;
}

/* btns abs tap-panel */
button.fly-over {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 99;
}

/*	Mik search input product tree	*/
span.input-group-addon {
	border: 2px solid #ccc;
	background-color: #e4e4e4;
}
/* Florian */
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-10 {
	margin-top: 10px;
}

.margin-top-5 {
	margin-top: 5px;
}

.ns-box-inner,
.ns-box-inner > *,
.ns-growl p {
	color: inherit;
}

.nav-tag {
	margin-right: 8px;
	margin-top: 2px !important;
	float: right;
}

.nav-tag.justif {
	background-color: #428bca !important;
}

.sidebar .arrow {
	padding-top: 4px;
}

/*		Slider Loisirs
****************************/
#sortable {
	list-style: none;
	padding: 5px;
}
.ligne-slider {
	width: 100%;
	height: 2em;
	margin-top: 3px;
	padding: 0 15px;
}
.ligne-slider > span {
	display: inline-block;
	width: 20%;
}

.actions {
	padding: 0 5px;
	cursor: pointer;
}

.clear {
	clear: both !important;
}

input.modif-infos-image {
	border: none;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}

#remplaceImage {
	margin-bottom: 15px;
}

#img-modif {
	width: 100%;
	height: auto;
}

.popup,
.popup-image {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 60px;
}

.popup-content,
.popup-image-content {
	display: inherit;
	position: relative;
	z-index: 21;
	width: 100%;
	padding: 15px;
	background: white;
}

.popup-image-content {
	padding: 0px;
}

#closeBtn {
	position: absolute;
	z-index: 22;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
}

#closeBtn > .glyphicon-remove {
	font-size: 25px;
	color: red;
}

.dropdown-actions {
	margin-right: 25px;
}

.caret-action {
	margin-left: 10px !important;
}

#bgE-card {
	width: 100%;
}

/*		BENEF 
############################# */
#benef #tab1 .row .row {
	margin-bottom: 15px;
}
.actions i {
	margin-right: 7px;
}
#benef .panel-info > .panel-heading {
	color: #fff;
	background-color: #f16262;
	border-color: #ff7878;
}
.previsu-focus {
	max-width: 45%;
	max-height: 600px;
	float: left;
}
.lien {
	height: 34px;
}
.link-affiche {
	margin: 5px;
}
.btn.affiche {
	vertical-align: bottom;
}
.pdt-ligne {
	position: relative;
	border-bottom: 1px solid #efefef !important;
	width: 100%;
	height: 150px;
}
.pdt-img {
	margin: 5px;
	position: absolute;
	top: 0%;
	left: 0%;
	cursor: pointer !important;
	background-size: cover;
	background-position: center;
	width: 200px;
	height: 140px;
	border-radius: 10px;
}

.pdt-infos {
	position: absolute;
	top: 0%;
	left: 250px;
	width: 50%;
	height: 100%;
}

.pdt-infos-content {
	padding: 10px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pdt-libelle {
	cursor: pointer !important;
	width: 100%;
}

.pdt-libelle h3 {
	margin-bottom: 10px;
}

.pdt-fournisseur {
	cursor: pointer !important;
	font-size: 10px;
	margin-top: -5px;
}

.pdt-lieu {
	font-size: 14px;
	margin: 5px 0;
}

.pdt-lieu i,
.pdt-fournisseur i {
	padding-right: 5px;
}

.pdt-badges {
	position: absolute;
	top: 0%;
	right: 0%;
	width: 15%;
	height: 100%;
	text-align: center;
}

.pdt-statut {
	cursor: pointer;
}

.pdt-statut,
.pdt-tdv {
	padding: 10px !important;
	margin: 5px 0;
	width: 100%;
}

.pdt-tdv span,
.pdt-statut span {
	background-color: #007bff;
	color: #ffffff;
	border-radius: 0.25em;
	padding: 7.5px;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
}

.pdt-badges-content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.container-ecard {
	max-width: none;
	margin: 5% 15%;
}

.header-elu {
	position: absolute;
	right: 0px;
	top: 50%;
	width: 40%;
	transform: translateY(-50%);
	padding: 0 25px;
}
/*#################################################################*/
/*                     PANIER ET ALGOLIA                           */
/*#################################################################*/
.aa-dropdown-menu {
	position: relative !important;
	width: 100% !important;
}
.algolia-autocomplete {
	display: inherit !important;
	width: 100%;
}
.aa-suggestion {
	width: 50% !important;
	float: left !important;
}
div#minialgopdt.input-group .aa-suggestion {
	float: left !important;
	width: 100% !important;
}
div#minialgopdt.input-group .aa-suggestion > span:last-child {
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	font-weight: 700;
}
div#minialgopdt.input-group .aa-suggestion > span:last-child p {
	margin: 0 !important;
}
.hit_img {
	float: left;
}
.hit_img img {
	border-radius: 5px;
	width: 100px !important;
	-webkit-box-shadow: 15px -1px 25px -14px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 15px -1px 25px -14px rgba(0, 0, 0, 0.37);
	box-shadow: 15px -1px 25px -14px rgba(0, 0, 0, 0.37);
}
.hit_block_zl {
	padding-left: 10px;
	padding-right: 10px;
	display: table;
	min-height: 136px;
	margin-top: 10px;
}
.hit_block {
	padding-left: 10px;
	padding-right: 10px;
	display: table;
	min-height: 136px;
	width: 100%;
}
.hit_title {
	font-size: 18px;
	font-weight: 700;
}
.hit_salle {
	font-size: 16px;
	font-weight: 500;
}
.hit_date {
	font-size: 16px;
	font-weight: 500;
}
.hit_tnoupas {
	font-size: 16px;
	font-weight: 500;
}
.hit_placement {
	text-align: right;
}
.hit_natcli {
	text-align: right;
}
.hit_tarif {
	text-align: right;
}
.hit_tarif {
	font-size: 30px;
	font-weight: 500;
	text-align: right;
}
h4.media-heading p strong span {
	font-style: italic;
}
.dea {
	line-height: 35px;
	margin-top: 10px;
}
.block_center {
	text-align: center;
}

.date_datatable {
	display: none;
}

.new-cgu-label,
.new-cgu-text {
	width: 100%;
}

.new-cgu-text {
	padding: 5px 10px;
}

.new-cgu-text::placeholder {
	font-weight: bold;
	text-transform: uppercase;
}

.ebillet-statut {
	display: block;
	text-align: center;
	width: 100%;
	border-radius: 25px;
	color: #ffffff;
	text-transform: capitalize;
	background-color: #4fbcea;
	font-weight: bold;
	padding: 0 10px;
	font-size: 12px;
}

.ebillet-disponible,
.ebillet-panel-dispo {
	background-color: #007bff;
	border: 1px solid #007bff;
}

.ebillet-vendu,
.ebillet-panel-vendu {
	background-color: #28a745;
	border: 1px solid #28a745;
}

.ebillet-utilise,
.ebillet-panel-utilise {
	background-color: #ffc107;
	border: 1px solid #ffc107;
}

.ebillet-annule,
.ebillet-panel-annule {
	background-color: #dc3545;
	border: 1px solid #dc3545;
}

.statictic-box .fa {
	color: #ffffff !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.fa.statistic_icon {
	color: #ffffff !important;
}

.generation-ebillets input[type="number"],
.generation-ebillets input[type="text"],
.generation-ebillets select {
	width: 100%;
	padding: 5px;
	margin: 5px 0;
}

.generation-ebillets input[type="number"]::placeholder,
.generation-ebillets input[type="text"]::placeholder {
	text-transform: uppercase;
	font-weight: bold;
}

#template-1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	padding: 10px;
}

#template-2 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	padding: 10px;
}

.generation-ebillets .separateur {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	height: 100%;
	border-left: 1px #333333 dashed;
	z-index: 50;
}

.generation-ebillets .separateur:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "ou";
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	border-radius: 25px;
	border: 1px #333333 solid;
	padding: 5px;
	background-color: #ffffff;
}

.template-gestion {
	text-align: center;
	position: relative;
}

.template-content-gestion {
	position: relative;
	width: 730px;
	height: 1056px;
	max-height: 1056px;
	background: rgba(50, 50, 50, 0.5);
	border: 1px black solid;
	background-position: top left !important;
	background-repeat: no-repeat !important;
}

.grid-stack {
	height: 100%;
}

.grid-stack-item {
	background-color: rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

.ui-resizable-handle {
	background-color: rgba(255, 0, 0, 0.25);
}

.grid-stack-item-content {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
}

.grid-stack-item-content i {
	padding: 0 15px;
	color: #ffffff !important;
}

.grid-stack-item-content i:hover {
	color: #3b85ce !important;
}

.grid-stack > .grid-stack-item[data-gs-width="1"] {
	width: 2.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="1"] {
	height: 2.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="1"] {
	left: 2.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="2"] {
	width: 4.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="2"] {
	height: 4.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="2"] {
	left: 4.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="3"] {
	width: 6.25%;
}
.grid-stack > .grid-stack-item[data-gs-height="3"] {
	height: 6.25%;
}
.grid-stack > .grid-stack-item[data-gs-x="3"] {
	left: 6.25%;
}
.grid-stack > .grid-stack-item[data-gs-width="4"] {
	width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="4"] {
	height: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="4"] {
	left: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="5"] {
	width: 10.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="5"] {
	height: 10.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="5"] {
	left: 10.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="6"] {
	width: 12.5%;
}
.grid-stack > .grid-stack-item[data-gs-height="6"] {
	height: 12.5%;
}
.grid-stack > .grid-stack-item[data-gs-x="6"] {
	left: 12.5%;
}
.grid-stack > .grid-stack-item[data-gs-width="7"] {
	width: 14.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="7"] {
	height: 14.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="7"] {
	left: 14.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="8"] {
	width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="8"] {
	height: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="8"] {
	left: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="9"] {
	width: 18.75%;
}
.grid-stack > .grid-stack-item[data-gs-height="9"] {
	height: 18.75%;
}
.grid-stack > .grid-stack-item[data-gs-x="9"] {
	left: 18.75%;
}
.grid-stack > .grid-stack-item[data-gs-width="10"] {
	width: 20.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="10"] {
	height: 20.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="10"] {
	left: 20.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="11"] {
	width: 22.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="11"] {
	height: 22.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="11"] {
	left: 22.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="12"] {
	width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-height="12"] {
	height: 25%;
}
.grid-stack > .grid-stack-item[data-gs-x="12"] {
	left: 25%;
}
.grid-stack > .grid-stack-item[data-gs-width="13"] {
	width: 27.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="13"] {
	height: 27.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="13"] {
	left: 27.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="14"] {
	width: 29.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="14"] {
	height: 29.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="14"] {
	left: 29.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="15"] {
	width: 31.25%;
}
.grid-stack > .grid-stack-item[data-gs-height="15"] {
	height: 31.25%;
}
.grid-stack > .grid-stack-item[data-gs-x="15"] {
	left: 31.25%;
}
.grid-stack > .grid-stack-item[data-gs-width="16"] {
	width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="16"] {
	height: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="16"] {
	left: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="17"] {
	width: 35.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="17"] {
	height: 35.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="17"] {
	left: 35.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="18"] {
	width: 37.5%;
}
.grid-stack > .grid-stack-item[data-gs-height="18"] {
	height: 37.5%;
}
.grid-stack > .grid-stack-item[data-gs-x="18"] {
	left: 37.5%;
}
.grid-stack > .grid-stack-item[data-gs-width="19"] {
	width: 39.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="19"] {
	height: 39.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="19"] {
	left: 39.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="20"] {
	width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="20"] {
	height: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="20"] {
	left: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="21"] {
	width: 43.75%;
}
.grid-stack > .grid-stack-item[data-gs-height="21"] {
	height: 43.75%;
}
.grid-stack > .grid-stack-item[data-gs-x="21"] {
	left: 43.75%;
}
.grid-stack > .grid-stack-item[data-gs-width="22"] {
	width: 45.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="22"] {
	height: 45.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="22"] {
	left: 45.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="23"] {
	width: 47.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="23"] {
	height: 47.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="23"] {
	left: 47.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="24"] {
	width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-height="24"] {
	height: 50%;
}
.grid-stack > .grid-stack-item[data-gs-x="24"] {
	left: 50%;
}
.grid-stack > .grid-stack-item[data-gs-width="25"] {
	width: 52.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="25"] {
	height: 52.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="25"] {
	left: 52.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="26"] {
	width: 54.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="26"] {
	height: 54.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="26"] {
	left: 54.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="27"] {
	width: 56.25%;
}
.grid-stack > .grid-stack-item[data-gs-height="27"] {
	height: 56.25%;
}
.grid-stack > .grid-stack-item[data-gs-x="27"] {
	left: 56.25%;
}
.grid-stack > .grid-stack-item[data-gs-width="28"] {
	width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="28"] {
	height: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="28"] {
	left: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="29"] {
	width: 60.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="29"] {
	height: 60.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="29"] {
	left: 60.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="30"] {
	width: 62.5%;
}
.grid-stack > .grid-stack-item[data-gs-height="30"] {
	height: 62.5%;
}
.grid-stack > .grid-stack-item[data-gs-x="30"] {
	left: 62.5%;
}
.grid-stack > .grid-stack-item[data-gs-width="31"] {
	width: 64.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="31"] {
	height: 64.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="31"] {
	left: 64.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="32"] {
	width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="32"] {
	height: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="32"] {
	left: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="33"] {
	width: 68.75%;
}
.grid-stack > .grid-stack-item[data-gs-height="33"] {
	height: 68.75%;
}
.grid-stack > .grid-stack-item[data-gs-x="33"] {
	left: 68.75%;
}
.grid-stack > .grid-stack-item[data-gs-width="34"] {
	width: 70.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="34"] {
	height: 70.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="34"] {
	left: 70.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="35"] {
	width: 72.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="35"] {
	height: 72.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="35"] {
	left: 72.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="36"] {
	width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-height="36"] {
	height: 75%;
}
.grid-stack > .grid-stack-item[data-gs-x="36"] {
	left: 75%;
}
.grid-stack > .grid-stack-item[data-gs-width="37"] {
	width: 77.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="37"] {
	height: 77.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="37"] {
	left: 77.0833333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="38"] {
	width: 79.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="38"] {
	height: 79.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="38"] {
	left: 79.1666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="39"] {
	width: 81.25%;
}
.grid-stack > .grid-stack-item[data-gs-height="39"] {
	height: 81.25%;
}
.grid-stack > .grid-stack-item[data-gs-x="39"] {
	left: 81.25%;
}
.grid-stack > .grid-stack-item[data-gs-width="40"] {
	width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="40"] {
	height: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="40"] {
	left: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="41"] {
	width: 85.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="41"] {
	height: 85.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="41"] {
	left: 85.4166666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="42"] {
	width: 87.5%;
}
.grid-stack > .grid-stack-item[data-gs-height="42"] {
	height: 87.5%;
}
.grid-stack > .grid-stack-item[data-gs-x="42"] {
	left: 87.5%;
}
.grid-stack > .grid-stack-item[data-gs-width="43"] {
	width: 89.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="43"] {
	height: 89.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="43"] {
	left: 89.5833333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="44"] {
	width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="44"] {
	height: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="44"] {
	left: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="45"] {
	width: 93.75%;
}
.grid-stack > .grid-stack-item[data-gs-height="45"] {
	height: 93.75%;
}
.grid-stack > .grid-stack-item[data-gs-x="45"] {
	left: 93.75%;
}
.grid-stack > .grid-stack-item[data-gs-width="46"] {
	width: 95.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-height="46"] {
	height: 95.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="46"] {
	left: 95.8333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="47"] {
	width: 97.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-height="47"] {
	height: 97.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="47"] {
	left: 97.9166666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="48"] {
	width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-height="48"] {
	height: 100%;
}
.grid-stack > .grid-stack-item[data-gs-x="48"] {
	left: 100%;
}

.grid-stack > .grid-stack-item > .ui-resizable-e {
	right: 0;
	top: 0;
	bottom: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-s {
	left: 0;
	bottom: 0;
	right: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-w {
	left: 0;
	top: 0;
	bottom: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-n {
	top: 0;
	left: 0;
	right: 0;
}

.ui-draggable.ui-resizable::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	color: white;
	font-size: 70px !important;
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

.activity-views::after,
.activity-label-opened {
	border-color: #66d2dc !important;
	background-color: #66d2dc !important;
}

.activity-requests::after,
.activity-label-requests {
	border-color: #333333 !important;
	background-color: #333333 !important;
}

.activity-delivery::after,
.activity-label-delivered {
	border-color: #4388ae !important;
	background-color: #4388ae !important;
}

.activity-clicks::after,
.activity-label-clicks {
	border-color: #9cc980 !important;
	background-color: #9cc980 !important;
}

.activity-deferred::after,
.activity-label-deferred {
	border-color: #efa381 !important;
	background-color: #efa381 !important;
}

.activity-invalid::after,
.activity-label-invalid {
	border-color: #cd7867 !important;
	background-color: #cd7867 !important;
}

.activity-blocks::after,
.activity-label-blocks {
	border-color: #f7d3a6 !important;
	background-color: #f7d3a6 !important;
}

.activity-blocked::after,
.activity-label-blocked {
	border-color: #f7d3a6 !important;
	background-color: #f7d3a6 !important;
}

.activity-soft_bounce::after,
.activity-label-soft_bounce {
	border-color: #ea8b6f !important;
	background-color: #ea8b6f !important;
}

.activity-hard_bounce::after,
.activity-label-hard_bounce {
	border-color: #e6735c !important;
	background-color: #e6735c !important;
}

table li.activity-clicks {
	list-style: none;
}

.activity-label,
.activity-tag {
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	color: #ffffff;
	border-radius: 25px;
	display: inline-block;
	width: 125px;
	text-align: center;
	margin-right: 5px;
}

.activity-tag {
	background-color: #4a69bd;
	width: 100px;
}

.activity-list > li::after,
.activity-list-large > li::after {
	border-width: 3px !important;
}

.activity-list small,
.activity-list-large small {
	display: block;
}

.activity-label-adhesion,
.activity-adhesion::after {
	border-color: #78f463 !important;
	background-color: #78f463 !important;
}

.activity-label-suspension,
.activity-suspension::after {
	border-color: #c63290 !important;
	background-color: #c63290 !important;
}

.activity-label-radiation,
.activity-radiation::after {
	border-color: #e42835 !important;
	background-color: #e42835 !important;
}

.activity-label-creation,
.activity-creation::after {
	border-color: #43c309 !important;
	background-color: #43c309 !important;
}

.activity-label-modification,
.activity-modification::after {
	border-color: #77cfd0 !important;
	background-color: #77cfd0 !important;
}

.activity-label-inactif,
.activity-inactif::after {
	border-color: #700917 !important;
	background-color: #700917 !important;
}

.activity-label-entree,
.activity-entree::after {
	border-color: #dabe7d !important;
	background-color: #dabe7d !important;
}

.activity-label-sortie,
.activity-sortie::after {
	border-color: #bb84a9 !important;
	background-color: #bb84a9 !important;
}

.activity-label-defaut,
.activity-defaut::after {
	border-color: grey !important;
	background-color: grey !important;
}

.activity-form option {
	text-transform: uppercase;
}

#activity-date {
	line-height: 1em;
}

.activity-list {
	margin: 15px;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.activity-list-large {
	margin: 0;
	min-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.activity-list-large li:hover {
	background: rgba(228, 228, 228, 0.6);
	cursor: pointer;
}
/* Blog voyage
**********************/

.espacementTitle {
	margin-top: 50px;
}
.modalContentBlog {
	margin-bottom: 35px;
	padding: 20px;
}
.blogTable i {
	font-size: 20px;
	padding-left: 8px;
}
.GallerieBlog img {
	height: 150px;
	padding-top: 10px;
}
.AvisPoint,
#listsAstuces {
	margin-top: 50px;
	min-height: 50px;
	border: solid 1px lightgray;
}
.AvisPoint li,
#listsAstuces li {
	list-style: none;
	padding-top: 10px;
	color: black;
	min-height: 45px;
	display: inline-block;
	width: 100%;
}
.AvisPoint li i,
#listsAstuces li i {
	color: gray;
	transition: all 0.5s;
}
.PointsPositifs input[type="text"],
.PointsNegatifs input[type="text"] {
	width: 83.33333333%;
	float: left;
}
.AvisPoint li .fa-pencil,
#listsAstuces li .fa-pencil {
	padding-right: 15px;
}
.AvisPoint li .fa-pencil:hover,
#listsAstuces li .fa-pencil:hover {
	color: #3e5ac3;
}
.AvisPoint li .fa-trash:hover,
#listsAstuces li .fa-trash:hover {
	color: red;
}
.AvisPoint li div,
#listsAstuces li div {
	font-size: 20px;
	text-align: center;
}
.AvisPoint li:hover,
#listsAstuces li:hover {
	background: lightgray;
}
.AvisPoint ul,
#listsAstuces {
	padding-inline-start: 0px;
}
#btnAstuces {
	margin-left: 45%;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}
#FichierGallerie {
	margin-left: 40%;
	margin-top: 50px;
}
#FichierGallerie i {
	margin-right: 15px;
}
#blockPreview {
	background: lightgray;
	min-height: 300px;
	padding-top: 30px;
	padding-left: 30px;
	margin-top: 50px;
}
#blockPreview img {
	max-width: 250px;
	max-height: 250px;
	padding-left: 50px;
	float: left;
}
.inputfile + label {
	font-size: 1.25em;
	font-weight: 700;
	color: white;
	padding: 15px;
	background-color: grey;
	display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
	background-color: #428bca;
}
.submitBtnBlog {
	margin-left: 40%;
	width: 250px;
	height: 100px;
	font-size: 25px;
	margin-top: 100px;
}

.btn-success {
	background-color: #3c6f18 !important;
}

.dropdown-menu a {
	cursor: pointer;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

#accessPDA {
	color: #333;
	font-weight: 700;
	margin-top: 30px;
}

.bg-green {
	background: #558b2f !important;
}

.bg-black {
	background: #000000 !important;
	color: #fff !important;
}

.bg-blue {
	background: #3b85ce !important;
}

.my-color-green {
	color: #558b2f !important;
}

.color-orange {
	color: var(--orange-base-color) !important;
}

.color-blue {
	color: var(--blue-base-color) !important;
}
.color-purple {
	color: var(--purple-base-color) !important;
}
.color-grey {
	color: var(--grey-dark-color) !important;
}

/*#################################################################*/
/*				           			PROSPECTS                           	   */
/*#################################################################*/
.adresse-block,
.contact-block,
.event-block {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #333;
}
#myModal .adresse-block,
#myModal .contact-block,
#myModal .event-block {
	border: none;
}

.statut .profile-status {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.profile-status.away {
	background-color: #ffb61e;
}

.profile-status.offline {
	background-color: #9a9a9a;
}

.profile-status.available {
	background-color: #558b2f !important;
}

.profile-status.busy {
	background-color: #e5343d;
}
/*#################################################################*/
/*				           		DRH								   */
/*#################################################################*/

a.fc-event.active {
	border-color: red !important;
}

.activity-conges.active {
	background-color: lightblue;
}

/*#################################################################*/
/*				           sticky menu							   */
/*#################################################################*/

.bgmenuaction {
	background-color: #c3c3c3;
	padding: 20px 10px 10px 10px;
	border-radius: 5px;
	border: 1px solid #a2a2a2;
}

/*#################################################################*/
/*				           Editeur   							   */
/*#################################################################*/
#product-form div.trumbowyg-editor {
	box-sizing: border-box;
	color: rgb(102, 102, 102);
	font-family: "Lato", sans-serif;
	font-size: 13px;
	line-height: 18px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;

	/* Remove the background color to make it transparent */
	background-color: #fff;

	margin: 20px;
}
#product-form div.trumbowyg-editor h1 {
	box-sizing: border-box;
	color: rgb(204, 0, 51);
	font-family: "Lato", sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 35.2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#product-form button.trumbowyg-h1-dropdown-button {
	box-sizing: border-box !important;
	color: rgb(204, 0, 51) !important;
	font-family: "Lato", sans-serif !important;
	font-size: 32px !important;
	font-weight: 800 !important;
	line-height: 35.2px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
}
#product-form div.trumbowyg-editor h2 {
	box-sizing: border-box;
	color: rgb(102, 102, 102);
	font-family: "Lato", sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 33px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#product-form button.trumbowyg-h2-dropdown-button {
	box-sizing: border-box !important;
	color: rgb(102, 102, 102) !important;
	font-family: "Lato", sans-serif !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 33px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
}
#product-form div.trumbowyg-editor h2 a {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	color: rgb(204, 0, 51);
	font-family: "Lato", sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 33px;
	text-decoration: none;
	text-decoration-color: rgb(204, 0, 51);
	text-decoration-line: none;
	text-decoration-style: solid;
}
#product-form div.trumbowyg-editor h3 {
	box-sizing: border-box;
	color: rgb(102, 102, 102);
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 26.4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: justify;
}
#product-form button.trumbowyg-h3-dropdown-button {
	box-sizing: border-box !important;
	color: rgb(102, 102, 102) !important;
	font-family: "Lato", sans-serif !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	line-height: 26.4px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	text-align: justify !important;
}
#product-form div.trumbowyg-editor h4 {
	box-sizing: border-box;
	color: rgb(102, 102, 102);
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 19.8px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#product-form button.trumbowyg-h4-dropdown-button {
	box-sizing: border-box !important;
	color: rgb(102, 102, 102) !important;
	font-family: "Lato", sans-serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 19.8px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
}
#product-form div.trumbowyg-editor h5 {
	box-sizing: border-box;
	color: rgb(102, 102, 102);
	font-family: "Lato", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 14.3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#product-form button.trumbowyg-fontsize_x-small-dropdown-button span {
	box-sizing: border-box !important;
	color: rgb(102, 102, 102) !important;
	font-family: "Lato", sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 14.3px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
}

/*#################################################################*/
/*				           My-search   							   */
/*#################################################################*/
.mb-2 {
	margin-bottom: 1em;
}

.aa-dropdown-menu {
	position: relative;
	top: -6px;
	border-radius: 3px;
	margin: 6px 0 0;
	padding: 0;
	text-align: left;
	height: auto;
	position: relative;
	background: transparent;
	border: none;
	width: 100%;
	left: 0 !important;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.aa-dropdown-menu:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: #fff;
	z-index: 0;
	top: -7px;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	transform: rotate(-45deg) translate(-50%, -50%);
	border-radius: 2px;
	z-index: 999;
	display: block;
	left: 50%;
}

.aa-dropdown-menu .aa-suggestions {
	position: relative;
	z-index: 1000;
}

.aa-dropdown-menu [class^="aa-dataset-"] {
	position: relative;
	border: solid 1px #d9d9d9;
	border-radius: 3px;
	overflow: auto;
	padding: 8px 8px 8px;
}

.aa-dropdown-menu * {
	box-sizing: border-box;
}

.aa-suggestion {
	font-size: 1.5em;
	padding: 4px 4px 0;
	display: block;
	width: 100% !important;
	height: 50px;
	clear: both;
}

.aa-suggestion span {
	white-space: nowrap !important;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	float: left;
	line-height: 2em;
	width: calc(100% - 30px);
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

.aa-suggestion.aa-cursor {
	background: #eee;
}

.aa-suggestion em {
	color: #4098ce;
}

.aa-suggestion img,
.aa-suggestion i.fa {
	position: relative;
	float: left;
	vertical-align: middle;
	height: 100%;
	width: 20px;
	margin-right: 6px;
}

.aa-suggestion i.fa::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

/* Firefox */
input[type="number"].no-arrow-number {
	-moz-appearance: textfield;
}

/* Chrome */
input.no-arrow-number::-webkit-inner-spin-button,
input.no-arrow-number::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Opéra*/
input.no-arrow-number::-o-inner-spin-button,
input.no-arrow-number::-o-outer-spin-button {
	-o-appearance: none;
	margin: 0;
}

.role-list {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
}

.role-list ul {
	list-style: none;
	width: 100%;
}

.role-list ul li p {
	padding: 10px 0;
	padding-left: 15px;
	font-weight: bold;
	width: 100%;
	margin: 0;
	border-bottom: 2px dashed #333333;
}

.role-list .panel-body {
	padding-left: 0;
}

/* .role-list select {
	position: absolute;
	width: 7.5vw;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	margin: 0 10px;
} */

.role-list .toggle {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(0, -50%);
}

.role-li-50 {
	height: 50px;
}

.role-list .role-action-label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.role-list li {
	position: relative;
}

input.search-trigger {
	height: 50px;
	margin: 0 15px;
	padding: 15px;
	border: 1px #333333 solid;
	border-bottom: none;
	border-top: none;
	background: none;
	margin: 10px 0;
	cursor: pointer;
}

.progressbarZoho {
	width: 50%;
	float: left;
	clear: both;
	margin-bottom: 0;
	margin-left: 15px;
}
.progressbarZohoTask {
	margin-top: 17px;
	margin-bottom: 0;
}
.progressbarZohoTask .tooltip {
	top: -28.5px !important;
}
.progressbarZoho .active {
	color: #333;
}

.alert-list {
	height: auto !important;
	overflow-x: initial !important;
	overflow-y: initial !important;
}

.trumbowyg-editor,
.trumbowyg-textarea,
.trumbowyg-button-pane {
	text-align: left;
}

.radie {
	color: red;
}

.selectpick-high .dropdown-menu {
	z-index: 12;
}

.bootstrap-datetimepicker-widget {
	z-index: 12;
}

.maintenance .middle-box2 {
	position: absolute;
	max-width: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.maintenance .error-text2 h1 {
	font-size: 150px;
}

.p-l-10 {
	padding-left: 10px;
}
.hidediv {
	display: none;
}
.ais-search-box {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
div#pagination.text-center
	div
	ul.ais-pagination.pagination
	li.ais-pagination--item.ais-pagination--item__previous.ais-pagination--item__disabled
	span.ais-pagination--link {
	padding: 3px 8px;
	color: #333;
	margin-right: 4px;
	margin-left: 4px;
}
div#pagination.text-center
	div
	ul.ais-pagination.pagination
	li.ais-pagination--item.ais-pagination--item__first.ais-pagination--item__disabled
	span.ais-pagination--link {
	padding: 3px 8px;
	color: #333;
	margin-left: 4px;
}

div#pagination.text-center
	div
	ul.ais-pagination.pagination
	li.ais-pagination--item.ais-pagination--item__next.ais-pagination--item__disabled
	span.ais-pagination--link {
	padding: 3px 8px;
	color: #333;
	margin-right: 4px;
}
div#pagination.text-center
	div
	ul.ais-pagination.pagination
	li.ais-pagination--item.ais-pagination--item__last.ais-pagination--item__disabled
	span.ais-pagination--link {
	padding: 3px 8px;
	color: #333;
	margin-right: 4px;
}

.modal-algolia-autocomplete .aa-dropdown-menu {
	position: absolute !important;
	background: #fff !important;
}
.chorus-alert {
	border-left: 1px solid #bd000a;
	border-right: 1px solid #bd000a;
	border-bottom: 1px solid #bd000a;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.chorus-success {
	border-left: 1px solid #349800;
	border-right: 1px solid #349800;
	border-bottom: 1px solid #349800;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
div#select_activite.col-sm-12.col-lg-6
	div.form-group
	div.btn-group.bootstrap-select.form-control.dropup.open
	div.dropdown-menu.open {
	max-height: 500px !important;
}
div#select_profession.col-sm-12.col-lg-6
	div.form-group
	div.btn-group.bootstrap-select.form-control.dropup.open
	div.dropdown-menu.open {
	max-height: 300px !important;
}

.fa-margin-right {
	margin-right: 5px;
}
.fa-margin-left {
	margin-left: 5px;
}

.my__gantt-schedule-timeline-calendar__chart-timeline-grid-row-block--weekend {
	background: #eeeeee;
}

/* Carte des commerçants partenaire */
.gm-style .gm-style-iw-c {
	padding: 20px !important;
}
.gm-ui-hover-effect {
	top: 0 !important;
	right: 0 !important;
}

/* Algolia responsive */
.fullscreen-search-overlay.fullscreen-search-overlay-show
	#fullscreen-search-wrapper {
	margin-top: 1vh;
}

.fullscreen-search-overlay section {
	min-height: 100%;
	max-height: 100vh;
	z-index: 1;
	overflow-y: scroll;
}

.fullscreen-search-overlay aside {
	overflow-y: scroll;
}

/* bons COS */
#clickSaisie {
	cursor: pointer;
}

.textClick {
	text-transform: uppercase;
	font-size: 3rem;
	text-align: center;
	font-weight: 700;
	opacity: 0.2;
	padding-top: 70px;
	padding-bottom: 70px;
}

.textClick i {
	font-size: 10rem;
}
.sidebar ul li span.nav-tag.blue {
	background-color: #669ef0;
}

.pos-center-right {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
}

.modal-embed {
	width: 100%;
	height: 70vh;
}
.modal-justif {
	margin: auto;
}
.m-5 {
	margin: 5px;
}

.background_task_icon {
	width: 70px;
	padding: 10px;
	border-left: 1px grey solid;
}
.background_task_icon_content {
	margin: auto 10px;
	position: relative;
}
.badge-top-right {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
}
.background_task_icon_content .badge-top-right {
	font-style: 14px !important;
	color: #fff;
	background-color: var(--warning-color);
	border: 2px solid var(--warning-color);
}
#menu-toggle {
	padding: 0 !important;
}

/* BARRE TACHE DE FOND */
.right-bar {
	color: white;
}
.blague_content {
	text-align: center;
}
.blague_joke {
	font-size: 1.75em;
	font-weight: bold;
}
.blague_answer {
	font-size: 1.5em;
	font-style: italic;
}
.blague_type {
	font-style: italic;
}
.progress-bar-radius {
	border-radius: 4px;
}
.right-bar .card-content-member,
.right-bar .card-content-languages,
.right-bar .card-content-summary {
	background-color: #2c3136;
}

.weather-widget-dark {
	background-color: #2c3136;
	border-color: #2c3136;
}

.right-sidebar-tabs.nav-tabs > li {
	width: unset !important;
}
.right-bar .active .badge {
	color: unset !important;
}
.right-bar-close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5000;
}
.right-bar-close-content {
	padding: 5px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.right-bar-close-content a {
	font-size: 25px;
}
.right_sidebar_generate_presta_globale_legende {
	font-size: 12px;
}

.background-color-primary,
.background-color-success,
.background-color-danger,
.background-color-warning {
	color: #ffffff !important;
	font-weight: bold;
}

.background-color-primary {
	background-color: var(--primary-color);
}
.background-color-success {
	background-color: var(--success-color);
}
.background-color-danger {
	background-color: var(--danger-color);
}
.background-color-warning {
	background-color: var(--warning-color);
}

.badge-block {
	display: block;
	text-transform: uppercase;
	padding: 5px;
	font-weight: bold;
}

.bg-white {
	background: #fff !important;
	border: 1px solid #fff !important;
}
.bg-dark-grey {
	background: #333 !important;
	border: 1px solid #333 !important;
	color: #fff !important;
}
.bg-green {
	background: #1abb9c !important;
	border: 1px solid #1abb9c !important;
	color: #fff !important;
}
.bg-red {
	background: #e74c3c !important;
	border: 1px solid #e74c3c !important;
	color: #fff !important;
}
.bg-blue {
	background: #3498db !important;
	border: 1px solid #3498db !important;
	color: #fff !important;
}
.bg-orange {
	background: #f39c12 !important;
	border: 1px solid #f39c12 !important;
	color: #fff !important;
}
.bg-purple {
	background: #9b59b6 !important;
	border: 1px solid #9b59b6 !important;
	color: #fff !important;
}

.d-block {
	display: block;
}

.side-bar {
	z-index: 9000;
}

.pulse-danger {
	border-radius: 50%;

	color: rgba(238, 82, 83, 1);
	box-shadow: 0 0 0 0 rgba(238, 82, 83, 1);
	transform: scale(1);
	animation: pulse-danger 2s infinite;
}
@keyframes pulse-danger {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(238, 82, 83, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(238, 82, 83, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(238, 82, 83, 0);
	}
}

.ColVis_collection {
	width: unset !important;
}

.rotatecf {
	transform: rotate(90deg);
	padding: 0px 10px 0px 10px;
}

.margin-custom {
	margin-right: 7px;
}

.listCompta {
	height: 24px;
}

/* ========== vacances ========== */
.dz-titre {
	font-size: 1.5rem;
}

.sidebar .nav-fourth-level li {
    border-bottom: none!important;
}

.sidebar .nav-fourth-level li a {
    padding-left: 58px;
}

/* == vacances_categorie == */
#vacances_categorie #vacances_categorie .center-item {
	display: flex;
	justify-content: center;
}

#vacances_categorie #vacances_categorie .padding-top-0 {
	padding-top: 0 !important;
}

#vacances_categorie .panel-body .dropzone {
	height: 38.3rem !important;
	align-items: center;
}

#vacances_categorie a.glyphicon span.font {
	margin-inline-start: 1rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#vacances_categorie .btn .caret {
	margin-left: unset;
	margin-inline-start: 1rem;
}

#vacances_categorie #new_accueil {
	display: flex;
	justify-content: center;
}

#vacances_categorie .mb-6 {
	margin-block-end: 2rem;
}

#vacances_categorie .mb--1 {
	margin-block-end: -0.5rem;
}

#vacances_categorie textarea {
	resize: none;
}

#vacances_categorie #label_etat_module {
	padding: 0 !important;
}

/* == vacances footer == */
#vacances_footer .logo {
	background-color: #0f2454;
	padding-block: 1rem;
	margin-bottom: 1rem;
	height: 18rem;
	align-items: center;
	align-content: center;
	justify-content: center;
	display: flex;
}

#vacances_footer .dz-logo {
	height: 18rem;
}

#vacances_footer .logo img {
	max-width: 100%;
}

#vacances_footer .label-form h4 {
	background-color: #2c3136;
	color: white;
	padding: 0.5rem;
	text-align: center;
}

#vacances_footer .label-form {
	margin-right: 1rem;
}

#vacances_footer .texte-info {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

#vacances_footer textarea {
	resize: none;
}

#vacances_footer .dz-logo {
	padding-right: 0;
}

#vacances_footer .caret {
	margin-left: unset;
	margin-inline-start: 1rem;
}

#vacances_footer a.glyphicon span.font {
	margin-inline-start: 1rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* == vacances menu == */
.vacances-menu .alert-info {
	font-size: 1.7rem;
}

.vacances-menu .alert-info span {
	margin-top: 1rem;
	margin-left: 4rem;
}

#vacances_menu #vacances_menu pre,
code {
	font-size: 12px;
}

#vacances_menu pre {
	width: 100%;
	overflow: auto;
}

#vacances_menu small {
	font-size: 90%;
}

#vacances_menu small code {
	font-size: 11px;
}

#vacances_menu .placeholder {
	outline: 1px dashed #4183c4;
}

#vacances_menu .mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

#vacances_menu #tree {
	width: 550px;
	margin: 0;
}

#vacances_menu ol {
	padding-left: 25px;
}

#vacances_menu ol.sortable,
ol.sortable ol {
	list-style-type: none;
}

#vacances_menu .sortable li div {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: move;
	border-color: #d4d4d4 #d4d4d4 #bcbcbc;
	margin: 0;
	padding: 3px;
	height: 50px;
}

#vacances_menu li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
	border-color: #999;
}

#vacances_menu .disclose,
.expandEditor {
	cursor: pointer;
	width: 20px;
	display: none;
}

#vacances_menu .sortable li.mjs-nestedSortable-collapsed > ol {
	display: none;
}

#vacances_menu .sortable li.mjs-nestedSortable-branch > div > .disclose {
	display: inline-block;
}

#vacances_menu .sortable span.ui-icon {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#vacances_menu .menuDiv {
	background: #f5f5f5;
	border: 1px solid #d4d4d4;
}

#vacances_menu .menuEdit {
	background: #fff;
}

#vacances_menu .itemTitle {
	cursor: pointer;
}

#vacances_menu .deleteMenu {
	float: right;
	cursor: pointer;
}

#vacances_menu h1 {
	font-size: 2em;
	margin-bottom: 0;
}

#vacances_menu h2 {
	font-weight: 400;
	font-style: italic;
	margin-top: 0.2em;
	margin-bottom: 1.5em;
}

#vacances_menu h3 {
	font-size: 1em;
	margin: 1em 0 0.3em;
}

#vacances_menu p,
ol,
ul,
pre,
form {
	margin-top: 0;
	margin-bottom: 1em;
}

#vacances_menu dl {
	margin: 0;
}

#vacances_menu dd {
	margin: 0;
	padding: 0 0 0 1.5em;
}

#vacances_menu code {
	background: #e5e5e5;
}

#vacances_menu input {
	vertical-align: text-bottom;
}

#vacances_menu .notice {
	color: #c33;
}

#vacances_menu #row_logo_menu {
	display: flex;
	align-items: baseline;
	padding-inline: 5%;
	height: 20rem;
}

#vacances_menu #col_logo_menu {
	display: flex;
	justify-content: center;
	width: 100%;
}

#vacances_menu #dropzone_logo_menu {
	height: 100%;
	width: 30%;
	margin-right: 5rem;
}

#vacances_menu #col_logo_menu img {
	width: 20%;
}

#vacances_menu .menu_datetime_publication {
	display: flex;
	flex-direction: column;
}

#vacances_menu .px-0 {
	padding-inline: 0 !important;
}

#vacances_menu .border-1 {
	border-radius: 0.5rem !important;
}

#vacances_menu .border-1 button {
	border-radius: 0.5rem !important;
}

/* == vacances slider == */
#vacances_accueil .center-item {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
}

#vacances_accueil .padding-top-0 {
	padding-top: 0 !important;
}

#vacances_accueil #vid_slider_accueil,
#img_slider_accueil {
	width: 65rem;
}

#vacances_accueil .panel-body .dropzone {
	height: 38.8rem !important;
	align-items: center;
}

#vacances_accueil a.glyphicon span.font {
	margin-inline-start: 1rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#vacances_accueil .btn .caret {
	margin-left: unset;
	margin-inline-start: 1rem;
}

#vacances_accueil .voir-img-vid-modal {
	width: 90rem;
}

#vacances_accueil #img_vid_modal_modif {
	margin-inline: 1rem;
}

#vacances_accueil #img_vid_modal_modif img,
#img_vid_modal_modif video {
	z-index: 99;
	width: 30rem;
}

#vacances_accueil #img_vid_modal_modif img:hover,
#img_vid_modal_modif video:hover {
	width: 70rem;
}

#vacances_accueil .content-dropzone.modif-modal {
	display: flex;
	align-items: center;
}

#vacances_accueil #new_accueil {
	display: flex;
	justify-content: center;
}

/* == vacances sommaire thematiques / destinations == */
/* Affichage des textes et des icons dans le bouton actions */
#vacances_sommaire_thematiques a.glyphicon span.font,
#vacances_sommaire_destinations a.glyphicon span.font {
	margin-inline-start: 1rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Empèche le redimensionnement de la zone de texte */
#vacances_sommaire_thematiques textarea,
#vacances_sommaire_destinations textarea {
	resize: none;
}

/* Applique des marges dans le bouton (actions) */
#vacances_sommaire_thematiques .btn .caret,
#vacances_sommaire_destinations .btn .caret {
	margin-left: unset;
	margin-inline-start: 1rem;
}

/* Affichage des bandeaux de titre */
#vacances_sommaire_thematiques .panel-bd > .panel-heading,
#vacances_sommaire_destinations .panel-bd > .panel-heading {
	color: white;
	background-color: #2c3136;
	border: 0.3rem solid white;
}

/* Class margin-right */
#vacances_sommaire_thematiques .mr-3,
#vacances_sommaire_destinations .mr-3 {
	margin-right: 1rem;
}

/* Margin-top modifié pour le sélecteur d'affcihage du datatable */
#vacances_sommaire_thematiques .select-affichage-dt,
#vacances_sommaire_destinations .select-affichage-dt {
	margin-top: 0.5rem;
}

/* Affichage des séparateurs de datatable dans la modif de sommaire */
#vacances_sommaire_thematiques hr,
#vacances_sommaire_destinations hr {
	margin-bottom: 0;
	border: 0.1rem solid #2c3136;
	background-color: #2c3136;
}

/* Modifie la taille des titres (h3) */
#vacances_sommaire_thematiques h3,
#vacances_sommaire_destinations h3 {
	font-weight: 600;
}

/* Marge à gauche et à droite des boutons du formulaire de modification */
#vacances_sommaire_thematiques #register_form_modif,
#vacances_sommaire_destinations #register_form_modif {
	margin-inline: 1rem;
}

/* Affiche seulement l'image dans la modal (voirImgSliderContenu) */
#vacances_sommaire_thematiques #voir_slider_contenu .modal-content,
#vacances_sommaire_destinations #voir_slider_contenu .modal-content {
	background: none;
	box-shadow: none;
	border: none;
}

/* Redimensionne l'image et la recentre dans la modal (voirImgSliderContenu) */
#vacances_sommaire_thematiques .modal-voir-img,
#vacances_sommaire_destinations .modal-voir-img {
	transform: translateX(-28rem);
	width: 120rem;
}

#vacances_sommaire_destinations #check_txt_intro{
	padding-inline: 2.5rem;
}

#vacances_sommaire_thematiques #check_txt_intro label,
#vacances_sommaire_destinations #check_txt_intro label {
	margin-left: 2rem;
}

/* == vacances offres == */
#vacances_offres a.glyphicon span.font {
	margin-inline-start: 1rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Applique des marges dans le bouton (actions) */
#vacances_offres .btn .caret {
	margin-left: unset;
	margin-inline-start: 1rem;
}

/* Textearea de l'offre */
#vacances_offres #modif_offres_texte,
#vacances_offres #new_offres_texte {
	resize: none;
}

/* Laisse le menu dropdown de la dater de fin au dessus du fichier de la dropzone */
#vacances_offres .dz-details,
#vacances_offres .dz-progress {
	z-index: 10;
}

#vacances_offres #check_complet label,
#vacances_offres #check_scolaire label {
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}

#vacances_offres .input-group-btn .btn {
	margin-top: 2.5rem;
	background-color: #e4e4e4;
}

#vacances_offres .icone-pdf,
#vacances_offres .image-offres-portrait,
#vacances_offres .image-offres-paysage {
	height: 21.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#vacances_offres .image-offres-portrait img,
#vacances_offres .icone-pdf img {
	height: 100%;
}

#vacances_offres .image-offres-paysage img {
	width: 100%;
}

#vacances_offres .image-offres-portrait img:hover,
#vacances_offres .image-offres-paysage img:hover {
	z-index: 999;
	-ms-transform: scale(2.1); /* IE 9 */
	-webkit-transform: scale(2.1); /* Safari 3-8 */
	transform: scale(2.1);
}

#vacances_offres .mb-3 {
	margin-block-end: 2rem;
}

#vacances_offres .panel-bd > .panel-heading {
	color: white;
	background-color: #2c3136;
	border: 0.3rem solid white;
}

/* == vacances thématiques == */
#vacances_thematiques a.glyphicon span.font {
	margin-inline-start: 1rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Applique des marges dans le bouton (actions) */
#vacances_thematiques .btn .caret {
	margin-left: unset;
	margin-inline-start: 1rem;
}

/* Applique la marge sur le bas de l'élément */
#vacances_thematiques .mb-3 {
	margin-bottom: 2rem;
}

/* == vacances destinations == */
.dz-img-paysage-destinations {
	margin-block-start: 2rem;
}

/* == vacances top destinations == */
#vacances_accueil_top_destination a.glyphicon span.font {
	margin-inline-start: 1rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#vacances_accueil_top_destination .btn .caret {
	margin-left: unset;
	margin-inline-start: 1rem;
}

#vacances_accueil_top_destination #label_etat_module {
	padding: 0 !important;
}

/* == vacances partenaires == */
.vac-partenaires-image-logo, .vac-partenaires-image-banniere, .vac-partenaires-image-vignette, #dz_modif_media_img{
	height: 21.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vac-partenaires-image-logo img,
.vac-partenaires-image-banniere img {
	width: 100%;
}

.vac-partenaires-image-vignette img,
#dz_modif_media_img img {
	height: 100%;
}

.vac-partenaires-image-banniere img:hover,
.vac-partenaires-image-vignette img:hover,
#dz_modif_media_img img:hover {
	z-index: 999;
	-ms-transform: scale(2.1); /* IE 9 */
	-webkit-transform: scale(2.1); /* Safari 3-8 */
	transform: scale(2.1);
}

#vac_gestion_partenaires,
#vac_gestion_mediatheques {
	color: white;
	background-color: #2c3136;
	border: 0.3rem solid white;
}

#new_partenaires_texte_sommaire, #modif_partenaires_texte_sommaire{
	resize: none;
}

#gestion_mediatheque_partenaire {
	border-bottom: solid;
	border-radius: 1rem;
	padding-inline: 1rem;
	border-color: #2c3136;
	color: #2c3136;
}

#dz_modif_media_img {
	display: none;
}

#div_new_partenaires_comment_beneficier,
#div_modif_partenaires_comment_beneficier {
	background: rgb(244, 245, 248);
	margin-bottom: 2rem;
}

#dzNewImagePortraitDestinations .dz-image, #dzNewImagePortraitDestinations .dz-details, #dzNewImagePaysageDestinations .dz-image, #dzNewImagePaysageDestinations .dz-details, #dzModifImagePortraitDestinations .dz-image, #dzModifImagePortraitDestinations .dz-details, #dzModifImagePaysageDestinations .dz-image, #dzModifImagePaysageDestinations .dz-details{
	z-index: 1;
}

#dzNewImagePortraitDestinations .dz-progress,
#dzNewImagePaysageDestinations .dz-progress,
#dzModifImagePortraitDestinations .dz-progress,
#dzModifImagePaysageDestinations .dz-progress {
	z-index: 0;
}

/* == Vacances sommaires partenaires == */
.select2 .select2-search{
	z-index: 999;
}

/* == Contacts ===== */
#contacts_form .content-dropzone{
	display: flex;
	align-items: center;
}

#contacts_form .content-dropzone div:nth-child(2) {
	height: 24.3rem;
}

#contacts_form .content-dropzone div:nth-child(2) div {
	height: 100%;
}

#contacts_form .content-dropzone img {
	width: 100%;
}

/* == Service Vacances == */
/* Onglets */
#f_modif_onglet .content-dropzone .form-group div:nth-child(3){
	display: flex;
	justify-content: center;
}

#f_modif_onglet img {
	height: 28rem;
	width: auto;
}

#f_modif_onglet .content-dropzone .form-group div:nth-child(4) {
	height: 28rem;
}

#f_modif_onglet .content-dropzone .dropzone {
	align-items: center;
	display: flex;
	justify-content: center;
}

/* Équipes */
#f_new_equipe #new_equipe_texte,
#f_modif_equipe #modif_equipe_texte {
	resize: none;
}

#f_modif_equipe .content-dropzone .form-group div:nth-child(3) {
	display: flex;
	justify-content: center;
}

#f_modif_equipe img {
	height: 28rem;
	width: auto;
}

#f_modif_equipe .content-dropzone .form-group div:nth-child(4) {
	height: 28rem;
}

#f_modif_equipe .content-dropzone .dropzone {
	align-items: center;
	display: flex;
	justify-content: center;
}

/* == Témoignages == */
#f_new_temoignage #new_temoignage_texte,
#f_modif_temoignage #modif_temoignage_texte {
	resize: none;
}

#f_modif_temoignage .content-dropzone .form-group div:nth-child(3) {
	display: flex;
	justify-content: center;
}

#f_modif_temoignage img {
	height: 20rem;
	width: auto;
}

#f_modif_temoignage .content-dropzone .form-group div:nth-child(4) {
	height: 20rem;
}

#f_modif_temoignage .content-dropzone .dropzone {
	align-items: center;
	display: flex;
	justify-content: center;
}

#f_modif_banniere .content-dropzone .form-group .col-md-7 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20rem;
}

#f_modif_banniere img {
	height: auto;
	width: 30rem;
}

#f_modif_banniere .content-dropzone .form-group div:nth-child(4) {
	height: 20rem;
}

.vacances-modif-temoignages i.fa-info-circle {
	cursor: pointer;
}

/* == Blog == */
/* Publications */
#f_modif_publication .content-dropzone .form-group div.col-xs-12:nth-child(3){
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20rem;
}

#f_modif_publication img {
	height: auto;
	width: 31rem;
}

#f_modif_publication .content-dropzone .form-group div.col-xs-12:nth-child(4) {
	height: 20rem;
}

#f_modif_publication .content-dropzone .dropzone {
	align-items: center;
	display: flex;
	justify-content: center;
}

.blog-modif-mediatheques i.fa-info-circle {
	cursor: pointer;
}

/* == Slider == */
#f_new_slide #new_slide_texte,
#f_modif_slide #modif_slide_texte {
	resize: none;
}

#f_modif_slide .content-dropzone .form-group div.col-xs-12:nth-child(3) {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20rem;
}

#f_modif_slide img {
	height: auto;
	width: 31rem;
}

#f_modif_slide .content-dropzone .form-group div.col-xs-12:nth-child(4) {
	height: 20rem;
}

#f_modif_slide .content-dropzone .dropzone {
	align-items: center;
	display: flex;
	justify-content: center;
}

/* == Accueil vidéo == */
.btn-submit,
.btn-etat-module {
	height: 9rem;
	display: flex;
	align-items: end;
}

/* == Accueil courts séjours == */
#new_court_sejour textarea,
#modif_court_sejour textarea {
	resize: none;
}

#new_court_sejour .dropdown-menu {
	z-index: 999;
}

/* ========== All Vacances ========== */
.mt-2 {
	margin-block-start: 1rem;
}

.mt-3 {
	margin-block-start: 2rem;
}

.mt-4 {
	margin-block-start: 3rem;
}

.mt-5 {
	margin-block-start: 4rem;
}

.mb-3 {
	margin-block-end: 2rem;
}

.ml-3 {
	margin-inline-start: 2rem;
}

.mr-2 {
	margin-inline-end: 1rem;
}

.panel-heading.bg-darkgrey {
	background-color: #2c3136;
	border: solid;
	border-color: white;
	color: white;
}

.font-dropdown-action {
	margin-inline-start: 1rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.no-margin p {
	margin: 0 0 0;
}

.no-margin ul,
.no-margin ol {
	margin-bottom: 0;
}

#modif_success, #modif_error{
	margin-bottom: 0;
	padding: 10px;
}

.content-dropzone.disable{
	cursor: not-allowed;
}

.content-dropzone.disable .dropzone{
	pointer-events: none;
	cursor: unset;
	background-color: #eee;
}

.content-dropzone.disable .dz-message, .content-dropzone.disable .dz-message *{
	cursor: unset;
}

/* ========== Fin Vacances ========== */

.is-invalid {
	border-color: #f72b50;
	border-left-color: #f72b50;
	border-right-color: #f72b50;
	border-top-color: #f72b50;
	border-bottom-color: #f72b50;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f72b50'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f72b50' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#master-date-picker-to .form-control[readonly], #master-date-picker-from .form-control[readonly] {
	background-color: #fff !important;
}