@import url("noir/jquery-ui.min.css");
@import url("jquery-silk-icons.min.css");
@import url("../Java/slide/flexslider.css");
@charset "utf-8";
/* CSS Document */

 #nav {
background: #c61919; /* Old browsers */
background: -moz-linear-gradient(top,  #c61919 0%, #8d1717 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c61919), color-stop(100%,#8d1717)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c61919 0%,#8d1717 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c61919 0%,#8d1717 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c61919 0%,#8d1717 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c61919 0%,#8d1717 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c61919', endColorstr='#8d1717',GradientType=0 ); /* IE6-9 */

  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
}
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#nav ul:after,
#nav:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#nav ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#ffffff;
}
#nav ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index:99999999;
}
#nav ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #c61919; /* Old browsers */
background: -moz-linear-gradient(top,  #c61919 0%, #8d1717 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c61919), color-stop(100%,#8d1717)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c61919 0%,#8d1717 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c61919 0%,#8d1717 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c61919 0%,#8d1717 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c61919 0%,#8d1717 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c61919', endColorstr='#8d1717',GradientType=0 ); /* IE6-9 */
}
#nav ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#nav.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#nav ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#nav.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#nav ul li ul li a {
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#nav ul li ul li:hover > a,
#nav ul li ul li.active > a {
  color: #ffffff;
}
#nav ul li ul li:hover:after,
#nav ul li ul li.active:after {
  background: #4cb6ea;
}
#nav ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#nav ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#nav > ul > li {
  float: left;
}
#nav.align-center > ul > li {
  float: none;
  display: inline-block;
}
#nav.align-center > ul {
  text-align: center;
}
#nav.align-center ul ul {
  text-align: left;
}
#nav.align-right > ul {
  float: right;
}
#nav.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#nav.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#nav.align-right ul ul li a {
  text-align: right;
}
.no-touch #nav > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}

#search_rapide {
	padding-top:5px!important;
	float:right!important;
	width:160px!important;
}
#search_rapide:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%!important;
  height: 0;
  top: 0;
  z-index: 0;
  background: transparent!important;
  -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: color 0 ease-in!important;
    transition: none!important;
}

#nav > ul > li.has-sub > a {
  padding-right: 30px;
}
#nav > ul > li.has-sub > a:after {
  display: block;

  content: "";
  background: #000;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 10px;
  top: 12px;
}
#nav > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #FFF;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 12px;
  top: 17px;
}
#nav > ul > li > a {
  color: #ffffff;
  padding: 10px 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}
#nav > ul > li:hover:after,
#nav > ul > li.active:after {
  height: 100%;
}
#nav > ul > li:hover > a,
#nav > ul > li.active > a {
  color: #000000;
}
#nav > ul > li:hover > a:after,
#nav > ul > li.active > a:after {
  background: #000000;
}
#nav > ul > li:hover > a:before,
#nav > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#nav > ul > li:hover > ul {
  left: 0;
}
#nav > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#nav #menu-button, #nav #affiche_notif {
  display: none;
}
#nav #tchat-button{position:absolute;right:160px;top:-5px;width:30px;padding:7px 10px; display:none;}
#nav > ul > li > a {
  display: block;
}
#nav > ul > li {
  width: auto;
}
#nav > ul > li > ul {
  width: 170px;
  display: block;
}
#nav > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 1090px) {
#nav > ul > li > a {
	padding: 10px 6px;
  }
}
@media all and (max-width: 950px) {
    #search_rapide {
	  float:none!important;
  }
  
  #nav > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #nav > ul > li > ul {
    width: 100%;
    display: block;
  }
  #nav.align-right ul li a {
    text-align: left;
  }
  #nav > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #nav.align-right ul ul li a {
    text-align: left;
  }
  #nav > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #nav ul li ul li a {
    width: 100%;
  }
  #nav.align-center > ul {
    text-align: left;
  }
  #nav.align-center > ul > li {
    display: block;
  }
  #nav > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #nav ul {
    width: 100%;
  }
  #nav ul > li {
    float: none;
    width: 100%;
  }
  #nav ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #nav ul > li:after {
    display: none;
  }
  #nav ul li.has-sub > a:after,
  #nav ul li.has-sub > a:before,
  #nav ul li ul li.has-sub:after,
  #nav ul li ul li.has-sub:before {
    display: none;
  }
  #nav ul li ul,
  #nav ul li ul li ul,
  #nav ul li ul li:hover > ul,
  #nav.align-right ul li ul,
  #nav.align-right ul li ul li ul,
  #nav.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #nav ul li ul li,
  #nav ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #nav ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #nav ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #nav ul li ul li:hover > a {
    color: #000000;
  }
  #nav #menu-button {
    display: block;
    width: 90px;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #nav #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    left: 110px;
    top: 16px;
  }
  #nav #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    left: 110px;
    top: 26px;
  }
    #nav #affiche_notif {
	position:absolute;
	right:0px;
	top:0;
    display: block;
    width: 30px;
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
   #nav #tchat-button {
	position:absolute;
	right:53px;
	top:0;
    display: block;
    width: 30px;
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  
  /*#header, .logo1 { display:none; } */
  .logo1, .logo2, #header { display:none; }
}

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

/*------------- Règles de bases --------------------*/
* {margin: 0; padding: 0; outline: none;}
	html {
	height: 100%;
	background:#121212;
	}
	
	body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    color:#FFF;
	height: 100%; 

	}
#wrapper {
	margin-bottom:60px;
	min-width:310px;
}
/*.google_font { font-family: 'Open Sans', cursive; } */
h1, h2, h3 { color:#FFF;  }
h1, .styleh1 { font-size:2em; color:#FFF; font-weight:500; }
h2, .styleh2 { font-size:1.5em; font-weight:500;}
h3, .styleh3 { font-size:1.2em; font-weight:500;}
	a {
	text-decoration:underline;
	color:#FFF;
	}
	
	a:hover {
		text-decoration:none;
		 /* #0098db; */
		 color:#FFF;
	}
	
	.link, .link a
	{
		color:#FFF;
 		text-decoration:underline;
	}

	.link:hover, .link a:hover
	{
		color:#FFF;/* color:#0098db; */
		text-decoration:none;
	}
	
	.invisible, .invisible a {
		text-decoration:none;	
	}
	.invisible:hover, .invisible a:hover {
		text-decoration:underline;	
	}
	
	/* datatable */	
	.display a {
		color:#000;
	}
	
	img {border: none; max-width:100%;}
	a img {	border-width : 0;}
	

.jeditable_input {
    min-width: 98%!important
}
.dataTables_info {
    color: #FFF!important
}
.ColVis_collection li span { color:#000!important }

input.date {
    width: 70px
}

input.time {
    width: 65px
}

input[type=search] {
    -webkit-appearance: textfield
}

.unstyled::-webkit-calendar-picker-indicator,
.unstyled::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.ui-autocomplete { z-index:99999999999999;}

select option { background:#FFF;}
input:not(.spinner), select, textarea {
background: #999999; /* Old browsers */
background: -moz-linear-gradient(top,  #999999 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #999999 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #999999 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #999999 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #999999 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
max-width:98%;
font-size:1em;
}
input[type=text]:not(.spinner), input[type=email], input[type=tel], input[type=search], input[type=password], select, textarea {
padding:3px 3px; 
}
input[type=time]{
padding:1px 1px; 
}
	 
input:focus:not(.spinner), select:focus, textarea:focus {
background: #e0e0e0; /* Old browsers */
background: -moz-linear-gradient(top,  #e0e0e0 1%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0e0e0 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0e0e0 1%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0e0e0 1%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e0e0e0 1%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.margin_auto { margin:auto; }
	
.clear{ Clear:both; }
.left { float:left;}
.right { float:right;}
.hidden { display:none; }
.zindex { z-index:10000;}
.bold { font-weight:bold;}
.small { font-size:10px; }
.monnaie { text-align:right; }
.inline { display:inline-block; vertical-align:bottom;}
.message_ajax { 
color:#FF0000;
font-weight:bold;
text-align:center;
}
.un_demi, .form_2_colonnes { width:48%; } .un_demi_connexion { width:48%; float:left;}
.un_tiers { width:33%; } .deux_tiers { width:65%; }
.un_quart { width:24%; } .trois_quart { width:74%;}
.un_cinquieme { width:19%; }
.un_huitieme { width:12%; }

fieldset {
	border:1px solid #888888;
}
fieldset, legend {
	padding:5px;
}
legend {
	color:#FFF; 
}

ul {
	text-align:left;
	margin-left:20px;
}


table{
/*table-layout:fixed; fait bugger le module ckeditor */
  border-collapse:collapse;
}

.design_table2 td {;
	padding:3px;
}

.design_table td, .class_tab td {
	border:1px solid #333 ;
	padding:5px;
}

.design_table tr:nth-child(2n+2), .class_tr {
background-color:#2E2E2E;
}

.design_table tr:hover, .class_tab tr:hover {
	background-color:#6E6E6E!important;
}
.tab_right {
	text-align:right;
	padding-right:5px;
}
.tab_left {
	text-align:left;
	padding-left:5px;
}

.warning{padding:5px 30px; margin:auto; margin-bottom:10px; width:80%; clear:both;}
.warning{background:#FBEC88 url(../images/alerte_message.gif) no-repeat 10px 5px; border:2px dotted red; font-size:1em; color:#000;}
.warning a{ color:#000!important; text-decoration:underline; } 
.ok{padding:5px 30px; margin:auto; margin-bottom:10px; width:80%; clear:both;}
.ok{background:#CEF6D8 url(../images/icon-boutton-validate.png) no-repeat 10px 5px!important; border:2px dotted #009900!important; font-size:1em; color:#000;}
.ok a{ color:#000!important; text-decoration:underline; } 
.form_erreur, input.form_erreur { 
background:#FBEC88; 
}

.pdf_icon {
	background-image: url(../images/pdf.png)!important;
}
.icon-validate {
	background-image: url(../images/icon-boutton-validate.png)!important;
}
.icon-cancel {
	background-image: url(../images/icon-boutton-cancel.png)!important;
}
.icon-phone {
	background-image: url(../images/icon-bouton-phone.png)!important;
}

 a[href$=".pdf"]:not(.noicone), a[href$=".PDF"]:not(.noicone), .pdf {
background: url(../images/pdf.png) top left no-repeat;
padding-left:16px;
}
a[href$=".doc"]:not(.noicone), a[href$=".docx"]:not(.noicone), a[href$=".DOC"]:not(.noicone), a[href$=".DOCX"]:not(.noicone) {
background: url(../images/doc.png) top left no-repeat;
padding-left:16px;
}
a[href$=".xls"]:not(.noicone), a[href$=".xlsx"]:not(.noicone), a[href$=".XLS"]:not(.noicone), a[href$=".XLSX"]:not(.noicone) {
background: url(../images/xls.png) top left no-repeat;
padding-left:16px;
}
a[href$=".zip"]:not(.noicone), a[href$=".rar"]:not(.noicone), a[href$=".ppt"]:not(.noicone), a[href$=".pptx"]:not(.noicone), a[href$=".ZIP"]:not(.noicone), a[href$=".RAR"]:not(.noicone), a[href$=".PPT"]:not(.noicone), a[href$=".PPTX"]:not(.noicone) {
background: url(../images/download.png) top left no-repeat;
padding-left:16px;
}

a[href$=".jpg"]:not(.noicone), a[href$=".jpeg"]:not(.noicone), a[href$=".gif"]:not(.noicone), a[href$=".png"]:not(.noicone) ,a[href$=".JPG"]:not(.noicone), a[href$=".JPEG"]:not(.noicone), a[href$=".GIF"]:not(.noicone), a[href$=".PNG"]:not(.noicone) {
background: url(../images/img.png) top left no-repeat;
padding-left:16px;
}
.message_erreur {
	-moz-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-webkit-border-radius: 5px;
}

.shadow {
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}
.text_shadow {text-shadow: 1px 1px 2px #000;}


.content {
	margin:auto;
	position:relative;
	padding-left:10px;
	padding-right:10px;
}
/*------------- Fin Règles de bases --------------------*/



#header {
text-align:center;
height:80px;
padding-top:10px;
}


#menu {
widows:100%;
background: -moz-linear-gradient(top, #c61919 0, #8d1717 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c61919), color-stop(100%, #8d1717));
background: -webkit-linear-gradient(top, #c61919 0, #8d1717 100%);
background: -o-linear-gradient(top, #c61919 0, #8d1717 100%);
background: -ms-linear-gradient(top, #c61919 0, #8d1717 100%);
background: linear-gradient(to bottom, #c61919 0, #8d1717 100%)
}


#footer,
#footer a {
    color: #FFF
}
#footer {
	text-align:center;
	padding-top:10px;
	min-height:40px;
	width:100%;
background: -moz-linear-gradient(top, #c61919 0, #8d1717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c61919), color-stop(100%, #8d1717));
    background: -webkit-linear-gradient(top, #c61919 0, #8d1717 100%);
    background: -o-linear-gradient(top, #c61919 0, #8d1717 100%);
    background: -ms-linear-gradient(top, #c61919 0, #8d1717 100%);
    background: linear-gradient(to bottom, #c61919 0, #8d1717 100%);

	-moz-box-shadow:0px -1px 5px 1px #000,
	0px 2px 5px 1px #000 inset; 
	-webkit-box-shadow: 0px -1px 5px 1px #000,
	0px 2px 5px 1px #000 inset;  
	box-shadow: 0px -1px 5px 1px #000,
	0px 2px 5px 1px #000 inset; 
}

/*------------- Menu --------------------*/
#menu_container {
	margin:auto;
}

/*------------- Contenu principal --------------------*/
#contenu_principal {
}
#contenu_principal .content {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

/*------------- Menu home --------------------*/
 #sortable_menu {
	 text-align:center;
 }

.bouton_menu_principal {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:100px;
	height:100px;
	margin:10px;
	padding:5px;
	word-wrap: break-word;
	overflow:hidden;
}
.bouton_menu_principal:hover {
	border:1px solid #000;
}
.bouton_menu_principal a {
	font-size:16px;
	text-decoration:none;
	font-weight:500;
}

table.dataTable tbody tr td {
	color:#000;
}


	#calendar {
		width: 100%;
		margin: 0 auto;
	}

/* ---------- Page d'accueil ----------------*/
.rea_toutes {
	width:100%;
	text-align:center;
}

.sponsor{
	width:170px;
	height:170px;
	display:inline-block;
	margin:4px;
	border:1px solid transparent;
	vertical-align:middle;
}

.sponsor img {
	width:120px;
	height:90px;
	border:3px solid #FFFFFF;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom:5px;
}

.sponsorDescription{
	font-size:14px;
	text-align:center;
	padding:10px;
	font-style:italic;
}

.sponsor2:hover{
	border:1px solid #2C190A;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #c61919 inset; /* #999 */
	-webkit-box-shadow:0 0 30px #c61919 inset;
	box-shadow:0 0 30px #c61919 inset;
}



.fond_transparent {
background:url(../images/effet_transparent.png) top left repeat;
border:1px solid #2C190A;
}


#home_text {
	float:left;
	padding:10px;
	width:72%;
}

#home_contact {
	float:right;
	padding:10px;
	width:22%;
}

#flexslider {
	float:right;
	width:240px;
}
/* ---------- Page d'accueil ----------------*/

/* ---------- Modif create devis indication de saut de ligne ----------------
.activite_liste:nth-child(19)::after { 
    content: "------- SAUT DE PAGE --------";
}*/

/* ---------- Events sur le planning ----------------*/
.class_event_calendarOLD {
    background: #c61919;
    background: -moz-linear-gradient(top, #c61919 0, #8d1717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c61919), color-stop(100%, #8d1717));
    background: -webkit-linear-gradient(top, #c61919 0, #8d1717 100%);
    background: -o-linear-gradient(top, #c61919 0, #8d1717 100%);
    background: -ms-linear-gradient(top, #c61919 0, #8d1717 100%);
    background: linear-gradient(to bottom, #c61919 0, #8d1717 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c61919', endColorstr='#8d1717', GradientType=0);
    border: 1px solid #c61919!important;
    -moz-box-shadow: 3px 3px 5px #000;
    -webkit-box-shadow: 3px 3px 5px #000;
    box-shadow: 3px 3px 5px #000
}

.class_event_calendar:hover {
    opacity: 1!important;
    border: 1px solid #000!important;
    -moz-box-shadow: 3px 3px 5px transparent;
    -webkit-box-shadow: 3px 3px transparent;
    box-shadow: 3px 3px 5px transparent
}

.dt-print-view, .dt-print-view table {
	font-size: 8px!important;
}

@media (max-width: 900px) {
	
	.form_2_colonnes {
	width:66%;
	}
	
/* jquery ui tabs responsive */	
	.ui-tabs-nav.cinq li {
		overflow:hidden;
		max-width:20%;
	}
	.ui-tabs-nav.quatre li {
		overflow:hidden;
		max-width:25%;
	}
		.ui-tabs-nav.trois li {
		overflow:hidden;
		max-width:33%;
	}
		.ui-tabs-nav.deux li {
		overflow:hidden;
		max-width:50%;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		padding-right:0.5em;
		padding-left:0.5em;
	}
}

@media (max-width: 800px) {

input, select, textarea {
	font-size:18px!important;
}
/*jquery ui tabs */
.ui-tabs-panel.ui-widget-content, #contenu_principal .content, .content {
	padding-left:5px;
	padding-right:5px;
}
.un_demi { width:47%; }

	#home_text {
	width:60%;
}
}

@media (max-width: 600px) {
#header { height:43px; padding-top:0px; }
#header img { width:200px; }
#boutons_edit_home { display:none;}
	
.un_demi.right, .un_demi.left { float:none; margin:auto;}
.un_demi { width:98%; }
.un_tiers { width:49%; } .deux_tiers { width:49% }
.un_quart, .un_huitieme { width:49%; }
.form_2_colonnes {
	width:80%;
	}

.un_demi_connexion { width:48%; } 

/*jquery ui tabs */
.ui-tabs-panel.ui-widget-content, #contenu_principal .content, .content {
	padding-left:0px;
	padding-right:0px;
}

		#home_text {
	width:95%;
	float:;
	margin:auto;
}

#home_contact {
		width:96%;
	float:;
	margin:auto;
	text-align:center;
}

}

@media (max-width: 480px) {
	body { font-size:18px;}	/* jaune */
	h1, .styleh1 { font-size:1.5em;  }
	h2, .styleh2 { font-size:1.3em; }
	h3, .styleh3 { font-size:1.1em; }
	
.max_width .un_tiers, .deux_tiers { width:98%; }
.max_width .un_quart { width:49%; }
.max_width .un_cinquieme { width:33%; }

.un_demi_connexion { width:99%; text-align:center; }

input, select, textarea, .ui-autocomplete li, div.ui-datepicker{
	font-size:18px!important;
}

.form_2_colonnes {
	width:96%;
	}

}
