@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body { 	background-color:#f9f9f9;margin:0;  }
*  {
	font-family:'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #4f4b45;
	box-sizing: border-box;         /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box;    /* For Firefox                          */
	-webkit-box-sizing: border-box;
}

a {  text-decoration: none;color:#845999;}
a:hover {  text-decoration: underline; }
a img{ border:none !important; }
ul { margin:0;padding:0;list-style:none; }
li { list-style:none; }
ul.puces li {
	list-style:url(../images/puce.png) none outside ;margin-left:20px;
	margin-top:5px;line-height:1em;
}
.icon { vertical-align:bottom;margin:3px 3px 1px 3px; }

.encadre { background-color:#f2f2f2;border:1px solid #dad5dd; padding:10px 15px;margin:15px 0; }
hr { 
clear: both;
border: 0; /* enleve toute bordure */
border-bottom: 1px #cccccc solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
margin:2px 0 0 0px;
/margin:10px 0 -8px 0;
}
h1 { font-weight:normal;font-size:1.5em;line-height:1em; }
#header h1 { margin: 5px; }

.floatLeft { float:left; }
.floatRight { float:right; }

.textLeft { text-align:left; }
.textRight { text-align:right; }
.textCenter { text-align:center; }

.alignLeft { text-align:left; }
.alignRight { text-align:right; }
.inline { display:-moz-inline-box;display:inline-block; }

.imgLeft { float:left;margin:0 10px 3px 0; }

.backgrey { background:#f2f2f2; }
.backwhite { background:#fff; }
.content { background:#fff;padding:10px; }
.marg10 { margin:10px; }
.pad10 { padding:10px; }
.pad10-2 { padding:0 10px; }
.pad30 { padding:30px; }
.spacer,.clr { clear:both;height:1px; }

.orange { color:#cf5e1c; }
.blanc { color:#fff; }
.jaune { 	color:#ffa600; }
.rouge,.red { color:#cc0000; }
.brique { color:#990000; }
.violet { color:#56265e; }
.gris,.grey { color:#999999; }
.lightgrey { color:#c8c8c8; }
.xxl { font-size: 2em;line-height:1.5em;}
.xl, .titres, .titre { font-size: 1.3em;line-height: 1.3em;}
.l { font-size: 1.1em;line-height: 1.3em;}
.s { font-size: 0.9em;}
.xs { font-size: 0.8em;}
.xxs { font-size: 0.7em;}
.date { font-size:0.9em; }
.georgia { font-family: "Georgia", "Times"; }
.cap { text-transform:uppercase; }

.border { border:1px solid #dad5dd; }

.boxborder { border:1px solid #dad5dd; }
.inter { padding:3px 10px;background:#e7e9ee;border-bottom:1px solid #bdc2c9;border-top:1px solid#fff; }

.img-left { float:left;margin: 0 10px 10px 0; }





#header { background:#bdc2c9;text-align:center; }
.msgInPage { width:600px;margin:10% auto;background:#fff;border:1px solid #dad5dd;padding:20px; }


/*---------------------------- ident -------------------------*/
div#ident {
	width: 460px;
}
div#ident.msgInPage {
	padding: 0;
}
div#ident h1 {
	background: #640044 url(../images/sprite_admin.png)no-repeat 190px 10px;
	display: block;
	padding-top: 80px;
	margin: 0;
	text-align: center;
	padding-bottom:20px;
	color: #fff;
}
div#ident h2 {
	display: block;
	padding: 15px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;

}
div#ident form div.container {
	width: 100%;
}
div#ident form label {
	text-align: right;
	color: #999;
	font-size: 12px;
	display: inline;
	float: left;
	width: 120px;
	margin-right: 20px;
}
div#ident span.required {
	display: none;
}
div#ident input[type=password],
div#ident input[type=text] {
	width: 50%;
	border: 0 none;
	border-bottom: 1px solid #ddd;
		padding: 2px 0px;
	margin-top: -3px;
}
div#ident input[type=submit] {
	clear: both;
	margin-left: 130px;
}
div#ident div#container-remember{
	margin-top: 30px;
}
div#ident form div.container > div {
	display: block;
	float: none;
}
div#ident form div#container-remember > label, div#ident form div#container-password .required {
	display: none;
}
div#ident form div#container-remember input[type=checkbox] {
	margin-top: 2px;
}
/*---------------------------- navtabs -------------------------*/
#navtabs { 
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width:180px;
	background: #640044;
}

#navtabs ul { 
	margin:0;padding:0;
	width:100%;
	border-bottom:0 none; 
	clear: both;
}
#navtabs ul li { 
	list-style-type:none;
	color: #fff;
	display: block;
	padding: 3px;
	margin: 0;
	background: #640044;
}
#navtabs ul li h2  {
	display: block;
	height: 30px;
	padding:15px 0 0px 0px;
	font-size: .9em;
	background: url(../images/sprite_admin.png)no-repeat;
	margin: 0;
}
#navtabs ul li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
 	line-height: 1.2em;
	padding:0px 0 10px 40px;
}
#navtabs ul li h2 a {
	display: inline;
	text-transform:uppercase;
	font-weight: bold;
	color: #b8b2bb;
	line-height: 2px;
} 



#navtabs span { 
	margin-bottom: 10px;
}
#navtabs ul li.on { background-color:rgba(255,255,255,0.2); }
#navtabs ul li:hover { background-color:rgba(255,255,255,0.1); }
#navtabs ul li.on:hover { background-color:rgba(255,255,255,0.2); }


#navtabs ul li.home {
	height: 110px;
	width: 100%;
} 	
#navtabs ul li.home h2 {
	background-position: 50px top; 
	display: block;
	height: 110px;
	padding-top: 70px;
	width: 100%;
	text-align: center;
} 
#navtabs ul li.home a { 
	color: #fff;
	padding: 70px 0 0 0;
	height: 110px;
}
#navtabs a.session { 
	display: block;
	position: absolute;
	bottom: 10px;
	padding-left: 40px;
	color: #fff;
	background: url(../images/sprite_admin.png)no-repeat -315px -10px;
}
#navtabs ul li.accueil h2 { 	background:#bdc2c9;color:#fff;border-top:0 none; }
#navtabs ul li.admin h2 { 	background-position: 0 -500px; }
#navtabs ul li.ads h2 { background-position: ; }
#navtabs ul li.agenda h2 { 	background-position: 0 -300px ; }
#navtabs ul li.annu h2 { 	background-position: ; }
#navtabs ul li.blog h2 { 	background-position: 2px -200px; }
#navtabs ul li.carousel h2 { 	background-position: 0 -150px;}
#navtabs ul li.comments h2 { background-position: 0 -900px; }
#navtabs ul li.concours h2 { 	background-position: ; }
#navtabs ul li.courrier h2 { background-position: 0 -650px; }
#navtabs ul li.description h2 { background-position:  0 -px; }
#navtabs ul li.diff h2 { 	background-position:  0 -850px; }
#navtabs ul li.forms h2 { background-position:  0 -400px; }
#navtabs ul li.formules h2 { 	background-position:  0 -600px; }
#navtabs ul li.gallery h2 { 	background-position:  0 -px; }
#navtabs ul li.news h2,#navtabs ul li.informations h2 { 	background-position:  2px -250px; }

#navtabs ul li.newsletter h2 { 	background-position:  0 -650px; }
#navtabs ul li.places h2 { 	background-position:  0 -px; }
#navtabs ul li.products h2 { 	background-position:  0 -px; }
#navtabs ul li.reservations h2 { 	background-position: 2px -551px; }
#navtabs ul li.settings h2 { background-position:  0 -450px; }
#navtabs ul li.users h2 { 	background-position:  0 -345px; }
#navtabs ul li.description h2 { background-position:  0 -px; }
#navtabs ul li.form h2 { background-position:  0 -px; }
#navtabs ul li.gallery h2 { 	background-position:  0 -px; }
#navtabs span.count {
	 font-size: .8em;background-color: #fff;
	 padding: 3px 5px;line-height: 1em;
	display: inline;margin: -5px 7px 0 0;
	border-radius: 10px;
 	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
 	float: right;
 	color: #640044;
}

/*------- h1 pages -------*/

#admin h1 {
	background: url(../images/sprite_admin.png)no-repeat;
	height: 50px;
	padding-left: 60px;
	line-height: 50px;
}
#admin h1.admin 		{	background-position: -310px -500px; }
#admin h1.agenda		{	background-position: -310px -300px; }
#admin h1.blog 			{	background-position: -310px -200px; }
#admin h1.carousel 		{	background-position: -310px -150px; }
#admin h1.comments		{	background-position: -310px -900px; }
#admin h1.courrier 		{	background-position: -310px -650px; }
#admin h1.forms			{	background-position: -310px -400px; }
#admin h1.formules		{	background-position: -310px -600px; }
#admin h1.news 			{	background-position: -310px -250px; }
#admin h1.newsletter	{	background-position: -310px -650px; }
#admin h1.diff			{	background-position: -310px -850px; }
#admin h1.reservations	{	background-position: -310px -550px; }
#admin h1.settings 		{	background-position: -310px -500px; }
#admin h1.users			{	background-position: -310px -350px; }
#admin h1.partners		{	background-position: -310px -700px; }


/*------- commons -------*/

form input[type=submit], form button.submit {
	display: block;
	clear: both;
	margin: auto;
	width: 150px;
	border: 0 none;
	background: #812a69;
	border-bottom: 3px solid #640044;
	color: #fff;
	padding: 15px 25px;
	border-radius:5px;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	text-transform: uppercase;
 	font-size: 1.2em;
 	font-weight: bold;
 	cursor: hand;
 	margin:15px 0 5px 0;
	 -webkit-transition:  .5s ease;
        -moz-transition:  .5s ease;
         -ms-transition:  .5s ease;
          -o-transition:  .5s ease;
             transition:  .5s ease;
}
form input[type=submit]:hover, form button.submit:hover {
 	margin:20px 0 0 0;
	background: #a14a89;
}
/*----------- NEW COMMONS -------*/

a.btn, a.button, button.btn, button.submit {
	display: inline-block;
	position: relative;
	vertical-align:middle;
	padding: 7px 10px;
	font-size: 12px;
	border: none;
	font-weight: 600;
	border-radius:0px;
	background: #791d5b;
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	cursor: pointer;
	border-radius:2px;
	z-index: 1;
	transition: all 0.35s ease;
	margin: 5px 2px;
}
a.btn:hover, a.button:hover, button.submit:hover {
	background:#a14a89;
	text-decoration: none;
	margin: 7px 2px 3px 2px;
}

/*------------COMMANDS----------*/
div.commands {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #ddd;
	background: #fff;
	width: 320px;
	padding: 0px 15px 5px 15px;
	min-height: 10px;
	margin-bottom: 20px;
}
div.commands a:hover {
	text-decoration: none;
}
div.commands a.preview {
	position: absolute;
	display: inline-block;
	right: 15px;
	top: 5px;
	width: auto;
	color: #ccc;
	text-transform:uppercase;
	line-height: 24px;
	font-size: 12px;
}
div.commands a.preview::after {
	font-family: 'Material Icons';
	display: inline-block;
	font-size: 24px;
	width: 24px;
	height: 24px;
	color: #791d5b;
	content: '\e8f4';
	vertical-align: middle;
	margin-left: 5px;
}
div.commands a.preview:hover::after {
	color: #a14a89;
}
div.commands a.btn {
	display: inline-block;
	width: calc((100% / 3) - 5px);
	margin: 5px 5px 5px 0;
}
div.commands a.btn:first-of-type {
	clear: both;
}
div.commands a.btn:hover {
	margin: 7px 5px 3px 0;
}
div.commands a.btn:last-of-type {
	margin-right: 0;
}
div.commands .switcher {
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 5px;
	height: 30px;
	padding-bottom: 5px;
	margin-top: 0;
}
div.commands .container.switcher span.label {
	float: right;
	padding-left: 5px;
	color: #ccc;
	text-align: left;
}
#container-valid  label {
	float: left;
}
#container-valid  span.label {

	width: 120px;
}
div.commands .lastmodif {
	color: #999;
	margin-top: 25px;
	font-size: 13px;
	height: 20px;
	overflow: hidden;
}
div.commands .lastmodif label {
	font-size: 12px;
	display: inline-block;
	width: auto;
	margin-right: 10px;
	float: none;
}
div.commands a.delete, div.commands a.undo, div.commands a.add {
	display: inline-block;
	float: right;
	text-align: center;
	color: #bdc2c9;
}
div.commands a.delete:before, div.commands a.undo:before, div.commands a.add:before {
	content: '';
}
div.commands a.delete i, div.commands a.undo i, div.commands a.add i  {
	background: #fff;
	font-size: 18px;
	height: 24px;
	width: 26px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #dadada;
	cursor: hand;
	margin-left: 10px;
	padding-left: 3px;
	overflow: hidden;
}
div.commands a.delete:hover i, div.commands a.undo:hover i, div.commands a.add:hover i {
	background-color: var(--violet);
	color: #fff;
}
div.commands a.delete:hover i {
	background-color: #ff0000;
}
div.addmore {
	cursor:pointer;
	margin-bottom: 20px;
	margin-top: -15px;
	color: #ccc;
}

a.add:before, div.addMore:before {
	display: inline-block;
	float: left;
	font-size:14px;
	font-family: "Material Icons"; 
	content: "add";
	vertical-align:middle;
	color: var(--gris);
	background: var(--back);
	margin-right: 10px;
	width: 14px;
	height: 14px;
}
a.add:hover, div.addMore:hover {
	color: var(--violet);
}
a.add:hover:before, div.addMore:hover:before {
	color: #fff;
	background: var(--violet);
}
div.commands a.add:before {
	background: transparent;
}
/*--------------------- SWITCH BUTTON----------------*/
.switcher {
	text-align: right;
	padding-bottom: 30px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 16px;
  vertical-align:middle;
  margin: -2px 0 0 5px;
}
.switcher label {
	position: static;
	pointer-events: auto;
	left: auto;
	top: auto;
	clear: none;
	float: none;
	width: auto;
}
.switcher span.label {
	background: none;
	display: inline-block;
	border: 0 none;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	padding: 0;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    background:#f5f5f5 ;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .1);
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch  input[type=checkbox]:checked + .slider {
  background-color: #a14a89;
}

.switch input[type=checkbox]:focus + .slider {
  box-shadow: 0 0 1px #a14a89;
}

.switch input[type=checkbox]:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

/*-------------------- images  ------------------------*/
div.image {
	clear: both;
}
/*-------------------- form inputs  ------------------------*/
form div.container {
	 clear: both;
}
form .mce-container-body {
	margin-bottom: 10px;clear: both;
}
form div.container > div:not(.clr) {
	float: left;
display: inline;
}
input[type=text], input[type=password], textarea,select {
	background:#fff;
	width:100%;
	outline: none;
	border: 1px solid #ddd;
	padding: 2px 5px;
}
input[type=text][name=title] {
	font-size: 1.5em;
	font-weight:400;
}
input[type=checkbox] {
	border: 1px solid #b4b9be;
	background: #fff;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
	
}
span.input-checkbox {
	display: inline-block;
	padding-top: 20px;
}
input[type=checkbox]:checked:before {
	content: "✔";
	margin: -3px 0 0 -4px;
	color: #640044;
}
input[type=radio]:checked:before, input[type=checkbox]:checked:before {
float: left;
display: inline-block;
vertical-align: middle;
width: 28px;
font-size:16px;
line-height: 1em;
font-weight: 400;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}

input[type=password].error, #passwordStrength.error {
	border: 1px solid #990000;
}
input[type=password].success, #passwordStrength.success {
	border: 1px solid #009900;
}
select {
	width: auto;
}
input[type=text].short {
	width: 120px;
}

form { margin:0; }
label { 
 	display: block;
 	clear:both;
 	padding-top:5px;
 	vertical-align:bottom;
 	height:20px;
 	text-transform:uppercase;
 	font-size:13px;
 	color: #999;
	float:left;width:120px;text-align:right;margin-right:10px;margin-right:10px;padding-top:5px;vertical-align:bottom;height:20px;text-transform:uppercase;font-size:12px; 
 	
 }
.formOblig, .required { 
	float:left;
	font-weight:bold;
	font-size:1.3em;
	text-align:left;
}

label.radio {
	 display: inline;text-align: left;width: auto;
}
label.radio input {
	margin-right: 10px;
}
.green { color:#009900; }

.toolbox {
float:right;
margin-right:50px;
}
.toolbox img {
margin-right:5px;
border:0 none;
}
textarea#content { padding:0;width:75%; }
.notification-error {
border: 1px solid #dad5dd;
background:#fdfcfd url('../../images/back_stripes.jpg') repeat-x;
height: auto;
padding: 15px;line-height:15px;
text-align: left;
color:#cc0000;
margin-bottom:10px;
}

.notification-ok {
height:200px;
background: url(/images/success-icon.png) no-repeat 20px 20px;
padding:30px 10px 20px 100px;
}


.table_sql  { margin:20px 0px;background:#fff;width:100%; }
.table_sql  tr:hover td { background:#fff;color:#000; }
.table_sql  th { 
	background:#bdc2c9;text-align:left;padding-left: 5px;padding-top: 5px;text-transform:uppercase; 
}
.table_sql  th a { color:#fff; }
.table_sql  td {  padding:5px; }
.table_sql  tr.color1 td { background:#fafafa; }
.table_sql  tr.color0 td { background:#fefefe; }
.table_sql img { width: 32px; }


div.tabsContainer{
	margin: 0 10px 10px 10px;
	padding: 10px;
	background: #fff;
	border:1px solid #dad5dd;
}
.ong-prime { display:-moz-inline-box;display:inline-block;padding:5px 25px;
background-image: linear-gradient(bottom, #E3E0E3 46%, #ffffff 73%);
background-image: -o-linear-gradient(bottom, #E3E0E3 46%, #ffffff 73%);
background-image: -moz-linear-gradient(bottom, #E3E0E3 46%, #ffffff 73%);
background-image: -webkit-linear-gradient(bottom, #E3E0E3 46%, #ffffff 73%);
background-image: -ms-linear-gradient(bottom, #E3E0E3 46%, #ffffff 73%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.46, #ffffff)
	color-stop(0.73, #E3E0E3),
);
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;margin-right:2px;text-transform:uppercase;color:#999;font-size:1.1em;line-height:1.1em; 
border:1px solid #dad5dd;

}
.ong-prime-off { 
display:-moz-inline-box;display:inline-block;padding:5px 25px;
background-image: linear-gradient(bottom, #BDC2C9 46%, #E3E3E3 73%);
background-image: -o-linear-gradient(bottom, #BDC2C9 46%, #E3E3E3 73%);
background-image: -moz-linear-gradient(bottom, #BDC2C9 46%, #E3E3E3 73%);
background-image: -webkit-linear-gradient(bottom, #BDC2C9 46%, #E3E3E3 73%);
background-image: -ms-linear-gradient(bottom, #BDC2C9 46%, #E3E3E3 73%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.46, #BDC2C9),
	color-stop(0.73, #E3E3E3)
);
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;margin-right:2px;text-transform:uppercase;color:#222;font-size:1.1em;line-height:1.1em; 
border:1px solid #dad5dd;
}
.ong-prime:hover { text-decoration:none; }
.ong-prime-off:hover { text-decoration:none;color:#fff; }


.ong-sec {
border:1px solid #dad5dd;border-bottom: 0;
display:-moz-inline-box;display:inline-block;padding:5px;text-transform:uppercase;font-size:1em;line-height:1.3em;margin:5px 5px -1px 10px;
background: #fff;z-index: 2;

}
.ong-sec-off { 
border:1px solid #dad5dd;border-bottom:0 none;
color: #ddd;
display:-moz-inline-box;display:inline-block;padding:4px 5px;background:#f2f2f2;text-transform:uppercase;font-size:1em;line-height:1.3em;margin:10px 5px -3px 10px;
border:1px solid #dad5dd;
}
a.ong-sec-off:hover { background:#845999;color:#fff;text-decoration:none; }
a.ong-sec:hover {text-decoration:none; }


span.notif {
	 margin: 0 0 0 15px;
	 display: inline-block;
	 vertical-align:top;
	 width: 15px;
	 height: 15px;
	 text-align: center;
	 border-radius: 50%;
	 background: #cc0000;
	 color: #fff;
	 font-size: 10px;
	 font-weight: bold;
}

#admin { 
	position: relative;
	margin: 20px 20px  100px 200px;
}
#admin .wrapper {
	padding-top: 80px;
}

/*-------------------- commons ------------------------*/

span.ok, span.error {
	display: none;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;;
	border-radius: 50%;
	text-indent:-999em;;
}
span.ok {
	background: #00CC00 url(../images/sprite_admin.png) no-repeat -335px -51px;
}
span.error {
	background: #CC0000 url(../images/sprite_admin.png) no-repeat -334px -67px;
}


/*-------------------- LIST  ------------------------*/
.inter { padding:3px 10px;background:#e7e9ee;border-bottom:1px solid #bdc2c9;text-transform: uppercase;margin: 10px 0; }

#list { 
	background: #fff;
	border:1px solid #ddd;
	margin-bottom: 10px;
}
#list h2 {
	font-size: 2em;padding: 10px;
}
#list ul.sortable { 
	clear: both;
 	margin:0;padding:5px 10px;   
}
#list ul li {
  	list-style:none;
	padding:10px;
	display: block;
	border-top: 1px solid #ddd;
	margin:5px 0;
}
#list ul.sortable li {
  	border:1px solid #eee;background:#fff;
	cursor:move;
}
#list ul.sortable li a {
	display: inline-block;
}
#list ul.sortable li a.theme {
	text-transform: uppercase;
	background: none;
}
#list ul.sortable li a.category {
	text-transform: uppercase;
	background: none;
}
#list ul.sortable li a.red { color:#cc0000; }
#list ul.sortable li a.grey { color:#ccc; }

#list ul.sortable li a.display:before,
#list ul.sortable li a.lang:before,
#list ul.sortable li a.img:before
 {
	content: '';
}	
#list ul.sortable li a.img {
	display: inline;
	float: left;
	margin: 0 5px 5px 0;
} 

#list ul.sortable li a.display {
	display: inline-block;
	text-transform: uppercase;
	width: 50px;
	text-align: center;
	color: #aaa;
}
#list ul.sortable li a.lang  {
	border: 0 none;
	margin-left: 10px;
}	
#list span.place {
	display: inline-block;
	width: 60px;
	margin: 0 10Px;
	overflow: hidden;
}
#list .sortable li:hover  { background:#fcfcfc;cursor:move; }
#admin #list .sortable li,#admin #list .non-sortable li { font-size:.9em; }
#admin #list .sortable li:hover,#admin #list .non-sortable li:hover { background:#f8f8f8; }


#list h3 {
	margin: 10px 15px;
	clear: both;
}

#admin #list .sortable li.sample { display:inline;float:left;margin:4px; }
#admin #list .sortable li.sample img { width: 50px;height: 50px; }

#list a.themePhoto {
	clear: both;
	margin: 10px;
	display: block;
}

ul#sortable li a.delete::after, div.functions a.delete::after {
	font-family: 'Material Icons',sans-serif;
	content: '\e92b';
	font-size: 18px;
	color: #ccc;
	display: inline-block;
	float: right;
	
}
div.functions a.delete::after {
	float: left;
	font-size: 20px;
	vertical-align:middle;
}
div.functions a.delete:hover::after {
	color: #845999;
}

ul#sortable li a.delete:hover::after {
	color: #cc0000;
}


form#download { display:inline;text-align:right;margin-bottom:10px; }

/*-------------------- ENCART ------------------------*/

.encart { 
	position: relative;
	float:right;display:inline;width:auto;padding:10px 15px;
	background:#f6f6f6;border:1px solid #dad5dd;
	margin-bottom: 10px; 
}
.encart form label {
	display: none;
	width: 0;
}
.encart form #container-tables {
	margin: 10px 0;
}
.encart form input[type=submit] {
	width: auto;
}
/*-------------------- SELECTORS ------------------------*/
ul.lang, ul.places {
	list-style-type: none;
	margin: 0;padding: 0;	
	width: 100%;
	height: 40px;
}
ul.places {
	display: inline;width: auto;
	float: left;
}
ul.lang li, ul.places li {
	display: inline;float: left;
	padding: 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 40px;
}
ul.lang li a, ul.places li a {
	display: block;
	height: 40px;
	color: #ccc;
	 -webkit-transition:  1s ease;
        -moz-transition:  1s ease;
         -ms-transition:  1s ease;
          -o-transition:  1s ease;
             transition:  1s ease;
}
ul.lang li a:hover {
	color: #000;
	text-decoration: none;
}
ul.lang li:first-child {
    border-left:1px solid #ddd;
}


div.selector { 
	display: inline-block;float: left;
	background:#fff;padding:10px;margin-bottom:15px; 
}
div.selector ul { 
	margin:0;list-style:none;padding:0; border: 0;
}
div.selector ul li, #list .selector ul li { 
	border: 0 none;
	float:left;display:inline;	
	border:1px solid #dad5dd;margin-right:10px;padding:0 5px; 
}

div.selector ul li select { 
	float: none;
}

/*-------------------- reservations ------------------------*/
div.coord,
div.partner {
	color: #999;
	margin:5px 0 5px 130px;
	
}

/*-------------------- functions, multi delete  ------------------------*/
div.functions {
	clear: both;
	padding: 15px 5px;
}
div.functions a.delete {
	clear: both;
}


/*-------------------- agenda tabs  ------------------------*/
.tabsAgenda {
	clear: both;
	margin-top: 20px;
}


form div.container {
	 margin-bottom: 10px;clear: both;
}
form div.container > div {
	 float: left;display:inline;
}
input[type=text], input[type=password], textarea,select {
	background:#fff;
	font-family: "PT Sans",sans-serif;
	font-size:13px;
	width:80%;
	font-weight: normal;
	display: inline;margin-right: 5px;
	float: left;
}
select {
	width: auto;
}
input[type=text].short {
	width: 120px;
}
input[type=text].rate {
	width: 50px;
}
div.options {
	clear: both;
}
form { margin:0; }
 .formOblig { float:left;width:20px;font-weight:bold;font-size:1.3em;text-align:left;padding-top:5px; }

label.radio {
	 display: inline;text-align: left;width: auto;
}
label.radio input {
	margin-right: 10px;
}
.green { color:#009900; }

.toolbox {
float:right;
margin-right:50px;
}
.toolbox img {
margin-right:5px;
border:0 none;
}
textarea#content { padding:0;width:75%; }
.notification-error {
border: 1px solid #dad5dd;
background:#fdfcfd url('../../images/back_stripes.jpg') repeat-x;
height: auto;
padding: 15px;line-height:15px;
text-align: left;
color:#cc0000;
margin-bottom:10px;
}

.notification-ok {
height:200px;
background: url(/images/success-icon.png) no-repeat 20px 20px;
padding:30px 10px 20px 100px;
}


.table_sql  { margin:20px 0px;background:#fff;width:100%; }
.table_sql  tr { cursor: hand; }
.table_sql  tr:hover td { background:#fff;color:#000; }
.table_sql  th { 
	background:#bdc2c9;text-align:left;padding-left: 5px;padding-top: 5px;text-transform:uppercase; 
}
.table_sql  th a { color:#fff; }
.table_sql  td {  padding:5px; }
.table_sql  tr.color1 td { background:#fafafa; }
.table_sql  tr.color0 td { background:#fefefe; }
.table_sql img { width: 32px; }

button.duplicate {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/sprite_admin.png) no-repeat -337px -90px;
	border: 0;
	cursor: hand;
}

/*
.lang {  margin-right:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #dad5dd;
	display:inline-block;padding:0 3px;
	cursor:pointer;
}
.lang.off { background:#888;color:#fff; }
.lang.hover { background:#fff;color:#333; }

*/

#type-expl { display:none;width:72%;margin-left:150px;margin-bottom:10px;border:1px solid #dad5dd; background:#fff;padding:10px; }
#type-expl .help { font-size:1.2em;color:#999;font-style:italic;margin-bottom:10px; }
#type-expl label { width:30px; }
#type-expl .submit { margin:10px 0 0 63px; }

.nbReq { line-height:30px;display:inline;margin:0 15px; }
.suiprec { text-align:center;color:#8d9299;line-height:30px;margin:15px;display:block; }
.suiprec span.on { display:inline;padding:3px 5px;margin:0 0 0 5px;width:15px; }
.suiprec  a { display:inline;padding:3px 5px;margin:0 0 0 5px;width:15px;border:1px solid #dad5dd;font-size:10px;color:#7c3e8d;cursor:pointer; }
.suiprec  a:hover { background:#faf5fd; }
.suiprec  a.on { background: #dad5dd;color:#fff;text-decoration:none; }


/*-------------------- SEARCH AJAX ------------------------*/

.search-ajax { 
	position: relative;
	display: inline-block;
	float:right;
	width:300px;
	height: 30px;
	text-align:left; 
	margin-top:15px; 
}
.search-ajax.linear {
	display: block;
	clear: both;
	width: auto;
	float: none;
	margin: 10px 0;
}

.search-ajax .loader {
	diplay:inline-block;float: right;
	width: 16px;height: 16px;
	background: url(../images/ajax-loader.gif) no-repeat center center;
}
input[type=text].input-ajax { 
	width:270px;color:#999;
	padding: 0 5px;
	line-height: 20px;
	outline: none;
	background: #fff url(../images/pic_search.png) no-repeat right top;
}
.search-ajax .results, .linear .results { 
	z-index: 99;
	position:absolute;top:20px;width:270px;background:#fff;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	border:1px solid #dad5dd;display:none;
}
.search-ajax.linear .results { 
	top: 25px;left: 130px;
}
.search-ajax .results ul { 
	padding:0;margin:0;

}
.search-ajax .results ul li, #list .search-ajax .results ul li {
	display: block;
	float: none;
	border: 0;
	border-bottom:1px dotted #dad5dd;cursor:pointer;clear:both;padding:3px 10px;
}
.search-ajax .results ul li a {
	border: 0;
}
.search-ajax .results ul li.on { background:#f2f2f2; }





.export { border:1px solid #dad5dd;background:#f2f2f2 url(../images/pic_download.gif) no-repeat 10px center ;padding:3px 30px;display:block; }
.alert { border:1px solid #ffd900;background:#ffffdb url(../images/pic_alert.png) no-repeat 5px 3px;padding:5px 30px;margin-top:-1px; }
.galeries { background:#000;color:#FFF;text-transform:uppercase;padding:3px;margin:5px;line-height:20px; }
.category { background:#bdc2c9;color:#FFF;text-transform:uppercase;padding:3px;margin:5px;line-height:20px; }


.addMore { display:inline;margin:5px 0;padding-left:15px;background:url(../images/pic_plus.gif) no-repeat left center;color:#cc0000;cursor:hand; }
.addLess { display:inline;margin:5px 0;padding-left:15px;background:url(../images/pic_moins.gif) no-repeat left center;color:#cc0000;cursor:hand; }
.addMoreImg { cursor:hand; }

a.suppress, span.minibtn {
	display: inline-block;
	background-color: #ddd;color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	height: 15px;width: 15px;
	text-align: center;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration: none;
	margin-top: 4px;
	cursor: hand;
	font-size: .85em;
}
a.suppress:hover {
	background: #FF0000;
}
span.minibtn {
	background: #845999;
}
span.minibtn.off {
	background: #ddd;
}
label.radio {
	 float: none;
}
div.container {
	 margin-top: 10px;
}
