
/*écrase smartadmin-skins.css*/
body{ 
	background: #fff;
}

ol, ul {
	list-style: none;
}
a, a:hover, a:focus  {
	text-decoration: none;
}

/*
h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
}
*/

/* éviter débordement image sur mobile */
/*
@media (max-width: 600px){
	img{
		max-width: 200px;
		height: auto !important;
	}
}
*/

/*uniquement dans content issu de textarea*/
.content_vs img, .content_vs_html img{
	max-width:100% !important;
	height: auto !important; /* écraser attribut height en dur */
}

/*
img{
	max-width:100%;
	height: auto !important;
}
*/

ul{
	padding-left:0px;
	-webkit-padding-start: 0px;/* ne fonctionne pas avec ff et ie */
}

legend{
	width:auto;/* reset boostrap.css width:100% */
	font-size: 100%;
}

input.datepicker[type=text]{/* champs calendrier */
	/*width:auto !important;*/
	width: 65px !important;/* juste la taille date xx/xx/xxxx*/
}

input[type=text], input[type=password]{
	max-width:200px;
	min-width:30px;
	width:100% !important;
}

input#s{/* pour affichage INPUT search : const_search() */
	width:none !important;
	max-width:none !important;
	min-width:none !important;
}

textarea{
	/* width:100% !important; */
	width:100%;
}

select{
	/*max-width:160px;*/
	max-width:200px;
	min-width:30px;
	/* attention voir si impact width:100%; */
	width:100%;
}


/* ---------------------------------------------- format texte vs ---------------------------------------------- */
.content_vs{
	line-height: 1.6em;
}



.grey2{COLOR: #999999;}
.grey_fonce{COLOR: #3B3B3B;}
.grey_clair{COLOR: #CECECE;}
.red{COLOR: #FF0000;}
.green{COLOR: #669966;}
.green_fonce{COLOR: #006633;}
.black{COLOR: #000000;}
.blue{COLOR: #0066cc;}
.white{COLOR: #fff;}

.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.pg_underline {
    text-decoration: underline;
}
.xxsmall{
	font-size:8px;
}
.xsmall{
	font-size:9px;
}
.small{
	font-size:10px;
}
.font-small {font-size: 0.87em;}
.font-small2 {font-size: 0.95em;}
.font-medium {font-size: 1.2em;}
.font-medium2 {font-size: 1.1em;}
.font-large {font-size: 1.4em;}
.font-xlarge {font-size: 1.7em;}
.font-xxlarge {font-size: 2em;}
.font-xxxlarge {font-size: 2.5em;}
.font-xxxxlarge {font-size: 3em;}
.font-megalarge {font-size: 4em;}

.font-capitalize {text-transform: capitalize;} /*Première lettre en majuscule*/
.vs_majuscule {text-transform: uppercase;}
.vs_minuscule {text-transform: lowercase;}

.vs_accolade {background: url(/image/bouton/accolade.gif) 6px 3px no-repeat;}

.vs_normal {
	font-size: 0.9em;
	color: #333;
	font-weight: normal;
}

.vs_title {
	/*text-shadow: 1px 1px 0 #D1D1D1;*/
	text-shadow: 2px 2px 4px #D1D1D1;
	color : #0c5fa5;
}
.vs_title_cs {
	font-family: 'header', verdana, helvetica, arial, sans-serif;
	font-size: 19px;
	/*color: #F6931B;*/
	
	color : #0c5fa5;
	font-weight: normal;
	text-shadow: 2px 2px 2px white, 2px 2px 2px #D1D1D1;
	
}
.vs_title_black {
	text-shadow: 1px 1px 0 #D1D1D1;
	text-shadow: 2px 2px 4px #D1D1D1;
	color : #000;
}


/* ---------------------------------------------- format texte vs ---------------------------------------------- */

/* ---------------------------------------------- position texte vs ---------------------------------------------- */
/* 
compléments à common.css 
attention css sensible à la casse
*/
.Smargin-left{margin-left: 0.4em;}
.Smargin-right {margin-right: 0.4em;}
.margin-bottom {	margin-bottom: 1em;}
.margin-top {margin-top: 1em;}
.Smargin-bottom{margin-bottom: 0.4em;}
.SSmargin-bottom{margin-bottom: 0.2em;}
.Smargin-top {margin-top: 0.4em;}
.SSmargin-top {margin-top: 0.3em;}

.Spadding-left{padding-left: 0.4em;}
.Spadding-right {padding-right: 0.4em;}
.padding-bottom {	padding-bottom: 1em;}
.padding-top {padding-top: 1em;}
.Spadding-bottom{padding-bottom: 0.4em;}
.Spadding-top {padding-top: 0.4em;}

.margin-minus-bottom {margin-bottom: -1em;}
.margin-minus-left {margin-left: -1em;}
.margin-minus-right {margin-right: -1em;}
.margin-minus-top {margin-top: -1em;}
.margin-minus-bottom {margin-bottom: -1em;}
.Lmargin-minus-top {margin-top: -2em;}
.LLmargin-minus-top {margin-top: -3em;}
.Lmargin-minus-bottom {margin-bottom: -2em;}

.Smargin-minus-bottom {margin-bottom: -0.4em;}
.Smargin-minus-top {margin-top: -0.4em;}

.Smargin-minus-left {margin-left: -0.4em;}
.Smargin-minus-right {margin-right: -0.4em;}

.SSmargin-minus-bottom {margin-bottom: -0.1em;}
.SSmargin-minus-top {margin-top: -0.1em;}

.gutter-bottom {	margin-bottom: 2em;}
.gutter-top {margin-top: 2em;}
.LLmargin-top {margin-top: 4em;}

.Lgutter-left {margin-left: 4em;}

.text-align-left {text-align: left;}
.text-align-right {text-align: right;}
.text-align-center {text-align: center;}

/*
position verticale
vertical-align n'est valable que pour les images et les cellules de tableaux
*/
.valign-center {vertical-align: middle;}
.valign-top {vertical-align:top;}
.valign-bottom {vertical-align:bottom;}
 
.vs_bloc_center { 
  margin-left: auto; 
  margin-right: auto; 
/* largeur obligatoire pour être centré */ 
}

.vs_width100 {width: 100%;}
.vs_width95 {width: 95%;}
.vs_width90 {width: 90%;}
.vs_width85 {width: 85%;}
.vs_width80 {width: 80%;}
.vs_width75 {width: 75%;}
.vs_width70 {width: 70%;}
.vs_width60 {width: 60%;}
.vs_width50 {width: 50%;}
.vs_width45 {width: 45%;}
.vs_width40 {width: 40%;}
.vs_width30 {width: 30%;}

/* DEBUT complete css/block-lists.css : utilisaton small-files-list_vs */
.small-files-list_vs li {
	margin-top:0.5em;
	margin-left:-1.5em;
	margin-bottom: 0.5em;
	/*background: url(/images/icons/finefiles/32/default.png) no-repeat;*/
	/*color: black;*/
	min-height: 32px;
	margin-bottom: 0.25em;*/
	line-height: 1.083em;
	}
	.small-files-list_vs li span{
		margin-left:3.5em;
	}
	
	.small-files-list_vs li:last-child {
		margin-bottom: 0;
	}
	/* IE class */
	.small-files-list_vs li.last-child {
		margin-bottom: 0;
	}
	.small-files-list_vs li a {
		display: block;
		margin: -0.25em 0 0 -42px;
		padding: 0.25em 0 0 42px;
		/*color: black;*/
		}
		.small-files-list_vs li a:hover {
			color: #3399cc;
		}
	.small-files-list_vs li small {
		/*color: #999999;*/
	}
	
	.small-files-list_vs.icon-html li, .small-files-list_vs li.icon-html { background-image: url(/images/icons/finefiles/32/html.png); }
	
	
	
	
	
	
/* FIN complete css/block-lists.css*/
	
	
/* 
* complete  css/common.css 
* pour que comportement  .mini-menu > li > a{ soit identique à .mini-menu > li > span > a{

*/
		.mini-menu > li > span > a {
			display: block;
			line-height: 1.333em;
			height: 1.66em; /* avant 1.333 */
			padding: 0.25em 0.417em;
			border-left: 1px solid white;
			border-right: 1px solid #CCCCCC;
			color: #999;
			}
			/* IE class */
			.ie7 .mini-menu > li > span > a {
				display: table-cell;
				vertical-align: middle;
			}
			.mini-menu > li:first-child > span > a {
				border-left: none;
				-moz-border-radius-topleft: 0.25em;
				-moz-border-radius-bottomleft: 0.25em;
				-webkit-border-top-left-radius: 0.25em;
				-webkit-border-bottom-left-radius: 0.25em;
				border-top-left-radius: 0.25em;
				border-bottom-left-radius: 0.25em;
			}
			/* IE class */
			.mini-menu > li.first-child > span > a {
				border-left: none;
			}
			.mini-menu > li:last-child > span > a {
				border-right: none;
				-moz-border-radius-topright: 0.25em;
				-moz-border-radius-bottomright: 0.25em;
				-webkit-border-top-right-radius: 0.25em;
				-webkit-border-bottom-right-radius: 0.25em;
				border-top-right-radius: 0.25em;
				border-bottom-right-radius: 0.25em;
			}
			/* IE class */
			.mini-menu > li.last-child > span > a {
				border-right: none;
			}
			.mini-menu > li > span > a img {
				margin: 0 0 -3px;
			}
			/* IE class */
			.ie7 .mini-menu > li > span > a img {
				margin: 0;
				vertical-align: middle;
			}

	.mini-menu > li > span > a:hover {
		color: #115577;
		background: #98d2f3 url(/images/old-browsers-bg/button-hover-bg.png) repeat-x top;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(
			top,
			#dff3fc,
			#98d2f3
		);
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#dff3fc),
			to(#98d2f3)
		);
	}
	

/* block-content h1 : écrase taille par défaut*/
.block-content h1 {
	font-size: 1.3em;
}	

.block-content h1 > a {
	font-size: 1.3em;
	font-weight: bold;
}	
 

/****************** pg_event *******************/
/*
.pg_event ul.favorites{
	list-style-type: none;
	-webkit-padding-start: 0px;
}
.pg_event .favorites > li {
	border-top: 1px dotted #999999;
	padding: 0 0 0 75px;
	position: relative;
	}
	.pg_event .favorites > li:first-child {
		border-top: 0;
	}
	.pg_event .favorites > li.first-child {
		border-top: 0;
	}
	.pg_event .favorites > li:hover {
		background: url(/images/old-browsers-bg/favorites-bg.png) repeat-x;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(
			top,
			rgba(0,0,0,0.1),
			rgba(0,0,0,0)
		);
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(rgba(0,0,0,0.1)),
			to(rgba(0,0,0,0))
		);
	}
	.pg_event .favorites > li > img{
		position: absolute;
		margin-top: 1.5em;
		margin-left: -60px;
	}
	
	.pg_event .favorites > li > a {
		display: block;
		padding: 1.278em 1em;
		font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		min-height: 1.833em;
		font-weight: bold;
		line-height: 0.833em;
		background: url(/images/favorites-border.png) no-repeat left center;
		color: #39c;
		text-decoration: none;
		}
		.pg_event .ie7 .favorites > li > a {
			margin-top: -0.667em;
		}
		.pg_event .favorites > li > a small {
			font-size: 0.667em;
			color: #999;
			font-weight: normal;
			text-transform: none;
		}
*/
		/* modif vsc */
		/*
		.pg_event .favorites > li  > .calendarview  {
			position: absolute;
			margin-top: 1.5em;
			margin-left: -60px;
		}
		*/
		
/* vsc empecher décalage à droite */	
ul.favorites{
	-webkit-padding-start: 10px;
}

.block-content ul.favorites{/* listes des events, notes */
	margin-left: -2em;
	margin-right: -1.2em;
	margin-top: -1.3em;
	margin-bottom: 0.5em;
	font-size:12px;
}

.pg_ff .block-content ul.favorites,
.pg_ie .block-content ul.favorites{
	margin-left: -1em;
}


.block-content ul.favorites > li > a{/* listes des events, notes */
	padding-right: 0.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.2em;
	font-size: 1.5em;
}

.block-content ul.favorites > li > img {/* listes des notes, img */
	margin-left: -65px;
	margin-top: 31px;
}
/* meet_affiche_OLD()*/
.favorites > li  > .calendarview  {/* listes des events, calendar */
	position: absolute;
	margin-top: 1.2em;
	margin-left: -60px;
}
/* meet_affiche()*/
.pg_event #pg_event_date {
	position: absolute;
    top: 20px;
    left: 5px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    height: 46px;
    overflow-wrap: break-word;
    text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 1px;
    width: 46px;
    word-wrap: break-word;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 25px 25px;
    transform-origin: 25px 25px;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	margin: 7px;	
    outline: rgb(255, 255, 255) none 0px;
	border: 2px solid black;	
	background:white;
}
.pg_event #pg_event_day {
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    height: 22px;
    left: -2px;
    overflow-wrap: break-word;
    position: relative;
    right: 2px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 1px;
    top: 0px;
    white-space: nowrap;
    width: 46px;
    word-wrap: break-word;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 23px 15px;
    transform-origin: 23px 15px;
    border: 0px none rgb(255, 255, 255);
    outline: rgb(255, 255, 255) none 0px;
    overflow: hidden;
    padding: 1px 0px 0px;
    font-size: 17px;
	font-weight: 900;
	color: black;
}
.pg_event #pg_event_month {
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    left: 0px;
    overflow-wrap: break-word;
    position: relative;
    right: 0px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 1px;
    top: 0px;
    white-space: nowrap;
    word-wrap: break-word;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 23px 8px;
    transform-origin: 23px 8px;
    border: 0px none rgb(255, 255, 255);
    outline: rgb(255, 255, 255) none 0px;
    overflow: hidden;
    padding: 1px 0px 5px;
    font-size: 12px;
	color: #E65606;
}



.block-content ul.mini-blocks-list{/* footer info */
	margin-left: -0.5em;
	margin-right: -0.6em;
	margin-top: 1.8em;
	margin-bottom: -0.8em;
}

.block-content .task-description ul.mini-blocks-list{/* footer comment principal */
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.block-content .task-dialog ul.mini-blocks-list{/* footer comment secondaire */
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: -0.5em;
}

.task-dialog {
	margin-left: 2em;
}

/* enlever espace entre input "hidden" et ul.no_margin*/
#ajax_comment_pagination_id input#ajax_comment_pagination_post_id + ul.no-margin{
	margin-top:-23px !important;
}

		
		
/** calendarview **/
		
.calendarview {
	width: 44px;
	height: 45px;
	background: white url(/image/bg/mini-date-bg.gif) top left no-repeat;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-position-x: 0%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;
	background-color: white;
	margin-bottom : 6px;
	margin-top: 25px !important;
}
	.calendarview .month {
		width: 43px;
		FONT-SIZE: 11px; 
		text-align: center;
		color: white;
	}
	.calendarview .day {
		width: 43px;
		text-align: center;
		font-size: 19px;
		line-height: 1.2;
		color:#000000;
		margin-top: 0.1em;

	}

/* DEBUT Photos membre */

div.pic50 img{
	border:3px #fff solid;
	vertical-align:auto
}
.photo_50,.photo_50.no:hover{
	display:block;
	border:1px solid #F0F0F0;
	background-color:#fff;
	width:56px;
	height:56px
}
.photo_50:hover, a.photo_50:hover{
	display:block;
	border:1px solid #0066cc;
	background-color:#fff;
	width:56px;
	height:56px
}
ul.mmlist li{
	list-style-type: none;
	float:left;
	margin:0px /* horizontal */8px /* vertical */8px 0px
}
ul.mmlist{
	margin-right: -1.5em;
}

/* FIN Photos membre */

/* scroll dans popover bootstrap */
.popover-content {
    max-width: 500px;
    height: 250px;
    overflow-y:scroll;
}

/* vs_gris : basé sur common.css > button:disabled */
	.block-content h1.vs_gris,
	.block-content .h1.vs_gris,
	.block-content .vs_gris h1,
	.block-content .vs_gris .h1,
	.block-content.vs_gris h1,
	.block-content.vs_gris .h1,
	.vs_gris .block-content h1, 
	.vs_gris .block-content .h1 {
		border-color: #e9f2f6 #c4c3c3 #797676 #A3A2A2;
		background: #B4B4B4 url(/images/old-browsers-bg/button-element-disabled-bg.png) repeat-x top;
		background: -moz-linear-gradient(
			top,
			#f0f2f2,
			#B4B4B4
		);
		padding: 0.278em 0.444em 0.25em;
		font-size: 14px;
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#EDEFF0),
			to(#7E7B7B)
		);
		font-weight: bold;
	}

	
/* type curseur */
.cursor-pointer{cursor:  pointer;}
.cursor-help{cursor:  help;}

/* ajoute class pour voir sur quel menu on se situe */
.collapsible-list li.selected {
	background: #f2f2f2;
	color:black;
	font-weight: bold;
	-moz-border-radius: 0.417em 0.417em 0 0.417em;
	-webkit-border-radius: 0.417em;
	-webkit-background-clip: padding-box;
	-webkit-border-bottom-right-radius: 0;
	border-radius: 0.417em 0.417em 0 0.417em;
}


/* écrase standard.css > #status-bar */
#status-bar {
	height: 3.4em;
	line-height: 3.1em;
}

#control-bar {
	height: 1.5em;
}

#search-form {
	height: 1.5em;
	height: 1em;
}

/* écrase standard.css */

.menu ul li {
	color: #666666;
	text-shadow: 0px 0px 0 ; /* take off shadow */
}


/* extends class controls-buttons pour avoir un bouton à fond blanc pour a et a:hover*/
/* class special IE car pb affichage : float-right au lieu de float-left

	ul.controls_buttons_vs_IE,
	div.controls_buttons_vs_IE {
		float: left;
	}

*/
ul.controls_buttons_vs li a:hover,
ul.controls_buttons_vs li a {
	background: white;
	text-transform: none;
	font-size: 14px;
}
/*
ul.controls_buttons_vs{
	float: left;
}
*/

.form .input-grey {
	COLOR: #999999;	
}

/* écrase common.css */
/*
strong {
 color: #333333;
}
*/

/* écrase block-lists.css */
.mini-blocks-list > li a.vs_a {
	color: #3399cc;
	text-decoration: none;
}
.vs_relative > li {/*le mini-menu situé juste en dessous, s'applique à cet élément*/
	position: relative;
	/*z-index: 89;*/
	/*line-height: 1.25em;*/
}

.task-dialog > li {
	background: #ffffcd;
	padding: 0.8em 0.8em 0.4em 0.8em;
	margin: 0 -1px;
}

/* utilisé avec pg_defaulttext.js */
.pg_defaultTextActive {
	color: #999999 !important;  /* ajout !important car pb avec smart-style-3 */
}

/* vs : correc */
/* lang_note_item_item_inc */
.vs_item_item {
	background-color: #dcebf2;
	border: 1px solid #3399cc;
	padding-left:0.7em;
	padding-right:0.7em;
	padding-top:0.7em;
	padding-bottom:0.7em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	-webkit-background-clip: padding-box;
	border-radius: 0.333em;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/* lang_note_item_item_inc */
.vs_item_comment{
	background-color: #ddebdf;
	border: 1px solid #339933;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.7em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	-webkit-background-clip: padding-box;
	border-radius: 0.333em;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/****************** Simple list VS bleu *****************/
.simple_list_vs_bleu li {
	background: #dcebf2;
	background-image: url(/images/icons/fugue_vs/icons/question-balloon.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.2em;
	
	padding-left:2em;
	padding-right:0.7em;
	padding-top:0.7em;
	padding-bottom:0.7em;
	
	margin-top:0.2em;
	margin-bottom:0.2em;
	
	-moz-border-radius: 0.417em;
	-webkit-border-radius: 0.417em;
	-webkit-background-clip: padding-box;
	border-radius: 0.417em;
	
	color: #333333;
	}
	.simple_list_vs_bleu li:last-child {
		margin-bottom: 0;
	}
	/* IE class */
	.simple_list_vs_bleu li.last-child {
		margin-bottom: 0;
	}
	.simple_list_vs_bleu li a,
	.simple_list_vs_bleu li span {
		display: block;
		margin: -0.75em;
		padding: 0.75em;
		color: #333333;
		background-repeat: no-repeat;
		background-position: 0.667em center;
		-moz-border-radius: 0.417em;
		-webkit-border-radius: 0.417em;
		-webkit-background-clip: padding-box;
		border-radius: 0.417em;
		}
		.simple_list_vs_bleu li a:hover,
		.simple_list_vs_bleu li span:hover {
			background-color: #e0e0e0;
		}
		
		.simple-list_vs_bleu.with-icon li a,
		.simple-list_vs_bleu.with-icon li span,
		.simple_list_vs_bleu .with-icon li a,
		.simple_list_vs_bleu .with-icon li span,
		.simple_list_vs_bleu li.with-icon a,
		.simple_list_vs_bleu li.with-icon span {
			background-image: url(/images/icons/fugue/control-000-small.png);
			padding-left: 2.5em;
		}
/****************** /Simple list VS bleu *****************/

/****************** Simple list VS vert *****************/
.simple_list_vs_vert li {
	background: #ddebdf;
	background-image: url(/images/icons/fugue_vs/icons/spell-check.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.2em;
	
	padding-left:2em;
	padding-right:0.7em;
	padding-top:0.7em;
	padding-bottom:0.7em;
	
	margin-top:0.2em;
	margin-bottom:0.2em;

	-moz-border-radius: 0.417em;
	-webkit-border-radius: 0.417em;
	-webkit-background-clip: padding-box;
	border-radius: 0.417em;
	color: #333333;
	}
	.simple_list_vs_vert li:last-child {
		margin-bottom: 0;
	}
	/* IE class */
	.simple_list_vs_vert li.last-child {
		margin-bottom: 0;
	}
	.simple_list_vs_vert li a,
	.simple_list_vs_vert li span {
		display: block;
		margin: -0.75em;
		padding: 0.75em;
		color: #333333;
		background-repeat: no-repeat;
		background-position: 0.667em center;
		-moz-border-radius: 0.417em;
		-webkit-border-radius: 0.417em;
		-webkit-background-clip: padding-box;
		border-radius: 0.417em;
		}
		.simple_list_vs_vert li a:hover,
		.simple_list_vs_vert li span:hover {
			background-color: #e0e0e0;
		}
		
		.simple-list_vs_vert.with-icon li a,
		.simple-list_vs_vert.with-icon li span,
		.simple_list_vs_vert.with-icon li a,
		.simple_list_vs_vert.with-icon li span,
		.simple_list_vs_vert li.with-icon a,
		.simple_list_vs_vert li.with-icon span {
			background-image: url(/images/icons/fugue/control-000-small.png);
			padding-left: 2.5em;
		}
/****************** /Simple list VS vert *****************/

ul.simple_list_vs_bleu li h2, ul.simple_list_vs_vert li h2{
	margin: 0 0; /* écrase style smartadmin-production.css */
}		

/* ***************** help.php **************** */
.vs_help_question {
	/*color : #0c5fa5;*/

	padding-left:3.1em;
	padding-top:0.5em;
	padding-bottom:0.1em;
	
	background: #F2F2F2;
	background-image: url(/image/bouton/help_q.gif);/* Attention = placer background-image: après background: */
	background-repeat: no-repeat;
	background-position: 0.3em 0.2em;
	
	-moz-border-radius: 0.417em 0.417em 0 0.417em;
	-webkit-border-radius: 0.417em;
	-webkit-background-clip: padding-box;
	-webkit-border-bottom-right-radius: 0;
	border-radius: 0.417em 0.417em 0 0.417em;	
}
.vs_help_answer {
	padding-left:2.1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background-image: url(/image/bouton/help_a.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.2em;
}

.vs_help_question h1{
	margin-bottom:-1em;
	font-size: 1.6em;
	color: #E65606;
	font-weight: bold;
}
.vs_help_answer h2{
	margin-bottom: -0.3em;
	margin-top: 0.7em;
	font-size: 1.3em;
	color: #E65606;
	font-weight: bold;
}


/* ***************** /help.php **************** */

/* ***************** vs_box_red **************** */
/* écrase .box */
	
.vs_box_red {
	box-shadow: 0 1px 6px #FD0202;
	background: white;
}	
/* IE class */
.ie .vs_box_red {
	border: 1px solid #FD0202;
}
/* ***************** /vs_box_red **************** */

/* 
écrase dans standard.css 
pour popup login
*/
.result-block div {
	margin-bottom: 0em;
}


/* 
écrase gallery-preview {padding: 2em;text-align: center;}
*/
.gallery-vs-help {
	padding-top: 0.5em;
	padding-bottom: 0em;
	padding-left: 0em;
	text-align: left;
	margin-bottom: -1em;
}	


/* z-index : ajout vsc */
.block-content h1{/* aside#left-panel : KO avec menu de gauche*/
	z-index:0;
}

.message{
	z-index:0;
}


/* fieldset legend : réduire largeur */

/*fieldset legend .show-collapsed, fieldset legend .show-expanded {
	display: inline;
}*/

/* à appliquer avec .img-responsive pour centrer */
.img_responsive_pg_center {
    margin: 0 auto;
}

/* DEBUT wizard auto scroll x */
/*
.scroll_x_pg{
    width: 100%;
	height: 110px;
    overflow-x: auto;
	margin-top: -2.833em;
	margin-left: -1.667em;
}
.scroll_x_pg ol.wizard-steps{
	margin-top:0 !important;
	width: 900px;
}
*/
/* FIN wizard auto scroll x */


.block-content .block-controls .button{
	margin-top: -2em !important;
	margin-bottom: 0.5em;
	margin-right: -1.5em;
}

h1.vs_gris {/* vsc : annule smartadmin.css ligne 47 */
	letter-spacing: 0;
}

.block-controls.vs_no_margin, .vs_no_margin .block-controls{/*vsc help_button_inc */
	margin-left: -1.1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-top: 0em;
}

ul.mini-blocks-list > li > img, 
ul.mini-blocks-list > li > a > img,
ul.mini-menu a.button > img 
{
	vertical-align: initial; /* annule : vertical-align: middle; : bootstrap.css ligne9 : pas dans ul.mini-menu */
}

ul.mini-menu a.button{
	margin-right:0.3em;
	margin-left:0.3em;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

.box > a.button, 
.box > span > a.button,
.vs_box_red a.button 
 {
	margin-right:0.3em;
	margin-left:0.3em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.mini-blocks-list > li span a {
	color: #666666;
}

div.block-content > h1 + ul.mini-blocks-list{/* détails du meeting : url, adresse... */
	margin-top:0.7em;
}

/* smart-style-0 texte et lien blanc  */
body.smart-style-0 #ribbon .ribbon_vs{
	COLOR: #a8a8a8;
}
body.smart-style-0 #ribbon a.ribbon_vs,
body.smart-style-0 #ribbon .ribbon_vs a{
	font-weight:bold;
	text-decoration:underline;
	COLOR: #a8a8a8;
}
body.smart-style-0 #ribbon a.ribbon_vs:hover,
body.smart-style-0 #ribbon .ribbon_vs a:hover{
	COLOR: #fff;
	text-decoration:none;
}

#ribbon .form select{/* select dans ribbon : plus fin */
	font-size: 1em;
	padding: 0.3em;
}

/* diminuer border à droite formulaire et message no-margin */
.block-content form fieldset ul.message.no-margin {
	margin-right: -1em !important;
}

.ajax-dropdown .btn-group>:nth-child(2) {/* écrase smartadmin.css ligne47 */
	border-right-width: 1px;
}

/* MODAL */
	/* modal annule ombre du bouton : const_common.css 452*/
	.modal-dialog button:hover, .modal-dialog button{
		box-shadow: none;
	}
	/* annule const_standard.css 1593 */
	.modal-content {
		margin: auto;
		padding: 0;
	}
	
	/* bootstrap.css */
	.modal-header {
		border-bottom: none;
	}	
	
	/* const_form.css 55 */
	.modal-dialog legend a{
		display: inline; 
		line-height: 1em !important;
	}
	
/* /MODAL */


.block-controls_vs {
/* basé sur block-controls */
	text-align: left;
	/*border-bottom: 1px solid #999999;*/
	background: white url(/images/old-browsers-bg/block-controls-bg.png) repeat-x bottom;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient( top, white, #e5e5e5 88%, #d8d8d8 );
	background: -webkit-gradient( linear, left top, left bottom, from(white), to(#d8d8d8), color-stop(0.88, #e5e5e5) );
	padding-bottom: 0.8em;
	padding-top: 0em;
	padding-left: 0.7em;
	margin-left:-0.5em;
	margin-right:-0.5em;
	margin-bottom:0.3em;
	margin-top:-0.1em;
}

.block-controls_vs .btn {
	margin-top:0.2em;
}

/* écrase selected bleu du menu smartadmin.css */
.menu-opener .menu .selected:after{
	border-left: none;
}
	
/* event : retour à la ligne lien */
.extended-list > li > a, .extended-list > li > span {
	white-space: normal !important; /*nowrap*/	
}

/* pour activer hover ou visited sur les listes de lien */
.a_vs a:hover  {
	color : #33CCFF !important;
}

.a_vs a:visited  {
	color : #74B6CC !important;
}

.message img{
	margin-bottom:0.2em;

}

/* drop-down ajax_lang.php */
.dropdown-menu > li > a {
	line-height: 1.6em;
	margin-top: -0.3em;
	margin-bottom: -0.3em;
}

/* pg_home */
	.pg_orange{
		color:#E65606 !important;
	}
	.pg_home #main{
		margin-left: 10px;
		margin-right: 10px;
	}
	.pg_home_titre_font_black{
		font-family: 'Yesteryear', cursive;
		COLOR: #000;
		font-size: 3em;
	}
		.mobile-view-activated .pg_home_titre_font_black{
			font-size: 2.5em;
		}
	.pg_home_titre_font_black2{
		font-family: 'Yesteryear', cursive;
		COLOR: #000;
		font-size: 2em;
	}
		.mobile-view-activated .pg_home_titre_font_black2{
			font-size: 1.8em;
		}
	.pg_home_titre_orange{
		color:#E65606;
		font-size: 1.6em;		
		font-weight:bold;
	}
	.pg_home_titre_orange2{
		color:#E65606;
		font-size: 2.2em;		
	}
	
	
	.pg_home_titre_white{
		color:#fff;
		font-size: 1.8em;		
		font-weight:bold;
	}

	/*
	.pg_home_titre_orange_sml{
		color:#E65606;
		font-size: 1.1em;		
		font-weight:bold;
	}
	*/
	
	
		.mobile-view-activated .pg_home_titre_orange{
			font-size: 1.3em;
		}
	.pg_home_titre_black{
		color:#000;
		font-size: 1.3em;		
		font-weight:bold;
	}
	.pg_home_titre_black2{
		color:#000;
		font-size: 2em;		
		font-weight:bold;
	}
	.pg_home_titre_black3{
		color:#000;
		font-size: 1.5em;		
	}
	
		.mobile-view-activated .pg_home_titre_black{
			font-size: 1em;
		}
	.pg_home_titre_font_orange{
		/*font-family: 'Yesteryear', cursive;*/
		color:#E65606;
		font-size: 1.6em;
	}
	.block-content .pg_home_titre_font_orange{
		margin-top: -1.7em;
		margin-left: -0.7em;
		/*margin-bottom: 1.5em;*/
		margin-bottom: 0.8em;
		/*margin-bottom: -1.49em;*/
	}
	
	
	
		/* premiere lettre majuscule, le reste minuscule */
		/*
		.pg_home_titre_font_orange {
			text-transform: lowercase;
		}
		.pg_home_titre_font_orange:first-letter {
			text-transform: uppercase;
		}
		*/
		/* taille mobile */
		.mobile-view-activated .pg_home_titre_font_orange{
			font-size: 1.4em;
		}
	img.pg_home_logo{
		height: auto;
	}
	
	
	.pg_home_opacity{
		opacity: 0.9;
		margin-top: -6.7em;
		/*margin-bottom: 2em;*/
		margin-left: -6em;
		margin-right: -6em;
		background: rgba(8, 8, 8, 0.54);
		z-index: 999999;
		padding-top: 2em;
		padding-bottom: 2em;
	}
		.pg_home_opacity input#s{
			width: 40% !important;
			padding-top: 0.6em;
			padding-bottom: 0.6em;
			padding-right: 0.6em;
			padding-left: 0.6em;
			font-size:1.5em;
			text-align: center;
			border: 1px solid #E65606;
			color: #7E7C7B;
		}
			/* mobile */
			.mobile-view-activated .pg_home_opacity{
				margin-top: -7em;
			}
			.mobile-view-activated .pg_home_opacity input#s{
				font-size:1em;
			}
		/* resultats search */
		.pg_home_opacity div#search-result.result-block{
			max-width: 400px;
			width: 100%;
			top: 27em;
			right: 41em;
		}
		
		div#search-result.result-block{
			max-width:700px;
			width:100%;
		}
		div#search-result.result-block h2 {
			margin-left:-0.3em;
			margin-top:-0.3em;
			margin-bottom:-1em;
		}
		
		/* arrow resultats search */
		.pg_home_opacity .result-block .arrow {
			right: 20px;
		}
		.pg_home_opacity .result-block a strong{
			font-size: 1.4em;
		}
		.result-block a{/*home ou non*/
			overflow: hidden; /* tronquer si dépasse */
		}
			.mobile-view-activated .result-block a{/*home ou non*/
				font-size: 0.8em;
			}
			.mobile-view-activated .pg_home_opacity div#search-result.result-block{
				max-width: 200px;
				position: relative;
				top: 0; 
				right: 0;
			}
			.mobile-view-activated .pg_home_opacity .result-block .arrow {
				right: 100px;
			}
			
	.pg_center_bloc {
		margin-left: 5% !important;
		margin-right: 5% !important;
	}
	
	#content {
		/*pour affichage ajax_lang_php */
		min-height: 970px;
	}
	.fr #content {
		min-height: 700px;
	}
	
	#pg_footer {
		color: #fff;
		margin-top: 5em;
		padding-bottom: 1em;
		padding-top: 1em;
		padding-left: 8em;
		padding-right: 8em;
		margin-left: -6em;
		margin-right: -6em;
		background-color: #444;
	}
		#pg_footer a{
			color: #9B9898;
		}
		#pg_footer a:hover{
			color:#72C4FA;
			text-decoration: underline;
		}
	/*
	#pg_home_img_fleche_gauche{
		width: 40px;
		height: auto;
	}
	*/
	#pg_home_img_fleche_droite{
		width: 90px;
		height: auto;
	}
	
/* /pg_home */

/* search ribbon */
	/* écrase smartadmin.css ligne 47 */
	/* bouton search pour mobile */
	
	
	#ribbon #search-mobile.btn-header {
		position: absolute;
		top: -49px;
		right: 102px;
		z-index: 100;		
	}
	
	/*
	position: absolute;
    top: -50px;
    right: 100px;
    z-index: 100;
	
	
	*/
	
	
	
	@media (max-width: 319px){
		#ribbon #search-mobile.btn-header {
			display: none;
		}
	}
		
		
	#ribbon .header-search {
		top: -7px;
	}
	
	@media (max-width: 767px){
		.search-mobile #ribbon .header-search {
			background: transparent; 
			z-index: 100;
			margin-left: 8px;
			width: 95.5%;
			top: -50px;
		}
	}

	
	/* vsc input search #ribbon ou non */
	@media (max-width: 767px){
		.search-mobile .header-search {
			font-size: 1.2em;
		}
	}
	
	/* vsc empecher alignement à droite du label si taille diminue */
	@media (max-width: 992px){/* 979px */
		form.form label {
			text-align: left !important;
		}
	}
/* search ribbon */	

	@media (max-width: 319px){
		#pg_social {
			display: none;
		}
	}
	
/* corriger trait grisé sur input smart-style-3 smartadmin-skins.css 1078*/
input[type="text"]{
	box-shadow: none !important;
}

/*
.pg_home .block-content{
	padding-top: 0;
}
*/

.pg_home input#id, input#mdp{
	width:130px !important;
}

.div_input_pg_home{
	padding-left: 0; 
	padding-right: 0;
}

.block-content .block-controls{
	margin-top:-1.6em;
	padding-bottom: 5px;
}

.block-content {
	border: none;
}

/*@media (max-width: 767px){*/
@media (max-width: 1201px){
	/* masquer pour mobile*/
	.pg_hide_mobile {
		display: none;
	}
}
@media (max-width: 767px){
	/* masquer pour desktop*/
	.pg_hide_desktop{
		display: none;
	}
}


/* écrase smartadmin-skin.css ligne 800 */
#logo img {
	width: 165px !important;
	margin-top: -7px !important;
	margin-left: -5px !important;
}

.pg_font_normal{
	font-family: 'Open+Sans', cursive;
}

/* ajax_mail_ecrire.php */

/* ajax_mail_ecrire.php : ecrase smartadmin.css ligne 47 */
.inbox-info-bar, .inbox-message, .inbox-download, .inbox-compose-footer {
	margin-right: 0px !important;
}

#pg_mail_content input{
	max-width: 1000px;
}
	#ajax_mail_rep input{/*cas particulier ajax_mail_rep.php*/
		max-width: 130px;
	}

#pg_mail_content.table-wrap {
	overflow: initial; 
}

#inbox-content.no-content-padding,
.inbox-nav-bar.no-content-padding{
	margin: 0 !important;
}

#inbox-content h2{
	margin-top: -3px;
}

.inbox-menu-sm li a {
	padding: 0px 30px 0px;
	font-size: 11.5px;
	color: #838383;
}
.inbox-menu-sm li a:hover {
  background: #fff;
  color: #3276b1;
}
.inbox-menu-lg {
	margin-bottom: 3px;
}


/* désactiver un lien : associa à fnPgLoadurl() */
.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.big-button{/* retour à la ligne texte dans input submit */
	white-space: normal;
}

/* youtube embed responsive */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.pg_center_img {
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: inherit;
}

.pg_word_break,
.content_vs,
.message
/* 
.task-description, 
.task-dialog,
.block-content
*/{
	/* retour ligne longs mots sans espaces */
	word-break: break-word;
}

/* première lettre majuscule, le reste minuscule */
.pg_lowercase {
	text-transform: lowercase;
}
.pg_lowercase:first-letter {
	text-transform: uppercase;
}

.pg_help_box{
	border-radius: 0.3em;
	/* box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); */
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
}

.pg_loading{
	background: url(/images/info-loader.gif) no-repeat center;
}

.pg_justify{text-align:justify;}

/* écrase bootstrap.min.css */
/*@media (min-width: 1300px){*/
@media (min-width: 1500px){
	.container {
		/*width: 1263px;*/
		/*width: 1232px;*/
		width: 77%;
	}
}

/* progress-bar PG */
.pg_bg_color {
  background-color: #E65606!important;
}
.pg_grey_title {
  font-weight: bold;
  font-size: 14px;
  padding: 7px;
  margin-bottom: 15px;
  background: #f0f0f0;
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #f0f0f0 0%,#ffffff 100%);
  background-image: -webkit-linear-gradient(left, #f0f0f0 0%,#ffffff 100%);
  background-image: linear-gradient(to right, #f0f0f0 0%,#ffffff 100%);
}
.pg_table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
  border-color: gray;
  text-align: left;
}
.pg_color {
  color: #E65606;
}
.pg_color_green {
  color: #12C33C;
}
.pg_bg_color_green {
  background-color: #12C33C!important;
}
.progress-xs .pg_bg_color_green {
  color: #12C33C;
}
.progress-bar {/* couleur du texte progress bar écrase bootstrap.min.css */
  color: #fff;
}

/* afficher à la droite du ribbon */
.pg_sparks {
  display: block;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  text-align: right;
}

	.pg_sparks li:first-child {
	  border-left: 0;
	  padding-left: 0;
	}
	.pg_sparks li:last-child {
	  padding-right: 0;
	}
	.pg_sparks li {
	  border-left: 1px dotted #c7c7c7;
	  padding: 0 10px;
	}
	.pg_sparks li {
	  display: inline-block;
	  max-height: 47px;
	  overflow: hidden;
	  text-align: left;
	  box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  -webkit-box-sizing: content-box;
	}
	.pg_sparks li h5 {
	  color: #555;
	  float: left;
	  font-size: 11px;
	  font-weight: 400;
	  margin: -3px 0 0 0;
	  padding: 0;
	  border: 0;
	  text-transform: uppercase;
	}
	.pg_sparks li span {
	  color: #636363;
	  display: block;
	}
	.pg_sparks-info span {
	  font-size: 15px;
	  line-height: 15px;
	  margin: 0 0 0 4px;
	  text-transform: none;
	}
.pg_points{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

/* annule smartadmin-production.css ligne 47 */
#ribbon {
  border-bottom: 0px;
}

/* pb z-index avec le bouton facebook like */
/*
.fb-like span{
    position: absolute !important;
	overflow: visible !important;
}
*/
/* pour avoir même alignement bouton facebook que bouton twitter sur homepage */
.fb_iframe_widget span{
	vertical-align: 0 !important; 
}


.bg-color-orange {
    background-color: #E65606!important;
}
.bg-color-green{
    background-color: #12C33C!important;
}
.bg-color-grey {
  background-color: #E6E5E5 !important;
}

.bg-color-grey2{
  background-color: #868484 !important;
}


/* common.js ligne 500 */
.vs_no_margin{
    -webkit-background-clip: padding-box;
    border-radius: 0;
    border-width: 1px 0;	
	margin: -1.7em -1.667em 1em -1.66em !important;
}


/* écrase smartadmin-prod.css */
.pg_shortcut .jarvismetro-tile.big-cubes {
    width: 130px;
    height: 130px;
}

.pg_shortcut .jarvismetro-tile .iconbox span {
    text-align: inherit;
    font-size: 15px;
}

	#pg_cont_shortcut {
		height:auto;
		top:0px;
		left:0px;
		text-align:center;
		margin-bottom: -2em;		
	}	
	#pg_cont_shortcut .pg_shortcut > li ,/* si li */
	#pg_cont_shortcut .pg_shortcut_div_left{/* si div float-left */
		vertical-align:middle;
		display:inline-block;
		position: relative;
		text-align:left;					
	}


/*centrer des éléments avec display:inline-block; */
.cont_center_inline_block {
	height:auto;
	top:0px;
	left:0px;
	text-align:center;	
}	
.inline_block {
	display:inline-block;
}	

.btn{
	white-space: nowrap;
	overflow: hidden;		
}

/* 
empecher ouverture menu (max-width: 979px) and (min-width: 768px) 


@media (min-width: 979px){
	.pg_hidden_menu #left-panel {
		left: -220px !important;
	}
	.pg_hidden_menu #main {
		left: 0px !important;
	}	
}
*/

/*
@media (min-width: 979px){
	.pg_hide_menu #left-panel {
		left: -220px !important;
	}
	.pg_hide_menu #main {
		left: 0px !important;
	}	
}
@media (max-width: 979px){
	.pg_hide_menu #left-panel {
		left: 0;
	}
	.pg_hide_menu #main {
		position: relative;
		left: 210px;
	}	
}
.pg_hide_menu #hide-menu>:first-child>a {
	background-color: #e8e8e8;
	background-image: -moz-linear-gradient(top,#5a5a5a 0,#686868 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5a5a5a),color-stop(100%,#686868));
	background-image: -webkit-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
	background-image: -o-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
	background-image: -ms-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
	-webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
	box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
	color: #fff;
	border-color: #494949;
}	
*/
.pg_login {
	margin-top:-3em;
}	
.pg_login .block-header{
    margin-top: -1.9em !important;
    margin-left: -1.1em;
    margin-right: -1.1em;
    background: rgba(248,248,248,.9);
    font-size: 20px;
    font-weight: 200;
    color: #232323;
    color: #7b7878;
    text-shadow: none;
	border-top: none;	
}	

.pg_login .pg_login_fb{
	margin-top:-5px;
	margin-bottom: 20px;

}	
.pg_login_fb .pg_fb_line{
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
}	
.pg_login_fb .pg_fb_or{
    margin-top: -8px;
    width: 100px;
    background: white;
    color: #b1b0b0;
    margin-bottom: -12px;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -webkit-background-clip: padding-box;
    border-radius: 0.25em;
    background: white;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}	

.pg_login_fb .sep_fb{
	margin-top: -0.7em;
    margin-bottom: -0.3em;
    margin-left: 0em;
    margin-right: 0.3em;
}
.pg_login_fb .fa-facebook{
	margin-left: -0.1em;
    margin-right: 0.5em;
}

.pg_login_fb_formcity .pg_login_fb .big-button{
	margin-top: 1em;
	
}

/*
.mobile-view-activated #breadcrumb > li > span{
	width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/

/*fonction_skin_inc.const_tags2(), 9844*/
/*
.pg_comment_vote{
	position: relative;
    top: -20px;
    right: -50px;
	
}
*/

.pg_comment_vote img{
	margin-bottom:0px !important;
}
.pg_comment_vote .pg_comment_vote_box{
	box-shadow: 0 1px 6px #FD0202;
    background: white;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 6px;
}

.pg_btn_dialog {
    position: relative;
    left: 2px;
    bottom: 13px;
}
@media (max-width: 500px){
	.pg_btn_dialog{
		left: 0px;
		bottom: 5px;
	}
}

/*pb alignement LOGO sur mobile*/

@media only screen and (max-width: 479px) and (min-width: 320px){
	#logo-group span#activity {
		left: 26px;
	}
	/*
	.ajax-dropdown {
		left: 19px;
	}
	*/
}
/*pg_modal_wizard*/
.pg_modal_wizard{
	margin-right:6px;
	margin-left:6px;
	width:280px;
}
.pg_modal_wizard img{
	margin-bottom: -15px;
}
.pg_modal_wizard .modal-header{
	padding:0px;
}




/* pg_flag avec souscat_iso : utilisé dans function affiche_img( */
.pg_flag{
    width: 25px;
    /* height: 11px; */
    float: left;
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    /* display: inline-block; */
    /* margin-bottom: 0; */
    /* font-weight: normal; */
    text-align: center;
    /* vertical-align: middle; */
    /* background-image: none; */
    border: 1px solid transparent;
    white-space: nowrap;
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    font-size: 11px !important;
    /* margin-top: 2px !important; */
    /* line-height: 1.1; */	
	margin-bottom: -5px;
}
.select2-results .pg_flag{
   margin-top: 2px;
}

#breadcrumb .pg_flag{
    /* margin-bottom: -5px;*/
}
#breadcrumb .fa-home{
   /* position: relative;*/
   /* top: 0px;*/
}


/* ajout temporaire : utilisé dans : temp_smart_foot.inc.php */

/* ================== pg_close_tab  ================== */
#pg_close_tab {
	padding-top: 2px;
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	bottom: auto;
	right: auto;
	left: 30px;
	top: 10px;
	cursor: pointer;
	border-radius: 2px;
}
body:not(.device-touch) #pg_close_tab {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #pg_close_tab { 
	top: 30px;
}

#pg_close_tab:hover {
	background-color: #1ABC9C;
}

.icon-line-cross:before {
    content: "\e117";
}
/* ================== /pg_close_tab  ================== */


/* taille max elements */
.responsive_max_100{
	width:100%;
	max-width:100px;
}
.responsive_max_200{
	width:100%;
	max-width:200px;
}
.responsive_max_300{
	width:100%;
	max-width:300px;
}
.responsive_max_400{
	width:100%;
	max-width:400px;
}

/*policy.php policies.php*/
.vs_policy {
    font-size: 15px;
}
.vs_policy h1 {
    margin-bottom: 10px;
    font-size: 37px;
    margin-top: 10px;
}
.vs_policy h2 {
    margin-bottom: 10px;
    font-size: 32px;
    margin-top: 30px;
	text-align: center;
}
.vs_policy h3 {
    margin-bottom: 10px;
    font-size: 25px;
    margin-top: 25px;
	text-decoration: underline;
}

.vs_policy h4 {
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 20px;
	font-style: italic; 
	text-decoration: underline;
}
