﻿/* FONTS */
@import url("//hello.myfonts.net/count/2e71ca");

@font-face {
	font-family: "opensans-regular";
	src: url('../fonts/webfonts/opensans-regular-webfont.eot');
	src: url('../fonts/webfonts/opensans-regular-webfont.woff') format('woff'),
	url('../fonts/webfonts/opensans-regular-webfont.ttf') format('truetype'),
	url('../fonts/webfonts/opensans-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'GloberBlack';	
	src: url("../fonts/Glober/GloberBlack.eot");
    src: url("../fonts/Glober/GloberBlack.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Glober/GloberBlack.woff2") format("woff2"),
    url("../fonts/Glober/GloberBlack.woff") format("woff"),
    url("../fonts/Glober/GloberBlack.ttf") format("truetype");
}
@font-face {
    font-family: 'GloberBold';
    src: url("../fonts/Glober/GloberBold.eot");
    src: url("../fonts/Glober/GloberBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Glober/GloberBold.woff2") format("woff2"),
    url("../fonts/Glober/GloberBold.woff") format("woff"),
    url("../fonts/Glober/GloberBold.ttf") format("truetype");
}
@font-face {
    font-family: 'GloberBook';	
	src: url("../fonts/Glober/GloberBook.eot");
    src: url("../fonts/Glober/GloberBook.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Glober/GloberBook.woff2") format("woff2"),
    url("../fonts/Glober/GloberBook.woff") format("woff"),
    url("../fonts/Glober/GloberBook.ttf") format("truetype");
}
@font-face {
    font-family: 'GloberRegular';	
	src: url("../fonts/Glober/GloberRegular.eot");
    src: url("../fonts/Glober/GloberRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Glober/GloberRegular.woff2") format("woff2"),
    url("../fonts/Glober/GloberRegular.woff") format("woff"),
    url("../fonts/Glober/GloberRegular.ttf") format("truetype");
}

/* Specific for ecublens template */
.moduletablehome_news {
	float:left;
	width:57%;
	margin-right:3%;
	position: relative;
}
.moduletablehome_news  h3{
	display: block;
    text-transform: uppercase;
    /*background: #1e65a7 url(../images/bg_events.png);
    background-position: bottom;
    background-repeat: no-repeat;
	background-size: 100% auto;*/
	background: rgba(180, 31, 22, 0.85);
    height: 30px;
    padding: 15px 15px 5px;
    font-family: GloberBold, Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    color: #ffffff;
    line-height: 26px;
}
.moduletablehome_news .latestnewshome_news.mod-list li{
	display: block;
}
.moduletablehome_agenda {
	float:left;
	width:40%;
	position: relative;
	background: #ffffff;
}
.moduletablehome_agenda .content-item a{
	display:inline-block;
}
.moduletablehome_agenda ul li:first-child{
	padding-top: 20px;
}
.moduletablehome_agenda ul li:last-child{
	min-height: 184px;
}
.moduletablehome_agenda h3{
	display: block;
    text-transform: uppercase;
    background: #f7b229;
    background-position: bottom;
    background-repeat: no-repeat;
	background-size: 100% auto;
    height: 30px;
    padding: 15px 15px 5px;
    font-family: GloberBold, Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    color: #ffffff;
    line-height: 26px;
}
.moduletablehome_agenda ul li{
	display: block;
}
.moduletablehome_agenda ul li .name, .moduletablehome_agenda ul li .name a {
    font-family: GloberBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f;
}
.moduletablehome_agenda ul li .introtext, .moduletablehome_agenda ul li .introtext p{
	font-family: GloberRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #2f2f2f;
    margin-bottom: 0;
}
.moduletablehome_agenda ul li .datepub{
	display: block;
	padding: 10px 0 15px;
	color: #2f2f2f;
	font-size: 14px;
	line-height: 18px;
	font-family: GloberRegular, Arial, Helvetica, sans-serif;
}
.moduletablebottom_menu {
	float:left;
	width:50%;
}
.moduletablehome_bottominfos {
	width:100%;
}
.moduletablehome_shortcuts {
	float:right;
	margin-right:10px;
	margin-left: 20px;
	margin-top:2px;
	position: relative;
}
.moduletablehome_shortcuts:after{
	content: "";
	position: absolute;
	top: -6px;
	left: -20px;
	background-color: #dedede;
	height: 37px;
	width: 2px;
}
.moduletablehome_weather {
	float:right;
}
.moduletableuser_top, .moduletable.user_top{
	float: right;
}
.moduletableuser_top a, .moduletable.user_top a{
	font-size: 0;
	background: url(../images/picto-user.png) no-repeat left center;
	background-size: 25px 28px;
	display: block;
    width: 25px;
    height: 28px;
	position: relative;
	padding-right: 18px;
}
.moduletableuser_top a:after, .moduletable.user_top a:after{
	content: "";
	background: url(../images/picto-link.png) no-repeat right center;
	background-size: 9px 6px;
	width: 9px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.moduletablehome_fontsize{
	float: left;
	position: relative;
}
.moduletablehome_search {
	float: right;
	text-align: right;
	margin-top:0;
	position: relative;
	margin-right: 42px;
}
.moduletablehome_search:before, .moduletablehome_search:after{
	content: "";
	position: absolute;
	top: -3px;
	bottom: -3px;
	width: 2px;
	background-color: #dedede;
}
.moduletablehome_search:before{
	left: -22px;
}
.moduletablehome_search:after{
	right: -22px;
}
.searchmobile {
	display:none;
	margin:2px 0px 0px 6px;
}
.moduletablehome_gtranslate {
	float:right;
	margin-left: 30px;
}
.moduletablehome_social {
  float:right;
}
.moduletablehome_social {
	margin-top: 25px;
	margin-left: 6px;
}
.moduletablehome_social ul li {
	float:left;
	margin-right:6px;
}
.moduletablehome_social ul li img {
	opacity: 0.7;
}
.moduletablehome_social ul li img:hover {
	opacity:1;
	cursor:pointer;
}
.moduletablerssfeed{
	position: absolute;
	right: 6px;
	top: -112px;
	background-color: #FFF;
	border-top: 3px solid #08C;
	padding: 8px 30px 5px 12px;
	display:none;
}
.moduletablerssfeed a{
	font-family: GloberBold,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	background: transparent url("../images/rss-contenus.png") no-repeat scroll left center;
	padding-left: 25px;
	color: #000;
	display: block;
	margin-bottom: 5px;
	width: 100%;
}
.bottom_menu {
	font-size: 13px;
	padding: 20px 0 15px;
}
#footer h3{
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: GloberRegular, Arial, Helvetica, sans-serif;
}
.gtranslate_container {
	float: left;
	margin-top: 5px;
}
.gtranslate_container br{
	display: none;
}
.gtranslate_select {
	width: 190px;
	border: none;
	height: 45px;
	background-color: #585D5E;
	color:#e6e6e6 ;
	font-family:opensans-regular, Arial, Helvetica, sans-serif;
}
.slideshow {
	position:absolute;
	top:120px;
	width:100%;
	height:500px;
	z-index:0;	
}

.moduletablemenu_right, .moduletablemenu_infos {
  margin-bottom: 25px;
}
.moduletablemenu_right h3, .moduletablemenu_infos h3  {
  color: #FFF;
  height: auto;
  font-size: 15px !important;
  padding: 7px;
  background-color: #000;
  text-transform: initial !important;
  margin-bottom: 2px !important;
  word-wrap: break-word;
}
#right .moduletable table td h3{
	color: #FFF;
  height: auto;
  font-size: 15px !important;
  padding: 7px;
  text-transform: initial !important;
  margin-bottom: 2px !important;
}
.moduletablemenu_right .right_menu li, .moduletablemenu_infos .right_menu li {
  color: #FCFCFC !important;
  list-style: none;
  display: block;
  background-color: #efefef;
}
.moduletablemenu_right .right_menu li.item-1219{
	display: none !important;
}
.moduletablemenu_infos .right_menu li {
  height: 35px;
  padding: 10px 8px;
  border-bottom: 1px solid #fff;
}
.moduletablemenu_right .right_menu li.current, .moduletablemenu_infos .right_menu li.current {
	background-color: #e1e1e1;
}
.moduletablemenu_right .right_menu li a{
  border-bottom: 1px solid #fff;
  padding: 10px 8px;
  color:#000;
  display: block;
  font-size: 13px;
}
.moduletablemenu_right .right_menu li a span{
	display:block !important;
}
.moduletablemenu_infos h3 {
  background-color: #bb1300;  
}
.dropdown-menu li {
	display: inline-block;	
}
.homeaccess_item {
  float: left;
  width: 33%;
  margin-bottom: 17px;
}
.homeaccess_item img {
  float: left;
  margin-right: 5px;
  margin-top:-10px;
}
.header-title-icons .dropdown-toggle{
	display:none !important;
}

div.finder {
  margin-top: 0px;
}
div.finder  h1{
	margin-bottom:20px;
}
div.finder .word label{
	float:left;
	line-height:26px;
}
div.finder .word input, div.finder .word button{
	float:left;
}
.docman_thumbnail img{display:none !important;}
/* End Specific for ecublens template */

html {
  height: 101%; }

body {
  margin: 0;
  padding: 0; 
  /*overflow-x:hidden;*/
}

header {
	background-color: #FFF;
	
}

* {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, .contentheading, .componentheading {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  font-family: GloberBold, Arial, Helvetica, sans-serif;    
  font-style: normal; 
  font-weight: normal;
}

h1, .componentheading {
  font-size: 1.75em; }

h2, .contentheading {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1em; }



p {
  padding: 5px 0; }

address {
  margin: 0.75em 0;
  font-style: normal; }

a:focus {
  outline: none; }

img {
  border: none; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

form, fieldset {
  margin: 0;
  padding: 0;
  border: none; }

input, button, select {
  vertical-align: middle;
  padding:5px;
  color:#2F2F2F;
   }

.clr {
  clear: both; }

#wrapper {
  margin: 0 auto; }

.full {
  width: 100%; }

.demi {
  width: 50%; }

.tiers {
  width: 33.33%; }

.quart {
  width: 25%; }

.flexiblemodule, .column, .logobloc {
  float: left; }

#logo.logobloc{
	position: absolute;
	top: 0;
	background-color: #ffffff;
	z-index: 9999;
	width: 258px;
    height: 120px;
}

#menubg .logobloc{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#menubg.menu_fixed .logobloc{
	opacity: 1;
	visibility: visible;
}
.menu_fixed .logobloc{
	top: 0;
	background-color: #ffffff;
	position: fixed;
    width: 258px;
    height: 50px;
    z-index: 9999999999;
}
.menu_fixed .logobloc h1 img {
    border: medium none;
    margin: 0 auto;
    width: auto;
    height: 45px;
    display: block;
    padding: 0;
}

/* ---------------------------------------
	Sytles De bases
-----------------------------------------*/
body {
    background-color:#efefef;
    color: #2f2f2f;
    font-family:opensans-regular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

a, a.white {
 	color: #0087e2;
    text-decoration: none;
    transition: all 1s ease 0s; 
}
a.white {
	color:#FFFFFF;
}
a:hover {
  color: #000000; transition:1s; 
}  
a.white:hover {
  color: #d9dada; transition:1s; 
}  
#center .item-page img {
    margin-bottom: 10px;
    max-width: 585px;
}
#center .item-page img.wf_file_icon {
    margin-bottom: 0 !important;
}
#center img {
    max-width: 587px;
}
.content-category h1{
	font-size: 1.5em;
}
h1, div.componentheading {
  color: #2b2b2b;
  text-align: left;
  font-size: 26px; }

#center .item-page h2 a {
    color: #FF3900;
    font-family:opensans-regular, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    margin: 0 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

h3 {
  text-align: left;
  font-size: 18px; }

#center .item-page h4 {
    color: #3A434A;
    font-family:opensans-regular, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    margin: 15px 0;
}

h5 {
  text-align: left; }

h6 {
  text-align: left; }
  
#center .item-page ul, #center .item-page ol,
#center .blog ul, #center .blog ol {
    margin: 13px 0;
    padding-left: 40px;
}
#center .item-page ul ul, #center .item-page ol ol,
#center .blog ul ul, #center .blog ol ol{
	margin-top:0;
}
#compostables ul{
	margin: 0 0 13px !important;
}
#wrapper .button {
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D3D1D1;
    border-radius: 3px;
    color: #626262;
    cursor: pointer;
    font-family:opensans-regular, Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 5px 15px; 
 }

#wrapper .button:hover {
	border: 1px solid #000;
    color: #000;
 }
ul.pagenav li{
	list-style: none;
	display: inline-block;
}
ul.pagenav li a {
  display: block;
  background: none repeat scroll 0 0 #FAFAFA;
  border-radius: 3px;
  color: #626262;
  padding: 5px;
  padding-bottom: 7px;
  text-align: center;
  line-height: 20px; }

ul.pagenav li a:hover {
  background: #17A17F;
  text-align: center;
  color: #fff; }

.readmore a {
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D3D1D1;
    border-radius: 3px;
    color: #626262;
    cursor: pointer;
    font-family:opensans-regular, Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 5px 15px; 
}

.readmore a:hover {
 border: 1px solid #17A17F;
    color: #17A17F; }

.invalid {
  border: red; }

#header{
	width: 100%;
}

#wrapper {
	width: 990px;
	text-align: left;
	margin-bottom:100px;
	min-height: calc(100vh - 475px);
}

/****************************************************************************
*********** ______ ------  HEADER ------ ______ **************************/

#mainbanner {
	width: 990px;
	margin: 0 auto;
	min-height: 70px;
}

#mainbanner h1 img{
	border: medium none;
    margin: 0 auto;
    width: 210px;
    height: 88px;
    display: block;
    padding: 26px 0 10px;
}

#banner {
	width: 40%;
	text-align: left;
	float: right;
	margin-top:18px;
}

/* Slide */
#slideshow .header {
    margin: 0 auto;
    width: 990px;
}

/****************************************************************************
*********** ______ ------ FIN HEADER ------ ______ **************************/


/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------ MODULE HAUT  ------ ______ ************************/
#modulestop > div.inner {
 }

#modulestop div.moduletable, #modulestop div.module, #modulestop div.moduletable_menu, #modulestop div.module_menu {
  text-align: left; }

#modulestop div.moduletable h3, #modulestop div.module h3, #modulestop div.moduletable_menu h3, #modulestop div.module_menu h3 {
  text-align: left; }

#moduletop1 > div.inner {
  padding: 2px;
  text-align: left; }

#moduletop1 div.moduletable, #moduletop1 div.module, #moduletop1 div.moduletable_menu, #moduletop1 div.module_menu {
  text-align: left; }

#moduletop1 div.moduletable h3, #moduletop1 div.module h3, #moduletop1 div.moduletable_menu h3, #moduletop1 div.module_menu h3 {
  text-align: left; }

#moduletop2 > div.inner {
  padding: 2px;
  text-align: left; }

#moduletop2 div.moduletable, #moduletop2 div.module, #moduletop2 div.moduletable_menu, #moduletop2 div.module_menu {
  text-align: left; }

#moduletop2 div.moduletable h3, #moduletop2 div.module h3, #moduletop2 div.moduletable_menu h3, #moduletop2 div.module_menu h3 {
  text-align: left; }

#moduletop3 > div.inner {
  padding: 2px;
  text-align: left; }

#moduletop3 div.moduletable, #moduletop3 div.module, #moduletop3 div.moduletable_menu, #moduletop3 div.module_menu {
  text-align: left; }

#moduletop3 div.moduletable h3, #moduletop3 div.module h3, #moduletop3 div.moduletable_menu h3, #moduletop3 div.module_menu h3 {
  text-align: left; }

#moduletop4 > div.inner {
  padding: 2px;
  text-align: left; }

#moduletop4 div.moduletable, #moduletop4 div.module, #moduletop4 div.moduletable_menu, #moduletop4 div.module_menu {
  text-align: left; }

#moduletop4 div.moduletable h3, #moduletop4 div.module h3, #moduletop4 div.moduletable_menu h3, #moduletop4 div.module_menu h3 {
  text-align: left; }

#main {
	text-align: left;
	margin-top: 15px;
	background-color:#ffffff;
	padding-top:20px;
	padding-right:10px;
}
#main #center{
	padding-bottom: 30px;
	/*min-height: 550px;*/
}
#main.content_homepage {
	background-color:#efefef;
}
#main.content_homepage #center{
	padding-bottom: 0;
	min-height: auto;
}
#main div.moduletable, #main div.module, #main div.moduletable_menu, #main div.module_menu {
  text-align: left; }

#main div.moduletable h3, #main div.module h3, #main div.moduletable_menu h3, #main div.module_menu h3 {
  text-align: left; }

#maintop .inner {
	height:480px;
	margin-top:315px !important;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
#jform_articletext_toolbar2, #jform_description_toolbar2{display:block !important;}
.menumobile {
	/* 1 */
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 9999999999;
	/* 2 */
	width: 333px;
	max-width: 100%;
	background: #000;
	/* 3 */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* 4 */
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.menumobile  .btn-close-menu{
	position: absolute;
	top: 12px;
	right: 0px;
	width: 60px;
	height: 20px;
	background: url("../images/close-white.svg") no-repeat center center;
	cursor: pointer;
	z-index: 1;
}
.menumobile ul.nav a.link_homepage{
	top: 5px;
    padding: 12px 0px 12px 15px !important;
}
.menumobile ul, .menumobile li {padding: 0;  margin: 0;}
.menumobile ul li li,
.menumobile ul.nav-child li:nth-child(4){
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #fefefe;
}
.menumobile ul li a{
   color: #2F2F2F;
    font-family: GloberBold,Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.menumobile ul li li ul li a{
	font-family:opensans-regular, Arial, Helvetica, sans-serif;
}
.menumobile ul ul li > a{
	font-size: 15px !important;
}
.menumobile ul ul ul.nav-child li > a{
	font-size: 14px !important;
}
.menumobile ul li.item-535>span, 
.menumobile ul li.item-536>span, 
.menumobile ul li.item-537>span, 
.menumobile ul li.item-538>span, 
.menumobile ul li.item-539>span{
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
    line-height: 48px;
    border-bottom:1px solid #fff;
	cursor:pointer;
	font-family: GloberBold,Arial,Helvetica,sans-serif;
}
.menumobile ul li.item-538 a{
    font-family: GloberBold,Arial,Helvetica,sans-serif;
    font-size: 13px;
	background-color: #1e65a7;
	text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
    line-height: 48px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.menumobile ul li.item-535>span, .menumobile ul li>span {
    background-color: #1e65a7;
}
/*.menumobile ul li.item-536>span {
    background-color: #74a247;
}
.menumobile ul li.item-537>span {
    background-color: #f17d00;
}
.menumobile ul li.item-538>span {
    background-color: #f7b229;
}
.menumobile ul li.item-539>span {
    background-color: #ba1704;
}*/
.menumobile ul.nav-child {
    display:none;
} 
.menumobile li.active>ul.nav-child {
    display:block;
}
.menumobile ul li.active li.current ul.nav-child a{
    color:#747474;
    font-family:opensans-regular, Arial, Helvetica, sans-serif;
}

.menumobile a, .menumobile span {
    display: block;
    height: 50px;
    line-height: 3.5em;
    color:rgba(255, 255, 255, 0.5);
    padding-left: 15px;
}
.menumobile a{
	padding: 14px 0px 14px 15px !important;
	line-height: 20px !important;
	height:auto !important;
}
.menumobile  li ul li ul li ul {
    display: none;
}

#hidemenu {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1010;
}
#hidemenu a {
	display:block;
	width:100%;
	height:100%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}
#jform_files_list{
	margin:0px 0 20px; 
	font-style:italic;
}
#jform_files_list .MultiFile-remove{
	color:red;
}

/****************************************************************************
*********** ______ ------ FIN MODULE HAUT  ------ ______ ********************/
/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------ MODULE GAUCHE  ------ ______ *********************/
#left > div.inner {
padding-right: 25px; }

#left div.moduletable, #left div.module, #left div.moduletable_menu, #left div.module_menu {
  text-align: left; }

#left div.moduletable h3, #left div.module h3, #left div.moduletable_menu h3, #left div.module_menu h3 {
  text-align: left; }

/****************************************************************************
*********** ______ ------ FIN MODULE GAUCHE  ------ ______ ******************/
/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------ CONTENU CENTRE  ------ ______ *********************/
#center > div.inner {
  /*
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #D3D1D1;
  border-radius: 3px;
  */
  margin: 0 0 20px;
  padding: 20px 20px 0px 20px;
 }
 td.sectiontableheader{
	background-color: #1e65a7;
	color: #fff;
	padding: 8px 10px;
 }
 .styled_table tbody td{
	padding: 7px 10px;
 }
 td.sectiontableentry1{
	background-color: #E9E9E9;
 }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
} 
 
.jcl_search_form, #jcl_layout_body .jcal_categories{
	margin-top:25px;
} 
#jcl_layout_body .jcal_categories{
	margin-bottom: 5px;
} 
.jcl_toolbar .jcl_navbar a.disabled{
	display:none !important;
}
 .item-pagehomepage{
	overflow:hidden;
 }
 .item-pagehomepage .articleBody{
	overflow: hidden;
	padding-top: 8px;
 }
 .jcl_edit_event #JCalProEventTabTabs{
	display:none;
 }
 .jcl_edit_event div.btn-toolbar{
	clear: both;
	padding: 25px 0;
	overflow: hidden;
 }
 .jcl_edit_event .control-group {
	margin:7px 0;
 }
 .jcl_edit_event .control-label{
	clear: both;
	float: left;
	min-width: 213px;
 }
 .jcl_edit_event #details .control-group label{
	display: inline-block;
    min-width: 210px;
	float:left;
 }
 .jcl_edit_event #details .chzn-choices{
	width: 230px;
 }
 .jcl_edit_event #details .chzn-choices input{
	margin:0;
 }
 .jcl_edit_event #jform_recur_type input{
	float:left;
	display:block;
	clear:both;
 }
 .jcl_edit_event #jform_recur_type label{
	float:left;
 }
 .jcl_edit_event input.jcalradio{
    clear: both;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.jcl_edit_event  label {
    min-width: 1px;
    display: block;
}
.jcl_edit_event  .jformstart_date{
	margin-bottom:15px;
}

.jcl_edit_event  .control-label{
	margin-bottom:5px;
}
.jcl_edit_event  .jformend_date .jcalradio{
	float:left;
	margin-top:0px !important;
}
.jcl_edit_event  .jformend_date #jform_duration_type label{
	margin-right: 10px !important;
	margin-bottom: 5px !important;
}
.jcl_edit_event  .jformend_date input{
	margin-bottom:0 !important;
}
.jcl_edit_event  .chzn-container-single{
	min-width:80px;
}
.jcl_edit_event  .jformend_date .jform_duration_type2{
}
.jcl_edit_event  .jformend_date .chzn-container-single{
	margin-bottom:15px;
}
.jcl_edit_event  #jform_recur_end_type ,
.jcl_edit_event  #jform_recur_type {
	padding-left:0;
}
@media (min-width: 220px) and (max-width: 480px) {
	.jcl_edit_event  .control-label{
		float:none;
	}
}
/* PAGE CONTACT */

#center .contact .contact-address img, #center .contact .contact-contactinfo img{
    border:none;
    padding:4px;
    margin-right:15px;
    float:left;
}
#center .contact .contact-address {
	overflow:hidden;
}
#center .contact .contact-address dt{float:left;clear:both;}
#center .contact .contact-address dd{float:left;}
#center .contact .contact-telephone{line-height: 35px;}

#center .contact-form label{
    width:130px;
    float: left;
    margin-top:5px;
}

#center .contact-form fieldset{
    border:none;
    margin:0;
    padding:0;
}

#center .contact-form legend{
	font-size: 12px;
	padding-left: 0;
	margin: 5px 0 25px;
}

#center #jform_contact_email_copy{
	float: left;
	margin-left: 130px;
}
#center #jform_contact_email_copy-lbl{
    width: 225px !important;
	float: left;
	margin-left: 6px;
	margin-top: 0;
}

#center #contact-form .control-group{
	float: left;
	width: 100%;
}

#center #contact-form .control-group #jform_captcha{
	margin: 0 0 20px 130px;
}

#center .contact-form label#jform_captcha-lbl{
	display: none;
}

@media screen and (max-width: 758px){
	#center #contact-form .control-group #jform_captcha{
		margin: 0 0 20px 0;
		float: left;
		width: 100%;
	}
}

#contact-form .form-actions{
	clear: both;
	margin-left: 130px;
	margin-bottom: 25px;
}
#center input{
    margin-bottom: 15px;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D3D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 20px;
    font-family:opensans-regular, Arial, Helvetica, sans-serif;
    color:#3A434A;
	-webkit-font-smoothing: antialiased;
    font-size: 14px;
}

#center textarea{
    max-width:460px;
    width:460px;
    margin-bottom: 15px;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D3D1D1;
    border-radius: 3px 3px 3px 3px;
	font-family:opensans-regular, Arial, Helvetica, sans-serif;
    color:#3A434A;
    font-size: 14px;
}


#center .contact-form .button.validate, #center button, #center .btn{
    display: inline-block;
	background-color: #FAFAFA;
	border: 1px solid #D3D1D1;
	width: auto;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	color: #0087E2;
	font-weight:normal;
	cursor: pointer;
}

#center .contact-form .button.validate:hover, #center button:hover, #center .btn:hover{
	color: #000;
	transition: all 1s ease 0s;
}

#center  input:hover, #center textarea:hover{
border:1px solid #0087e2;
}

#recaptcha_area {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
}
.list-title {
  float: left;
  width: 30%;
}
.content-category .list-title{
	width:auto;
}
.content-category  .list-edit td.list-date{
	width: 15%;
}
.content-category  .list-edit td{
	vertical-align:top;
}
.content-category  .list-edit .list-title{
	max-width:500px;
}
.pull-right {
  float: left;
  width: 70%;
}
.contact-category ul.list-striped {
  list-style-type:none;
  margin-top:20px;
}

/****** Blog *********/
.blog .items-row .page-header,
.blog .items-leading .page-header{
	float: left;
	width: 80%;
}
.blog .clear{
	clear:both;
}
.content-category,
.blog .items-row ,
.blog .items-leading{
	position:relative;
}
.blog  .page-header h2{
	margin-bottom: 20px;
}
.content-category .icons,
.blog .icons{
	position: absolute;
	right: 0px;
	height: 50px;
	top: 7px;
}

.blog .icons .pull-right{
	width: 100%;
}
.blog   .icons .pull-right .dropdown-toggle{
display: none !important;
}
.blog   .icons .pull-right ul{
margin: 0px !important;
padding: 0px !important;
}
/****** END Blog *********/

/**** FIL D'ARIANE ***/
.breadcrumb {
	margin-top: 30px;
}
.breadcrumb li {
	display: inline-block;
	word-wrap:break-word;
	float: left;
}
.breadcrumb li.active {
	float: left;
	height: 26px;
}
.breadcrumbs > img {
    border: 0 none !important;
    padding: 2px !important;
}
.breadcrumb a, .breadcrumb span {
  color:#000;
  cursor:text;
}
.breadcrumb .addcursor {
  cursor:pointer;
}
.breadcrumb .divider {
  margin-left:10px;
  margin-right:7px;
}


/* ARTCILES ACTIONS */

.item-page .header-title-icons {
	height: 50px;
	right: 0px;
	position: absolute;   
}
.item-page .icons {
    margin-top: -2px;
}
.item-page .icons  .stButton .sharethis {
	font-size: 0px !important;
	background: url("../images/partager.png") no-repeat scroll left center transparent;
	width: 16px;
	height: 15px;
	float: right;
	top: 3px;
	position: relative;
	margin-left: -2px;
	overflow: hidden;
	padding: 0px;
}

.icon-print, .icon-envelope, .icon-edit, .icon-file {
  width:20px;
  height:20px;
  background-image: url('../images/printButton.png');
  background-repeat:no-repeat;
  float: right;
}
.icon-print {
  padding-top: 1px;  
}
.icon-envelope {
  background-image: url('../images/emailButton.png');
}
.icon-file {
  margin-top: 3px; 
}
.icon-file {
  background-image: url('../images/transformer-pdf.png');
}
.icon-edit {
  background-image: url('../images/editButton.png');
  padding-top: 1px !important;
  margin-left: 0px;
}
#annonceList .delete-button{
	border:0;
	background:transparent;
}
#annonceList .icon-trash {
  background: url('../images/icon-delete.png') no-repeat;
  padding-top: 1px !important;
  margin-left: 0px;
  width: 20px;
  height: 20px;	
  display:block;
}
.icon-rss {
display: block;
width: 17px;
height: 15px;
padding-top: 0px;
background: transparent url("../images/rss-contenus.png") no-repeat scroll left center;
position: relative;
top: 3px;
}
.icon-envelope {
  margin-left: 0px;
  margin-top: 3px;
}
.icons a {
  font-size: 0px;
}
#center .actions{padding: 0!important;}
#center .actions li{
	display: inline-block;
	float:left;
	list-style: none;
	margin-left:5px;
}
#center .actions li img{
	display:none;
}
#center .actions img, #center .content_rating img {
	border: 0!important;
}

#center .content_vote .radio{
	padding: 0 5px;
}

.monthview  thead th, .jcl_month .jcl_header h2, 
.jcl_month_row td.disabled{
	text-transform:capitalize;
}
.pg-csv-name, .pg-cv-folder, .pg-cv-name{
	background: none !important;
	padding-left:0 !important;
	font-size:15px;
	text-align: center;
}
.pg-cats-box, .pg-csv-box, .pg-cv-box {
	min-height: 165px !important;
	word-wrap: break-word;
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	float:none;
	display:inline-block !important;
	height:auto;
	max-width: 128px;
    width: 100%;
}
.pg-cv-box{
	padding-top: 5px !important;
}

.jcl_mainview .eventdesclarge ul{
	margin-left:16px;
}


/****************************************************************************
*********** ______ ------ FIN CONTENU CENTRE  ------ ______ *****************/
/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------  MODULE DROIT  ------ ______ *********************/
#right > div.inner {
  zoom: 1;
  text-align: left; 
  margin-left: 0px;
  margin-top: 18px;
  }

#right .moduletable, #right div.module, #right div.moduletable_menu, #right div.module_menu,
#right .moduletable.acces, #right .moduletable.meteo, #right .moduletable.annuaire {
  /*
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #D3D1D1;
  border-radius: 3px;
  */
  margin: 0 0 10px;
  padding: 20px 0 5px 15px; 
}
#right .moduletable {
  padding: 0px 0 5px 0px;
}

#right div.moduletable h3, #right div.module h3, #right div.moduletable_menu h3, #right div.module_menu h3 {
  text-align: left; }

/****************************************************************************
*********** ______ ------ FIN MODULE DROIT  ------ ______ ******************/
/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------  MODULE CENTRE BAS  ------ ______ *****************/
#modulesbot§m > div.inner {
  margin-top: 10px;
  text-align: left; }

#modulesbottom div.moduletable, #modulesbottom div.module, #modulesbottom div.moduletable_menu, #modulesbottom div.module_menu {
  text-align: left; }

#modulesbottom div.moduletable h3, #modulesbottom div.module h3, #modulesbottom div.moduletable_menu h3, #modulesbottom div.module_menu h3 {
  text-align: left; }

#modulebottom1 > div.inner {
     background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D3D1D1;
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 20px 0 5px 15px; }

#modulebottom1 div.moduletable, #modulebottom1 div.module, #modulebottom1 div.moduletable_menu, #modulebottom1 div.module_menu {
  text-align: left; }

#modulebottom1 div.moduletable h3, #modulebottom1 div.module h3, #modulebottom1 div.moduletable_menu h3, #modulebottom1 div.module_menu h3 {
  text-align: left; }

#modulebottom1 a {
  color: #b82800; }

#modulebottom1 a:hover {
  color: #000000; }

#modulebottom2 > div.inner {
   background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D3D1D1;
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 20px 0 5px 15px;}

#modulebottom2 div.moduletable, #modulebottom2 div.module, #modulebottom2 div.moduletable_menu, #modulebottom2 div.module_menu {
  text-align: left; }

#modulebottom2 div.moduletable h3, #modulebottom2 div.module h3, #modulebottom2 div.moduletable_menu h3, #modulebottom2 div.module_menu h3 {
  text-align: left; }

#modulebottom2 a {
  color: #b82800; }

#modulebottom2 a:hover {
  color: #000000; }

#modulebottom3 > div.inner {
   background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D3D1D1;
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 20px 0 5px 15px; }

#modulebottom3 div.moduletable, #modulebottom3 div.module, #modulebottom3 div.moduletable_menu, #modulebottom3 div.module_menu {
  text-align: left; }

#modulebottom3 div.moduletable h3, #modulebottom3 div.module h3, #modulebottom3 div.moduletable_menu h3, #modulebottom3 div.module_menu h3 {
  text-align: left; }

#modulebottom3 a {
  color: #b82800; }

#modulebottom3 a:hover {
  color: #000000; }

#modulebottom4 > div.inner {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D3D1D1;
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 20px 0 5px 15px;
 }

#modulebottom4 div.moduletable, #modulebottom4 div.module, #modulebottom4 div.moduletable_menu, #modulebottom4 div.module_menu {
  text-align: left; }

#modulebottom4 div.moduletable h3, #modulebottom4 div.module h3, #modulebottom4 div.moduletable_menu h3, #modulebottom4 div.module_menu h3 {
  text-align: left; }

#modulebottom4 a {
  color: #b82800; }

#modulebottom4 a:hover {
  color: #000000; }

/****************************************************************************
*********** ______ ------  FIN MODULE CENTRE BAS  ------ _____**************/
/*------------------------------------------------------------------------------------------------------------------------------*/

/****************** Article Form START **************************/
#adminForm  #editor div.btn-toolbar{
	overflow:hidden;
	margin:15px 0; 
}
#adminForm  #publishing .control-group{
	margin-bottom:15px;
}
#adminForm  #publishing  .control-group .control-label{
	margin-bottom:5px;
}
#adminForm  #publishing  .controls input,
#adminForm  #publishing  .input-append input,
#adminForm  #publishing  .control-group textarea,
#adminForm  #publishing  .control-group .chzn-choices,
#adminForm  #publishing  .control-group .chzn-choices input{
	margin:0;
	min-width:212px;
}
#adminForm  #publishing .chzn-container-single .chzn-single{
	line-height:30px;
	height:30px;
}

#adminForm  #publishing  .control-group ul{
	padding-left:0 !important;
}
#adminForm  #publishing  .input-append input{
	min-width:202px;
}
#adminForm  #publishing  .control-group select{
	min-width:215px;
}
#adminForm  #editor #jform_title{
	width:98%;
}
#adminForm  #metadata textarea{
	width: 400px;
	height: 70px;
}
#adminForm  fieldset div.btn-toolbar div.btn-group{
	float:left;
	margin-right:15px;
}
#adminForm  fieldset div.btn-toolbar div.btn-group .btn {
	cursor:pointer;
}
#adminForm  fieldset ul.nav-tabs{
	display:none;
}
#adminForm  fieldset .editor ul.nav-tabs{
	display:block;
}
/****************** Article Form END **************************/

/****************************************************************************
*********** ______ ------  FOOTER ------ _____*******************************/
#footer, #footersocial {
    display: block;
    margin: 0 auto;
    width: 990px;
	position:relative;
	padding: 20px 0 0 0;
}
.footerbg{
    background: #FFFFFF;
    min-height: 255px;
}

.footerbg2{background: #282f34;}
.footerbg3{background: #ffffff;}

.footersocialheight {
	min-height: 120px !important;
	height: auto !important;
}

#footersocial{ padding: 20px 0 25px 0;}

#footer .custom_copyright{
    clear: both;
    font-size: 12px;
    color:#fff;
    font-weight: lighter !important;
    text-align: center;
    letter-spacing: 0.5px;
    padding-top: 10px;
    padding-bottom:10px;
}

#footer .custom_copyright a{
    color:#fff;
    text-decoration: none;
}

#footersocial .moduletable_contact, #footersocial .moduletable_liens, #footersocial .moduletable_plan{
    float: left;
    height: 210px;
    width: 30%;
    margin-left: 18px;
}


#footersocial h3, .maininner h2 {
    color:#2f2f2f;
    font-size: 20px;
    text-transform: uppercase;
    margin:0;
    margin-bottom: 20px;
}
.maininner {
  font-family: GloberBold, Arial, Helvetica, sans-serif;  
  z-index: 999999;
position: relative;
}

#footersocial .moduletable_contact p {
    color:#3a434a;
    font-family:opensans-regular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

#footersocial .moduletable_contact img{
    float:left;
    margin-right:20px;
}

#footersocial .moduletable_plan .custom_plan{
    /*background: url('../images/ombre_plan.png') center bottom no-repeat;*/
    padding-bottom:7px;
    width:215px;
}

#footersocial .moduletable_plan .custom_plan img{
    border: 1px solid #d3d1d1;
    padding:4px;
    opacity: 1;
    max-width: 335px;
}

#footersocial .moduletable_plan .custom_plan img:hover, #footersocial .moduletable_liens .custom_liens img:hover{
    opacity: 0.7;
}

#footersocial .moduletable_liens .custom_liens img {
    padding:2px;
    border: 1px solid #d3d1d1;
    max-height: 72px;
    max-width: 94px;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
#system-message a.close {
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
	cursor: pointer;
}

#jcl_layout_body .alert .close{
	right: 5px;
}

/****************************************************************************
*********** ______ ------  FIN FOOTER  ------ _____*************************/


#modules-form .btn-toolbar {
    overflow:hidden;
    margin-bottom:15px;
}
#modules-form .btn-toolbar .btn-group{
    float:left;
    margin-right:15px;
}
#modules-form fieldset.form-horizontal{
    margin-top:15px;
}
#modules-form fieldset.form-horizontal hr{
    display:none;
}
#modules-form fieldset.form-horizontal .control-group{
    clear:both;
    margin-bottom: 10px;
}
#modules-form fieldset.form-horizontal .control-label{
    float:left;
    min-width:160px;
}
#modules-form fieldset.form-horizontal .controls{

}
#modules-form fieldset.form-horizontal .controls fieldset.radio input,
#modules-form fieldset.form-horizontal .controls fieldset.radio label{
    float:left;
    display:block;
}
#modules-form fieldset.form-horizontal .controls fieldset.radio #jform_showtitle1,
#modules-form fieldset.form-horizontal .controls fieldset.radio #jform_published1,
#modules-form fieldset.form-horizontal .controls fieldset.radio #jform_published2{
    clear:both;
}
#modules-form fieldset.form-horizontal .controls input{
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 7px;
}
#modules-form fieldset.form-horizontal .controls input[type="text"]{
    min-width:350px;
}
#modules-form fieldset.form-horizontal #options #collapseTypes li{
    list-style: none;
}
#modules-form fieldset.form-horizontal #options #collapseTypes li .chzn-container{
    min-width:100px;
}
#modules-form fieldset.form-horizontal #options .accordion-heading{
    margin-top:10px;
    margin-bottom:5px;
}
#modules-form fieldset.form-horizontal #jform_params_coleur_title-lbl,
#modules-form fieldset.form-horizontal #jform_params_coleur_description1-lbl,
#modules-form fieldset.form-horizontal #jform_params_coleur_description2-lbl{
	display:none;
}
#modules-form fieldset.form-horizontal #options .colorPicker-picker{
	background-color: #008000;
	float: right;
	margin-top: -36px;
	margin-right: 100px;
}

.search-results{
    list-style:none;
}
.SobiPro .page-header
{
    padding-bottom: 0px;
    margin-bottom: 12px;
    margin-top: 40px;
}
#weather2 .gkwCurrent {
	display: none;
}

.gkwMainRight {
    display: none;
    float: left;
    margin: 0 0 0 16px;
    width: auto;
}
ul.gkwNextDays li:nth-child(3) div.gkwFday {
    border-left: medium none;
}
div.gkwFday {
    margin: 0 6px 0 0;
    padding: 16px 0 15px 6px;
}
.field_membres_de_l_usl{
	display:none;
}
#SobiPro .smembres{
background: url(../images/picto-usl.svg) no-repeat right center;
display: inline-block;
width: 45px;
height: 28px;
}
#SobiPro .row-fluid .span12{
	position:relative;
}
#SobiPro .field_image_url{
position: absolute;
top: 86px;
right: 0px;
max-width: 265px;
max-height: 155px;
overflow: hidden;
}

.controls > input#ckaddslide {
    height: auto;
}

#jcemediabox-popup-page{
	z-index: 9999999999 !important;
}

.gkwMain#weather1{
	background: url("../images/picto-meteo.svg") no-repeat center center;
	background-size: 100%;
	width: 34px;
    height: 27px;
}
.gkwMain#weather1:hover, .gkwMain#weather1:focus, .gkwMain#weather1:active{
	background: url("../images/picto-meteo-a.svg") no-repeat center center;
	background-size: 100%;
	width: 34px;
    height: 27px;
}
.gkwMain#weather1 img{
	display: none;
}

body.page-672 .gkwMain#weather1{
	background: url("../images/picto-meteo-a.svg") no-repeat center center;
	background-size: 100%;
	width: 34px;
    height: 27px;
}

body.page-569 a.picto-agenda img, body.page-858 a.picto-news img, body.page-1089 a.picto-film img{
	display: none;
}
body.page-569 a.picto-agenda{
	display: inline-block;
	background: url("../images/picto-agenda-a.svg") no-repeat center center;
	background-size: 100%;
	width: 22px;
    height: 25px;
}
body.page-858 a.picto-news{
	display: inline-block;
	background: url("../images/picto-news-a.svg") no-repeat center center;
	background-size: 100%;
	width: 26px;
    height: 25px;
}
body.page-1089 a.picto-film{
	display: inline-block;
	background: url("../images/picto-film-a.svg") no-repeat center center;
	background-size: 100%;
	width: 30px;
    height: 25px;
}
body.page-838 #gmaps #map-canvas{
    width:100%;
    height:400px;
    margin:20px 0 30px;
}
body.page-838 .fancybox-overlay{
	top:70px !important;
	z-index:1 !important;
	background:transparent;
	min-height:100% !important;
}
body.page-838 .fancybox-inner{
	width:100% !important;
	height:100% !important;
	padding-bottom:50px;
}
body.page-838 .fancybox-type-ajax{
	width: 100% !important;
	max-width:991px;
	top:0 !important;
	min-height:100% !important;
}
body.page-838 .fancybox-opened .fancybox-skin{
	height: 100% !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 !important;
	background:#fff;
	padding: 40px 20px 50px 20px !important;
}
body.page-838 .fancybox-close{
	top: 8px;
	right: 10px;
}
#fontlinks {
	float: right;
	margin-right: 20px;
	margin-top: -8px;
}
#fontlinks a {
	color: #C7C5C5;
}	
#incfont {
	font-family: GloberBold, Arial;
	font-size: 18px;
}
#fontlinks a#decfont{
	font-size: 0px;
	background: url("../images/picto-texte-moins.svg") no-repeat center center;
	background-size: 100%;
    width: 16px;
    height: 17px;
    display: inline-block;
	margin-left: 10px;
}
#fontlinks a#decfont:hover, #fontlinks a#decfont:active, #fontlinks a#decfont:focus{
	background: url("../images/picto-texte-moins-a.svg") no-repeat center center;
	background-size: 16px 17px;
    width: 16px;
    height: 17px;
}

#fontlinks a#incfont{
	font-size: 0px;
	background: url("../images/picto-texte-plus.svg") no-repeat center center;
	background-size: 100%;
    width: 23px;
    height: 16px;
    display: inline-block;
}
#fontlinks a#incfont:hover, #fontlinks a#incfont:active, #fontlinks a#incfont:focus{
	background: url("../images/picto-texte-plus-a.svg") no-repeat center center;
	background-size: 23px 16px;
    width: 23px;
    height: 16px;
}

.cd-tabs-content {
	background: #ffffff;
	height: 536px;
	overflow: auto;
	padding: 0 15px;
}
.latestnewshome_news .content-item a{
    /*display: block;
    overflow: hidden;*/
}
.cd-tabs-content li p {
	font-family: GloberRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #2f2f2f;
	margin-bottom: 0;
}
.cd-tabs-content li.content-item {
	display: block;
    padding: 10px 0;
    border-bottom: 1px #eaeaea solid;
    float: left;
    width: 100%;
}
.cd-tabs-content li.content-item .item-infos {
	float: left;
	width: 80%;
}
.cd-tabs-content li.content-item .item-infos .item-infos-title {
	font-family:GloberBold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #2f2f2f;
}
.cd-tabs-content li.content-item .item-infos .item-infos-title a {
	color:#2f2f2f;
}
.cd-tabs-content li.content-item .item-img{
	float: left;
	width: 85px;
	height:84px;
	margin-right:14px;
	overflow:hidden;
}
.news_allinfos_link {
	float: right;
    padding: 0 15px 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    text-align: right;
    background: #fff;
}
.news_allinfos_link a {
    color: #2f2f2f;
}
.link-arrow-left.marginright{
	margin-right: 20px;
}
.link-arrow-left {
	position: relative;
	color: #2f2f2f;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
	padding: 0 15px 0 0
}
.link-arrow-left:after {
	content: "";
	position: absolute;
	right: 0;
	background: url(../images/arrow-left.jpg) no-repeat right center;
	width: 6px;
	height: 11px;
	background-size: 100% auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page-login #logo.logobloc{
	left: 0;
	right: 0;
	margin: auto;
}

#page-login #main{
	background-color: transparent;
}

#page-login #mainbanner{
	min-height: 70px !important;
}

#page-login #center{
	width: 100%;
}

#page-login #center > div.inner{
	float: none !important;
}

#page-login .box-login .pretext{
	margin-bottom: 30px;
}

#page-login .box-login .pretext p{
	color: #2b2b2b;
    text-align: left;
    font-size: 26px;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-family: GloberBold, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

#page-login .box-login .userdata,
#page-login .box-login .style_div{
	max-width: 400px;
	width: 100%;
    margin: auto;
    background: #fff;
    padding: 30px 30px 25px;
	-webkit-box-shadow: 0px 0 30px rgba(38, 40, 41, 0.1);
    -moz-box-shadow: 0px 0 30px rgba(38, 40, 41, 0.1);
    box-shadow: 0px 0 30px rgba(38, 40, 41, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page-login .box-login .add-on,
#page-login .box-login .style_div .control-label{
	display: block;
	width: 100%;
	padding: 0 0 5px;
}

#page-login .box-login .style_div p.intro_password{
	margin: 5px 0 15px;
}

#page-login .box-login input[type="text"],
#page-login .box-login input[type="password"],
#page-login .box-login input[type="email"]{
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    min-height: 40px;
}

#page-login .box-login input[type="checkbox"]{
	margin: 0 10px 0 0;
}

#page-login .box-login #form-login-submit{
	text-align: center;
	padding: 10px 0 0;
}

#page-login .box-login ul.unstyled{
	margin: 20px 0 10px;
}
#page-login .box-login ul.unstyled li{
	display: block;
}

#page-login .box-login{
	max-width: 500px;
	width: 100%;
	margin: auto;
}

#page-login .box-login .btn{
	text-decoration: none;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0 0;
    background-color: #282f34;
    padding: 10px 16px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    transition: all 1s ease 0s;
	border: 0;
}
#page-login .box-login .btn:hover, 
#page-login .box-login .btn:focus {
    color: #fff;
    background-color: #0087e2;
    cursor: pointer;
}

.btn-add{
	width: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.annonce-author{
	text-align: right;
    font-style: italic;
}

.blog-featuredhomepage{
	display: none;
}

/*.pg-category-view .pagination.pagination-centered{
	display: none;
}*/

.pagination p.counter.pull-right{
	display: none;
}

.infos_user{
	float: left;
	width: 100%;
	margin: 0 0 15px;
}
.infos_user span{
	display: block;
    padding: 0 0 5px;
}

#center .item-page ul.imgs_users {
	display: block;
    float: left;
	margin: 10px -5px 0;
    padding: 0 !important;
}
#center .item-page ul.imgs_users li{
	display: inline-block;
	float: left;
	max-width: 50%;
	margin: 0 0 10px;
	padding: 5px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#center .item-page ul.imgs_users li img{
	max-width: 100%;
	margin: 0;
}

table.weblinks tfoot td, table.category tfoot td{
	padding: 0 !important;
}
.categories-list .nn_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner{
	padding: 15px 10px;
	overflow: auto;
    overflow-x: hidden !important;
}
.categories-list .nn_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner tr td{
	vertical-align: top;
}
.categories-list .nn_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner tr td.list-date{
	width: 15%;
}

#member .itemTxt a.delete-button {
	position: absolute;
    right: 45px;
    top: 18px;
}
#member .itemTxt .icon-trash{
    background: url(../images/icon-delete.png) no-repeat;
    padding-top: 1px !important;
    margin-left: 0px;
    width: 20px;
    height: 20px;
    display: block;
}
form#member-profile span.optional{
	display: none;
}

#center form#member-profile a.btn,
#center form#member-profile button.btn {
	vertical-align: top;
    height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#center form#member-profile legend{
	padding: 3px 0;
}

#center form#member-profile fieldset.radio{
	padding: 0;
}

#center form#member-profile fieldset.radio input[type='radio']{
	float: none;
    display: inline-block;
    margin: 0;
}

#center form#member-profile fieldset.radio label{
	display: inline-block;
	margin: 0 10px 0 0;
}

#center form#member-profile fieldset{
	padding: 15px 0;
}
#center form#member-profile fieldset.champ-02{
	display: none !important;
}

#system-message-container{
	max-width: 750px;
    width: 100%;
    margin: 0 auto 20px;
}

#phocagallery ul.pagenav, #phocagallery .pagination ul{
	width: 100%;
}
#phocagallery ul.pagenav .pagination-start, #phocagallery .pagination ul .pagination-start{
	padding-left: 0;
	margin-left: 0;
}
#phocagallery ul.pagenav .pagination-start .pagenav, #phocagallery .pagination ul .pagination-start .pagenav{
	padding-left: 0;
	margin-left: 0;
}


.item-page.edit .mceDefaultSkin .mceToolbar, 
.item-page.edit .mceDefaultSkin .mceLeft .mceToolbarRow,
.item-page.edit .mceDefaultSkin .mceToolbarRow>button, .item-page.edit .mceDefaultSkin .mceToolbarRow>div{
	float: left!important;
}
.item-page.edit a.btn.wf-media-upload-button, .annonce-edit a.btn.wf-media-upload-button{
	border:0!important;
}
.item-page.edit .wf-editor-header ul.wf-editor-tabs.nav.nav-tabs,.annonce-edit .wf-editor-header ul.wf-editor-tabs.nav.nav-tabs{
	display:none!important;
}
#center .item-page.edit .mceToolbar.mceLeft button{
	padding: 3px!important;
}

.item-page.edit .mceDefaultSkin .mceIframeContainer{
	float: left;
	width: 100%;
}

.annonce-edit #jform_description_toolbar2 {
    display: flex !important;
}

.page-545 .blog-featured{
	display: none;
}

.page-1196 .icon-edit:before, .page-1196 .icon-trash:before , .page-1197 .icon-edit:before, .page-1197 .icon-trash:before, .page-538 .icon-edit:before, .page-538 .icon-trash:before, .page-538 .icon-plus:before{
	display: none;
}
.page-538 .field-calendar .visually-hidden{
	display: none;
}
.page-538 .icon-calendar:before, .page-538 .calendar-container table tbody td.today:after {
	display: none;
}
.page-600 .icon-backward-2:before{
	display: none;
}
.page-1303 .icon-edit:before{
	display: none;
}
.field-calendar .visually-hidden{
	display: none;
}
.icon-calendar-alt:before, .icon-calendar:before{
	display: none;
}
/* joomla-dialog .joomla-dialog-container, joomla-dialog dialog{
	width: 800px !important;
	height: 500px !important;
} */
joomla-dialog .joomla-dialog-header span, joomla-dialog .joomla-dialog-header h3{
	display: none;
}
joomla-dialog .joomla-dialog-header .buttons-holder button{
	background: url(../../../../media/system/images/modal/closebox.png) no-repeat center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: none;
}
#user-registration .form-control-feedback{
	display: none;
}
#jform_articletext_tabsaccordions_modal{
	display: none;
}
/* .visually-hidden{
	display: none;
} */
.icon-plus:before{
	display: none;
}