@import url(//fonts.googleapis.com/css?family=Cabin);

body {
	font-family: Cabin, Verdana, Helvetica, sans-serif;
	background-color:#000000;
	color: #C0C0C0;
}

body.modal-fix-padding[style] {
	padding-right:0px !important;
}

h1 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
	margin-top: 10px;
}
h3.panel-title {
	font-size: 20px;
}

.d-flex{
	display:flex;
}
.flex-grow-1{
	flex-grow:1;
}
.align-self-center{
	align-self: center!important;
}
.align-items-center{
    align-items: center;
}
.flex-padding > *:not(:first-child) {
    padding-left: 0;
}
.flex-padding > * {
    padding-left: 15px;
    padding-right: 15px;
}
.mr-2{
	margin-right: 20px!important;
}
.ml-2{
	margin-left: 20px!important;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.panel_sous_titre {
    color: #777;
    margin-top: 26px;
    font-size: 14px;
    font-style: italic;
}

.panel_action {
    float: right!important;
}
.panel_action:focus,
.panel_action:hover {
   text-decoration:none;
}

.panel_action span {
  color:#337ab7;
}

.btn.btn-ranafout {
	background: transparent;
	border-color: #31B0D5;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-width:3px;
	color: #000000;
}
.btn.btn-round {
	border-radius: 50%;
	width: 5em;
	height: 5em;
	padding: 6px 6px;
	text-align: center;
}
.btn.btn-rounded {
	border-radius: 50%;
}

.pointer {
	cursor: pointer;
}
.hoverable {
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: filter 0.35s ease-out;
}
.hoverable:hover {
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

#embed-api-auth-container{
	color:black;
	padding: 8px 10px;
}

.highlight{
	border-style:dashed;
	margin-bottom: 20px;
	padding: 20px;
}
.highlight:before {
	content: "Déposer ici";
}
.element .connectable .element {
	background-color: rgb(236, 236, 236);
}
.element .connectable{
	min-height:0.5em;
}
input.colorpickable {
	width: 70%;
	display: inline-block;
}
a.admin {
	background-color: #333333;
}
nav.mp-menu ul li {
	cursor: pointer;
}
nav.mp-menu a.special {
	background-color: #1A9DAE;
}
nav.mp-menu ul li > a:hover,
nav.mp-menu .mp-level > ul > li:first-child > a:hover
 {
	background: white;
	color: #1A9DAE;
}
nav.mp-menu ul li a.retour:hover,
nav.mp-menu  a.special:hover
{
	background: white;
	color: #1A9DAE;
	text-decoration: none;
}
nav.mp-menu ul li a.retour{
	padding: 0.4em 0px 0px 5%;
}
.mp-level.mp-level-open.mp-level-overlay > h2 .libelle{
	display:none;
}
.mp-level.mp-level-open.mp-level-overlay > h2 .backicon{
	opacity: 0.6;
	position: absolute;
	right: 2px;
	top: 0;
}
nav.mp-menu  a.deconnexion {
	background-color: #B02114;
}
nav.mp-menu a.deconnexion:hover {
	color: #B02114;
	background: #FFF;
}
.sortables span.handle{
	display:inline-block;
	min-height:12px;
	min-width:12px;
}
a.plain {
  transition: background 0.35s ease-out, color 0.35s ease-in;
  color: inherit;
}
a.plain:hover {
  text-decoration: none;
  color: #FFF;
}
a.plain .row div+div {
	margin-left: -15px;
}
a.plain h4 {
	line-height: 28px;
	margin: 0;
}
.reseaux-sociaux .plain {
	padding: 10px;
	background: white;
}
.reseaux-sociaux .plain span {
	font-size: 32px;
	transition: color 0.35s ease-in;
}
a.plain.facebook span {
  color: #0267C1;
}
a.plain.gplus span {
  color: #F55421;
}
a.plain.twitter span {
  color: #04A6C5;
}
a.plain.facebook:hover {
  background: #0267C1;
}
a.plain.gplus:hover {
  background: #F55421;
}
a.plain.twitter:hover {
  background: #04A6C5;
}
.reseaux-sociaux .plain:hover span {
  color: white;
}
.backicon.backicon-close-delete:hover {
  color: rgb(208, 4, 4);
}
a.published :hover {
  color: rgb(2, 103, 2);
}
.lastaccess .bloc-titre, .lastaccess .bloc-module, .lastaccess .options{
	height: 54px;
	
}
.lastaccess .list-group .sameheight{
	height: 55px;
	
}

.bloc-titre, .bloc-module, .options {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.blocs {
	border:none;
}
.reseaux-sociaux .blocs {
	padding: 2%;
}
.blocs > * {
	border: #3C3733 solid;/*doit être identique au fond du parent*/
	border-left-style: none;
}

.blocs>*:first-child {
}

.blocs>*:last-child {
  border-right-style: none;
}

#blocs .blocs-collapse{
	background: #286090;
	text-align: center;
	color: white;
}

.heading{
	/*margin-bottom:15px;*/
	color: rgb(60, 55, 51);
	font-size: 22px;
}
.heading>div:not(.alert) {
	background-color: rgb(234, 234, 234);
	height: 64px;
	line-height: 64px;
}
.heading .input-group{
	line-height:normal;
}
.heading  span.backicon {
	vertical-align: top;
	font-size: 24px;
	margin-right: 4%;
}
.heading .btn, .panel {
	border-radius:0;
}
.heading>.btn, .heading .container-valid>.btn, #valider-bas .btn {
	padding: 0;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	transition: all 0.1s ease;
}
#valider-bas .btn:hover {
	font-size: 21px;
}

.heading .container-retour, .heading .container-valid {
	overflow: hidden;
	padding: 0;
}
.heading .retour {
	line-height: 44px;
	height: 64px;
	text-align: center;
	transition: transform 0.1s ease;
}
.heading .container-retour .retour{
	background-color: transparent;
}
.heading .container-retour{
	background-color: #F80;
	transition: background-color 0.2s linear;
}
.heading .container-retour:hover .retour,
.heading .container-retour:focus  {
	background-color: #ffac4e;
}
.heading .container-retour:hover .retour,
.heading .container-retour:focus .retour {
	color: white;
	text-decoration: none;
	/* transform: scale(1.3); */
}
.heading .container-valid.affix {
	z-index: 2;
	bottom: 0;
	right: 17px; /*** La scrollbar fait 17px, la vie d'ma mère ***/
	width: calc(33.33333% - 17px); /*** La scrollbar fait 17px, la vie d'ma mère bis ***/
}
.heading .container-valid .btn {
	width: 100%;
	vertical-align: top;
	transition: transform 0.1s ease, background-color 0.2s linear;
}
.heading .container-retour:hover .retour,
.heading .container-retour:focus .retour,
.heading .container-valid:hover .btn,
.heading .container-valid:focus .btn {
	/* transform: scale(1.05); */
	font-weight: bold;
}

.body {
	clear: both;
}
.row.body .btn-group-lg>.btn, .btn-lg {
	font-size: 16px;
	vertical-align: middle;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 8px 16px;
	transition: font-size 0.1s ease;
}
.row.body .btn-group-lg>.btn:hover, .btn-lg:hover {
	font-weight: bold;
}

.panel-body {
	color: rgb(51, 51, 51);
	background: white;
}

.panel-body select option[value="0"] {
	font-style:italic;
	font-size:0.9em;
}

.panel-body .form-group {
	margin-bottom: 10px;
}

#top {
	width: 52px;
	height: 52px;
	margin-bottom: -52px; /*** Savoir se négativer ***/
	right: 17px; /*** La scrollbar, tout ça ***/
	padding: 0 0.15em;
	
	color: #FFF;
	font-size: 3em;
	line-height: 1em;
	text-align: center;
	cursor: pointer;
	
	background-color: #F80;
	z-index: 2;
	opacity: 0;
	
	transition: opacity 0.6s ease, background-color 0.3s ease-out;
}
#top:hover {
	background-color: #FFAC4E;
}
#top.affix {
	opacity: 1;
}
#top.upTownFunk {
	bottom: 116px
}

.support .text-right {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
.support .backicon:before {
	font-size: 26px;
	line-height: 42px;
	font-size: 1.4em;
	margin-right: 4%;
}
.support .backicon-tools {
	line-height: 42px;
}
.support .backicon-tools:before {
	margin-right: 10%;
	font-size: 1.4em;
}
.support-action, .support-action:focus {
	transition: background 0.35s ease-out, color 0.35s ease-in;
	text-decoration: none;
	background: white;
	color: inherit;
	cursor: pointer;
	height: 160px;
}
.support-action:hover {
	color: white;
	background: #A122A2;
	text-decoration: none;
}
.support-action a{
	transition: color 0.35s ease-in;
	color: inherit;
}
.support-action:hover a {
	color: rgb(200, 200, 200);
}
.support-action h3 {
	font-size: 20px;
}
#photos img:not(.img-responsive) {
	height: 50px;
}


/* ELEMENTS BOOTSTRAP */
.element {
	color: rgb(128, 128, 128);
}

.element .connectable .element {
	background-color: rgba(49, 176, 213, 0.25);
}

.panel.panel-horizontal {
	display:table;
	width:100%;
}

li.element.list-group-item {
  margin-bottom: 1%;
}
.panel {
	background-color:#EAEAEA;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-body, .panel.panel-horizontal > .panel-footer {
	display:table-cell;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-footer {
	width: 25%;
	border:0;
	vertical-align: middle;
}
.panel.panel-horizontal > .panel-heading {
	border-right: 1px solid #ddd;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}
.panel.panel-horizontal > .panel-footer {
	border-left: 1px solid #ddd;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
}
.list-group .panel {
	padding-left: 15px!important;
	margin-bottom: 0px;
}
.panel {
	border:none;
}
.panel > .panel-heading {
	background-color:#AAA397;
	color:#FFFFFF;
	border-radius:0!important;
}
.sortables .handle {
	cursor: move;
}
.panel > .panel-heading-contenu {
	background: #286090;
}
.panel > .panel-heading-contenu h3>span,.panel > .panel-heading-contenu h3+span ,.panel > .panel-heading-contenu button {
	background: #337AB7;
	border-radius: 10px;
	padding: 2px 12px;
	font-size: 14px;
	cursor: pointer;
	transition: font-size 0.1s ease;
}
.panel > .panel-heading-contenu h3>span:hover,.panel > .panel-heading-contenu h3+span:hover ,.panel > .panel-heading-contenu button:hover {
	background: rgba(255, 255, 255, 0.4);
	font-size: 15px;
	color:#FFFFFF;
}
.panel-heading-contenu .dropdown-menu li a {
    padding: 15px;
}
.panel .table{
	color:#333333;
}
.editable.editing{
	position:relative;
}
.editable input, .editable.editing h3,.editable .save-libelle,.editable .cancel-libelle{
	display:none;
}
.editable.editing input,.editable.editing .save-libelle,.editable.editing .cancel-libelle{
	display:block;
}
/* .editable.editing input:focus + .save-libelle,.editable.editing input:focus + .save-libelle + .cancel-libelle{
	display:block;
} */
.editable input{
	padding-right: 100px;
}
.save-libelle {
    right: 80px;
    color: #00a65a;
	border-color: #00a65a;
}
.save-libelle:hover {
	background-color: #00a65a;
	color:white;
}
.cancel-libelle {
    right: 40px;
    color: #f39c12;
	border-color: #f39c12;
}
.cancel-libelle:hover {
	background-color: #f39c12;
	color:white;
}
.save-libelle, .cancel-libelle {
    position: absolute;
    top: 4px;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
}

[name="redux"].collapsed .moins{
	display:none;
}
[name="redux"] .plus{
	display:none;
}
[name="redux"].collapsed .plus,[name="redux"]:not(.collapsed) .moins{
	display:block;
}

.sortables>.element:first-child a[name="up"] {
	display:none;
}
.sortables>.element:last-child a[name="down"] {
	display:none;
}
/* .sortables>.element:first-child>div:not(.sortables) .backicon-caret-up:before {
	display:none;
}

.sortables>.element:last-child>div:not(.sortables) .backicon-caret-down:before {
	display:none;
} */
.sortables .handle.backicon {
	font-size:1.6em;
}

.addon_btn_url .backicon{
	font-size:1.6em!important;
	color:white;
}
.addon_btn_url.input-group-addon:not(:first-child):not(:last-child){
	border-radius:10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
 }

.collapsed .hidden-collapsed,.visible-collapsed{
	display:none!important;
}
.collapsed .visible-collapsed,.hidden-collapsed{
	display:block!important;
}

/* .sortables>.element:not(.masquer):only-child>div .backicon-caret-down,.sortables>.element:not(.masquer):only-child>div .backicon-caret-down {
	display:none;
} */

.panel > .panel-heading-contenu span span.backicon {
	font-size: 20px;
}
.panels-optionels {
	background: #777;
	padding-top: 15px;
	margin-bottom: 60px;
}
.panels-optionels .panel > .panel-heading {
	background-color:#C1D3FB;
	color:#000000;
}
.panels-optionels .panel-default>.panel-heading {
	background-color:#555;
	color: white;
	margin: -15px -15px 15px;
	border-bottom: none;
}

.btn-default.oui:focus, .btn-default.oui:active, .btn-default.active.oui {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
.btn-default.non:focus, .btn-default.non:active, .btn-default.active.non {
  color: #884646;
  background-color: #F0DCD8;
  border: 1px solid #E9C8C6;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
	background-color: #5BC0DE;
	border-color: #46B8DA;
}
.btn-default span.glyphicon-ok {
	color: transparent;
	margin-left: -10%;
}
.btn-default.active span.glyphicon-ok, .btn-default.active.oui span.glyphicon-ok {
  color: #468847;
}

.btn-default.active.non span.glyphicon-ok {
  color: #884646;
}

button.btn span.backicon {
	font-size: 20px;
}

.btn-info {
	background-color: #31B0D5;
	border-color: #269ABC;
}

.form-control,.input-group-addon,.input-group-label{
	border-radius: 10px;
	z-index:0!important;
}
.form-horizontal .control-label.text-left {
	text-align: left;
}
.input-group-label {
	border: 1px solid rgb(204, 204, 204);
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	padding: 6px 12px;
}
.input-group-addon,.input-group-label{
	background-color:#286090;
	color: white;
}
.input-group-addon.style-size{
	background-color: transparent;
    color: #333;
}

table#config th {
	color: #fff;
	background-color: #337ab7;
	padding: 4px 12px;
}

table#config td {
	color: #2e6da4;
	background-color: #fff;
	padding: 2px 4px;
}

.liste-vide {
	margin-top: 10%;
}
.liste-vide div {
	line-height: 100%;
	min-height: 420px;
	border: 4px dashed #ccc;
	font-size: 36px;
	margin-left: auto;
	margin-right: auto;
	transform: scale(1);
	transition: transform 0.2s ease;
	background: #444;
}
.liste-vide a {
	color: #ccc;
	transition: color 0.2s ease;
	text-decoration: none;
	padding: 30px;
	margin: 0 -15px 15px;
	display: block;
}
.liste-vide span {
	font-size: 244px;
}
.liste-vide div:hover {
	border-color: white;
	transform: scale(1.05) rotate(-2deg);
}
.liste-vide div:hover a {
	text-decoration: none;
	color: white;
}

.list-group .sameheight {
	line-height: 48px;
	height:68px;
}
a[data-url] {
	cursor: pointer;
}

.list-group-item .options a,
.list-group-item .options a:hover
 {
	text-decoration: none;
}

.list-group-item .options a span {
	font-size: 24px;
	line-height: 28px;
	padding: 8px;
	transition: font-size 0.1s ease;
}

.list-group-item .options a span:hover {
	font-size: 28px;
}

.list-group-item .options a span.edition {
	color: #f60;
}

.list-group-item .options a span.edition:hover {
	color: #f90;
}

.list-group-item .options a span.publication {
	color: #008000;
}

.list-group-item .options a span.publication:hover {
	color: #006400;
}

.list-group-item .options a span.publication.unpublished {
	color: #900;
}

.list-group-item .options a span.publication.unpublished:hover {
	color: #c00;
}

.list-group-item .options a span.apercu {
	color: #0267C1;
}

.list-group-item .options a span.apercu:hover {
	color: #23527C;
}

.list-group-item .options a span.suppression {
	color: #c00;
}

.list-group-item .options a span.suppression:hover {
	color: #900;
}

.list-group-item .options {
	background: #DFDDD9;
}
.list-group-item .options:empty {
    display: none;
}

.table-striped span.backicon {
	font-size: 24px;
	line-height: 24px;
	margin-top: -4px;
}

.panel-body.no-padding.list-group-item>div.row {
	border-top: 1px solid #AAA397;
}
.panel-body.no-padding.list-group-item>div.row:first-child {
	border-top: 0;
}
.panel-body.no-padding.list-group-item>div.row:hover {
	background: #dfddd9;
}

.panel-heading {
	font-size: 16px;
}

.btn i.icons {
	margin-right: 10%;
}
.display_inactive {
	display: inline;
}
.active .display_inactive,.active+.display_inactive {
	display: none;
}
.display_active {
	display: none;
}
.active .display_active, .active+.display_active {
	display: inline;
}
/*icons*/
.icons {
	background-image: url('../images/icons.png');
	display: inline-block;
	height: 22px;
	width: 22px;
	vertical-align: middle;
}

.icons.add_inner {
	background-position-x: 0px;
}
.icons.info {
	background-position-x: -22px;
}
.icons.list {
	background-position-x: -44px;
}
.icons.add_outer {
	background-position-x: -66px;
}
.icons.menu {
	background-position-x: -88px;
}
.icons.dot {
	background-position-x: -110px;
}
.icons.save {
	background-position-x: -132px;
}
.icons.delete {
	background-position-x: -154px;
}
/*icones*/
.backicon {
	margin-right: 2px;
	vertical-align: top;
}
i.backicon {
	padding-right: 10%;
}
a.backicon {
	text-decoration:none;
}
.backicon:before {
	line-height: 1.2em;
	vertical-align: middle;
}
.backicon.big:before {
	font-size: 3em;
}
.backicon.large:before {
	font-size: 2em;
}
.backicon.huge:before {
	font-size: 5em;
}
.backicon.published {
	color: green;
}
.backicon.published:hover {
	color: darkgreen;
}
.backicon.backicon-eye-2.unpublished:before {
	content: "\e1f3"!important;
}
.backicon.backicon-check-mark-circle.unpublished:before {
	content:"\e014"!important;
}
.backicon.unpublished :before{
	color: grey;
}
.backicon.unpublished {
	color: grey;
}
.backicon.unpublished:hover {
	color: darkgrey;
}
.backicon.backicon-close-delete{
	color: red;
}


/* CONNEXION */

#box-connexion {
	margin-top: 20%;
}

#box-connexion i.backicon {
	padding-right: 4%;
	font-size: 1.5em;
}

#box-connexion .panel-title {
	font-size: 1.5em;
	line-height: 1.5em;
}

/* FIN CONNEXION */

/* CONFIGURATION */

#config td:first-letter{
	
	text-transform: capitalize;
	
}


/* FIN CONFIGURATION */


/* MENU */

.modal_menu select,.modal_menu input{
	color:black;
}

#le_menu_dynamique .backicon {
	margin-right: 0;
	text-align: center;
	cursor: pointer;
}
@media (min-width: 991px) {
	#le_menu_dynamique .backicon {
		font-size: 0.8vw;
	}
}

#le_menu_dynamique ul li, ul.sortables {
	list-style-type: none;
}

#le_menu_dynamique .input-titre {
	width: 80%;
}
#le_menu_dynamique .backicon.backicon-trash-bin{
	color: #c00;
}
#le_menu_dynamique .backicon.handle:hover,
#le_menu_dynamique .backicon-caret-up:hover,
#le_menu_dynamique .backicon-caret-down:hover
 {
	color: #666;
}
#le_menu_dynamique .sp-replacer.sp-light{
	width:100%;
}
#le_menu_dynamique .sp-preview{
	width:90%;
	margin-right: 0px!important;
}
#le_menu_dynamique .sp-dd{
	width: 10%;
	text-align: center;
}
/* #le_menu_dynamique .list-group-item{
	border-width:2px;
	border-style:solid;
} */
.mp-pusher:not(.mp-pushed) #le_menu_dynamique .option_supplementaire .bloquer .input-group:before{
	display:block;
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.6);
	z-index:1;
	cursor: not-allowed;
}

.retour {
	color: white;
	line-height: 20px;
	font-size: 20px;
	height: 48px;
	background: #5BC0DE;
	display: block;
	padding: 0.5em;
}

.menu-trigger {
	cursor: pointer;
}

.menu-trigger span.backicon {
	font-size: 28px;
	color: white;
}

nav.mp-menu a.retour, nav.mp-menu ul li > a {
	padding-left: 5%;
}

nav.mp-menu ul li > a span, .retour span {
	padding-right: 5%;
	font-size: 1.4em;
	vertical-align: baseline;
}
.mp-menu h2{
	padding: 1em 5px!important;
	text-align: center;
}
@media print{
	.menu-trigger{
		display:none;
	}
	.container-retour,.container-valid{
		display:none;
		/* opacity:0; */
	}
}
/* FIN MENU */



/* MODULE MENU */

#menu_dynamique .list-group-item {
	padding: 0px 16px;
	height: 54px;
	line-height: 54px;
}

#menu_dynamique .list-group-item input {
	line-height: 28px;
}

#menu_dynamique .list-group-item span {
	cursor: pointer;
}

/* FIN MODULE MENU */

.splitted {
	border: solid 0.5em #3C3733;
	border-right-style: none;
	border-left-style: none;
}
.splitted:after {
	content:" ";
	display:block;
	clear:both;
}
.splitted.left,.splitted.right,.splitted.none {
	border-bottom: none;
	border-top: none;
	padding-top:3%;
}
.splitted.right.reference {
	border-left-style: solid;
}
.splitted.left.reference {
	border-right-style: solid;
}

/* MODULE GALERIES */
.btn.cropper.active {
	/** Devient btn-success **/
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.cropper-container {
	margin-top: 30px auto;
}

.btn-group-vertical>.btn, .btn-group>.btn {
	border-radius: 8px;
	overflow: hidden;
}
.btn-group-vertical>.btn .transformer, .btn-group>.btn .transformer {
	transition: transform 0.2s ease;	
}
.btn-group-vertical>.btn:hover .transformer, .btn-group>.btn:hover .transformer {
	transform: scale(1.25);
}

.eraser {
	background-color: #f80;
}
.eraser:hover {
	background-color: #FFAC4E;
}

/* FIN MODULE GALERIES */



/* MODULE ACTUALITES */

.has_not_photo {
	display: none;
}

/* FIN MODULE ACTUALITES */



/* MODULE MAILING */

#header_mailing {
	background: url(../images/interface/apercu_mailing_header.png);
	text-align: center;
	color: #4F4F4F;
	font-weight: bold;
	padding-top: 8px;
	height: 142px;
}

#entete_mailing {
	background: url(../images/interface/apercu_mailing_entete.png);
	padding: 5px 15px;
}

#entete_mailing,
#entete_mailing span,
#entete_mailing label {
	color: #333;
}

#corps_mailing {
	padding: 5px 17px;
	list-style-position: inside;
}

#footer_mailing {
	height: 20px;
	background: url(../images/interface/apercu_mailing_footer.png);
}

#panel_adresses h3 {
	margin-top: 15px;
}

#liste_email_wrapper .chosen-container-single .chosen-search input[type=text]{
	color:black;
}
 #liste_email_wrapper span#ajout_adresse_mail {
	 width:90px;
} 


#ajout_adresse_mail:before {
	color: white;
	margin-right: 4px;
}

#liste_email_wrapper tr.remove td:nth-child(1), 
#liste_email_wrapper tr.remove td:nth-child(2) 
{
	text-decoration: line-through;
}

#liste_email_wrapper > .row > div{
	margin-top:5px;
	margin-bottom:5px;
}

#liste_email_filter{
	text-align:right;
}

/* FIN MODULE MAILING */



/* MODULE DIAPORAMA */

/* FIN MODULE DIAPORAMA */



/* MODALES */

.modal-header {
	background: #31B0D5;
	color: white;
}

.modal-header .close {
	opacity: 0.8;
	color: white;
	margin-top: 0px;
	font-size: 28px;
}

.modal-header .close:focus, .modal-header .close:hover {
	opacity: 1;
}

.modal-body h2 {
	font-size: 20px;
}

.modal-body .conteneur {
	height: 110px;
}

.border-right {
	border-right: 1px solid #ccc;
}

.modal-body p {
	color: #333;
}

.modal-body h2.nouvel-element {
	color: #449D44;
}

.modal-body h2.element-existant {
	color: #286090;
}

.modal-body button.btn {
	font-size: 16px;
	vertical-align: top;
	line-height: 28px;
	transition: font-size 0.1s ease;
}
.modal-body button.btn:hover {
	font-size: 17px;
}

.modal-body button.btn span.backicon {
	vertical-align: top;
}

.modal-footer {
	background: #444;
}

.modal-footer button {
	transition: font-size 0.1s ease;
	line-height: 28px;
}

.modal-footer button:hover {
	font-size: 15px;
}
.modal-content select, .modal-content input{
	color:black;
}

/* FIN MODALES */



/* ASTUCES */

.no-border {
	border-top-style: none!important;
	border-bottom-style: none!important;
}
.no-padding {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.nopadding {
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.nopaddingleft {
	padding-left: 0px!important;
}

.nopaddingright {
	padding-right: 0px!important;
}

.margin {
	margin: 20px;
}

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

.margin-bottom {
	margin-bottom: 10px;
}

/* FIN ASTUCES */
/**** SELECT ****/
option.defaut {
	font-size: 0.9em;
	font-style: italic;
	color: grey;
}
option.parent {
	background-color: #aaaaaa;
}
option.enfant_un {
	padding-left: 20px;
	background-color: #cccccc;
}
option.enfant_un:before { content: "&nbsp;&nbsp;"; }
option.enfant_un:first-letter { border-left: 1em solid red; }
option.enfant_deux {
	padding-left: 40px;
}


/* ALERTES */

.alert-success:not(.basic) {
	border-color: #D6E9C6;
	background-color: #008000;
}
.alert-success:not(.basic),.alert-danger:not(.basic) {
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	border: 0;
	border-radius: 8px;
	padding: 4px;
}
.alert-danger{
	background-color: #BD1C1C;
	border-color: #E9C6C6;
}

.alert-success span {
	font-size: 24px;
}

.alert:not(.alert-warning) button.close {
	color: #FFF;
}

.alert button.close {
	opacity: 0.7;
	font-size: 24px;
	margin-top: -4px;
	margin-right: 4px;
}

/* FIN ALERTES */
.cke {
	clear:both;
}

/* NOTY */
.noty-alert{
	display:none;
}



/* MEDIA QUERIES */

@media (min-width: 1200px) {
	#box-connexion {
		margin-top: 10%;
	}
}


@media (max-width: 991px) {
	a.plain h4 {
		font-size: 14px;
		line-height: 22px;
	}
}


/* FIN MEDIA QUERIES */



/* SURCHARGES CKEDITOR */

.cke {
	clear: both;
}

/* FIN SURCHARGES CKEDITOR */

/* ANIMATION ICONES */
.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from { transform: scale(1) rotate(0deg); }
	to { transform: scale(1) rotate(360deg); }
}

/**** Modal backicon **/
.glyphs.css-mapping{
	list-style: none;
	-webkit-padding-start: 0px;
}
ul.glyphs.css-mapping li {
	width: 10%;
	float: left;
	text-align: center;
}
ul.glyphs.css-mapping li input {
	display:none;
}
ul.glyphs.css-mapping .icon {
	color: black;
	font-size: 25px;
}
ul.glyphs.css-mapping .icon:before {
	border: 1px solid black;
	padding: 3px;
}

#collection_content{
	max-height: 600px;
	overflow-y: scroll;
	padding-top: 5px;
	display: block;
	width: 100%;
}
#modal_pyricon .recherche input{
	color:black;
	margin-bottom:10px;
}
#choisir_pyricon{
	display: inline-block;
	float: left;
}
ul.glyphs.css-mapping li.masquer{
	position:absolute;
	width:0;
	opacity:0;
	top: 100%;
}

.filefinderbrowser iframe{
	min-height: 35vh;
}

/**** New galerie ****/
.in_galerie {
	border: 2px solid white;
	color: black;
	margin: 10px 0px;
	padding: 0px;
}

.in_galerie .actions {
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8px 10px;
}
.in_galerie .actions span {
	cursor:pointer;
}
.in_galerie img {
	height:200px;
	cursor: move;
}
.volet.masquer {
	right: -65%;
}

.volet {
	background: white;
	position: fixed;
	overflow-y:auto;
	width: 60%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 999;
	-webkit-transition: right 1s; /* For Safari 3.1 to 6.0 */
	transition: right 1s;
}
.volet-open{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(100,100,100,0.6);
	top: 0;
	left: 0;
}
.volet .fermer-volet{
	/* position: absolute; */
	/* width: 8%; */
	/* height: 100%; */
	/* right: 100%; */
	background-color: white;
	cursor:pointer;
}
.volet .fermer-volet .glyphicon-chevron-right{
	position: absolute;
	top: 50%;
	font-size: 25px;
	color: black;
	/* left: 50%; */
	left: 25px;
	transform: translate(-50%,-50%);
	border: 1px solid black;
	border-radius: 50%;
	padding: 7px;
}
.small_placeholder.col-xs-3{
	border:2px dotted white;
	height:204px;
	margin: 10px 0px;
	padding: 0px;
}

/*** bloc_referencement ***/
.champ_compteur{
	position: absolute;
	display: block;
	content: "1";
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}


.requiregodmode{
	display:none;
}
.godmode .requiregodmode{
	display:inherit;
}
/*** DataTables bootstraped ***/
.datatables_bootstrap {
	margin-top:20px;
}
#panel_adresses{
	margin-bottom: 120px;
}

.datatables_bootstrap select,.datatables_bootstrap select options{
	color:black;
}
.datatables_bootstrap div.dataTables_wrapper div.dataTables_filter{
	text-align:left;
}
.datatables_bootstrap div.dataTables_wrapper div.dataTables_filter input{
	color:black;
}
.datatables_bootstrap .dataTables_paginate.paging_two_button a{
	padding: 3px 10px;
	background-color: white;
	margin: 0px 10px;
	color: black;
	border: 1px solid black;
	border-radius: 5px;
}
.form-horizontal .list-group.slim .list-group-item .form-group{
	margin-bottom:0;
}
.list-group.slim .list-group-item {
	padding-top: 4px;
	padding-bottom: 4px;
}
#ElementMenuDyn > .element.list-group-item {
	margin-bottom: 1em;
}
#ElementMenuDyn > .element.list-group-item > .row {
    padding-bottom: 0.7em;
    padding-top: 0.3em;
}
.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0!important;
}


span#visu_pyricon {
	font-size: 24px;
}
button.filefindable {
	padding: 4px 16px;
}
button.filefindable span.backicon {
	font-size: 16px;
}

.appear.grow{
	position: absolute;
	width: 100%;
	min-height:14px;
	bottom: -7px;
	z-index:1;
}
.appear.grow>*{
	transition: transform 0.2s;
	transform: scale(0,0);
	transform-origin: center;
}
.appear.grow:hover>*{
	transform: none;
	transition: transform 0.2s;
}

.col-xs-2.backicon {
	margin: 0;
}

/*** autocomplete ***/
.ui-menu {
    max-height: 300px;
    overflow-y: auto;
}
.ui-autocomplete-loading {
    background: white url(../images/interface/ui-anim_basic_16x16.gif) right center no-repeat;
}
span.ui-helper-hidden-accessible {
    display: none;
}

/** glyphicon spin **/
.spin {
	padding:0px!important;
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	-webkit-transform-origin: 50% 58%;
	transform-origin:50% 58%;
	-ms-transform-origin:50% 58%; /* IE 9 */
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ariane,.ariane>a{
	color:white;
}
.ariane>:last-child{
	font-weight:bold;
}

/*** RendezVous ***/
.rendez-vous-dispo{
	padding:10px;
}

.table-definition-pas {
	max-width: 150px;
}
.table-definition-pas thead{
	text-align:center;
}
.table-definition-pas td {
    border: 1px solid transparent;
    text-align: right;
}
.selection-dispo tbody:before{
	content:"@";
    display:block;
    line-height:30px;
    text-indent:-99999px;
}


.selection-dispo th{
	border-bottom: 1px solid transparent!important;
	text-align: center;
	font-size:20px;
	font-weight:normal;
}
.selection-dispo td{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid white;
	cursor:pointer;
}
.selection-dispo .active td {
    background-color: rgb(60, 118, 61)!important;
	border-color: #d6e9c6;
}
.selection-dispo .active td:hover,
.selection-dispo .active td:focus {
    background-color:rgba(60, 118, 61,0.8)!important;
}
.selection-dispo td:hover,
.selection-dispo td:focus{
	background-color:rgba(60, 118, 61,0.2);
}
.rangeable-container{
	border-collapse: collapse;
    border-spacing: 0;
}
/*
.rangeable-container.selecting td:hover{
	cursor: url('../../images/interface/circle-check.svg'),auto;
	cursor:move!important; 
}
.rangeable-container.unselecting td:hover{
	cursor: url('../../images/interface/circle-remove.svg'),auto;
	 cursor:not-allowed!important; 
}
*/

/*** Liste des rendez vous ***/
.popover {
	color:#111;
	z-index: 1040;
}
.popover-footer {
	border-top: 1px solid #ebebeb;
    padding: 4px 14px 0px 14px;
    margin-left: -14px;
    margin-right: -14px;
}
[data-toggle="popover"] {
	cursor:pointer;
}
.popover .close {
    font-size: 17px;
    margin-left: 10px;
    margin-top: -6px;
    margin-right: -10px;
}

/**** ICONVIEWER ***/
.input-group-addon.viewer {
	cursor:pointer;
    background: white;
    color: #333;
    width: 38px;
}

/*** NAV ***/
ul.nav.nav-tabs.nav-justified.nav-liste li.active a {
    font-weight: bold;
	border-bottom: 5px solid #269ABC!important;
	border-radius: 0;
}

ul.nav.nav-tabs.nav-justified.nav-liste li a {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
	border-bottom: 1px solid #269ABC!important;
	border-radius: 0;
}

.nav-liste li.active:after {
	position: absolute;
	top: 15px;
	left: 20px;
	content: "\e114";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: #555;
}

.nav-liste {
	margin-bottom:10px;
}