﻿/*****************************************************************************************************************************/
/*													 	VARIABLES 															 */
/*****************************************************************************************************************************/
@colorBase: #05A2E5;								/* Couleur de base du site */
@colorBandeau: #05A2E5;								/* Couleur de fond du bandeau utilisateur et du bandeau personne selectionnee */
@colorButton: #FFFFFF;								/* Couleur du texte des boutons */
@colorNomFamille: #DDDDDD;							/* Couleur du nom de famille dans le bandeau */

@colorBackground: #FFFFFF;							/* Couleur de fond du site */
@colorinfoBulleBackground: #FFFFFF;					/* Couleur de fond des infobulles (lors du survol en haut à droite du bandeau) */
@colorBackgroundTitre: #05A2E5;						/* Couleur de fond des titres des portlets */

@portletBorder: none;							/* Affichage ou non des bordures pour les portlets: '1px solid' ou 'none' */
@portletBorderColor: @colorBase;					/* Couleur des bordures pour les portlets */
@portletTitreColor: @colorBase;						/* Couleur du titre des portlets */
@portletElementColor: #707070;						/* Couleur des titre de formulaire pour les portlet themes */

@fieldsetBackground: #FFFFFF;						/* Couleur de fond de fieldsets */
@fieldsetBorder: 1px solid;							/* Affichage ou non des bordures pour les fieldsets: '1px solid' ou 'none' */
@fieldsetBorderColor: @colorBase;					/* Couleur des fieldsets pour les portlets */
@fieldsetTitreBackground: @colorBackgroundTitre;	/* Couleur de fond des titres des fieldsets */
@fieldsetTitreColor: @colorBase;					/* Couleur du titre des fieldsets */

@tableThBackground: @colorBackgroundTitre;			/* Couleur de fond des titres des tableaux */
@tableThColor: @colorBase;							/* Couleur des titres des tableaux */

@font: 'Telex',sans-serif;							/* Police de caracteres pour l'ensemble du site */

@backgroundColor: #DDDDDD;

@colorBackgroundFieldset: #FFFFFF;


/*screen.css*/

/*****************************************************************************************************************************/
/*													 	FONCTIONS 															 */
/*****************************************************************************************************************************/
.radius( @borderRadius: 4px ) {
	border-radius: @borderRadius;
}
.font {
	font-family: @font;
}
.bandeau {
	background: @colorBandeau;
	color: #EDEDED;
}
.zonePortlet( @width: 100% ) {
	margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: @width;
}
.floatWidth( @float: left, @width: auto ) {
	float: @float;
	width: @width;
}
.positionNTop( @Top: -5px ) {
	position: relative;
	top: @Top;
}

/*****************************************************************************************************************************/
/*													 	RESPONSIVE 															 */
/*****************************************************************************************************************************/
.hidden-desktop {
	display: none;	
}

/*****************************************************************************************************************************/
/*													 	   PAGE 															 */
/*****************************************************************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	.font;
}
fieldset{
	clear:left;
}

.container {
	.font;
    left: auto;
    position: relative;
    right: auto;
    width: 70%;
    height: auto;
}
#body {
	.font;
    background: @colorBackground;
    display: block;
    left: -8px;
    margin-right: -16px;
    position: relative;
    width: auto;
}
#bandeau-top {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: auto;
}
#one-column-col1 {
	.zonePortlet;
}
#three-zones-first, #three-zones-second, #three-zones-third {
    .zonePortlet(30%);
}
#two-zones-first, .two-zones-first {
	.zonePortlet(70%);
	float: left;
	left: 0;
}
#two-zones-second, .two-zones-second {
	.zonePortlet(25%);
	float: right;
	right: 0;
}
#three-zones-second {
	margin-left: 5%;
}
#three-different-zones-first, #three-different-zones-second, #three-different-zones-third {
	.zonePortlet(20%);
}
#three-different-zones-second {
	margin-left: 5%;
	width: 50%;
}
#middle-columns-col1, #middle-columns-col2, .middle-columns-col2 {
    .zonePortlet(47%);
}
#middle-columns-col1, .middle-columns-col1, #three-different-zones-first, #three-zones-first {
	float: left;
	left: 0;
}
#middle-columns-col2, .middle-columns-col2, #three-different-zones-third, #three-zones-third {
	float: right;
	right: 0;
}
.textReglementaire {
    clear: both;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 15px;
}
/*****************************************************************************************************************************/
/*													 INPUT BUTTON: BOUTTON 													 */
/*****************************************************************************************************************************/
input[type="submit"], input[type="reset"], input[type="button"], .accueil, .homebuttonlink, .formengine-submit{
    background-color: @colorBase;
	background: @colorBase;
    color: @colorButton;
    .radius;
    .font;
    border: medium none;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
    
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .accueil:hover, .homebuttonlink:hover, .formengine-submit:hover {
	background: @colorBase - #222222;
	color: #FFFFFF;
}
a.accueil {
	padding: 3px 10px;
	text-decoration: none;
	&:hover {
		color: #FFFFFF;	
	}
}
input[type="submit"][disabled], input[type="submit"][disabled]:hover {
	background: none repeat scroll 0 0 #888888;
	cursor: auto;	
}
.accueil-left {
	margin-left: 5px;
}
/*****************************************************************************************************************************/
/*																BANDEAU											     	 	 */
/*****************************************************************************************************************************/
#bandeau-utilisateur {
    .bandeau;
    font-weight: bold;
    height: 50px;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    margin-left: 0;
    position: fixed;
    
    .container {
    	.span {
	    	&-21, &-2 {
	    		.font;			    
			    font-size: 20px;
			    font-weight: 200;
			    margin-top: -8px;
			    padding-left: 10px;
			}
			&-3 {
			    .font;
			    font-size: 13px;
			    font-weight: bold;
			}
			&-21 {
				width: auto;
			}
			&-14 {
			    .font;
			    margin-top: -8px;
			    margin-left: 25px;
			    font-weight: 200;
			    font-size: 20px;
			    width: auto;
			}
		}
    }
}
#Header {
	margin-top: 50px;	
}
.linkBandeau a {
	text-decoration: none;
	&:hover {
		color: @colorBase;
		text-decoration: none;
	}
}
span.infobulleUtilisateur {
	background-color: @colorinfoBulleBackground;
	span {
		border: 1px solid @colorBase;
		color: @colorBase;
		display: none;
	}
}

img.infoUtilisateur {
	margin-top: -7px;	
}
a.infoUtilisateur {
    position: relative;
    &:hover span {
		text-decoration: none;	
	}
}
a.infoUtilisateur {
	&:hover span {
	    background-color: @colorinfoBulleBackground;
	    display: block; 
	    position: absolute;
	    top: 1em;
	    right: -20px;
	    text-align: center;
	    width: 150px;
	}	
	span {
		display: none;
	}
}
.span-right {
    float: right;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
	z-index: 2000;
}

/*****************************************************************************************************************************/
/* 											BANDEAU PERSONNE SELECTIONNEE 													 */
/*****************************************************************************************************************************/
#bandeau-individu {
	.bandeau;	
	.nom {
		font-weight: bold;
		font-size: 13pt;
	}
	.ddnM, .ddnF {
		color: @colorBase;
		font-weight: bold;
	}
	.infoEcole {
		font-weight: bold;
	}
}
.clear {
	clear: both;
	height: 0px;
}

/*****************************************************************************************************************************/
/* 												BANDEAU EDITO			 													 */
/*****************************************************************************************************************************/
.edito {
	float: left;
	position: fixed;
	left: 0;
	z-index: 1000;
}
#editoRemote {
    color: white;
    cursor: pointer;
    font-weight: bold;
    left: 0;
    margin-left: 20px;
    position: absolute;
    top: 10px;
    z-index: 1100;
}
#editoMasque {
	.bandeau;
    color: #ffffff;
    padding: 10px;
    margin-top: -10px;
}
/*****************************************************************************************************************************/
/*												 PAGE D'ACCUEIL 															 */
/*****************************************************************************************************************************/
.center {
	text-align: center;	
}
.spacer {
    border: 0 none;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    padding: 0;
}
.demarche li {
    list-style-type: none;
    text-decoration: none;
    font-size: 1.1em;
    
    a {
	    color: #707070;
	    font-size: 13px;
	    font-weight: bold;
	    list-style-type: none;
	    text-decoration: none;
	    text-transform: none;
    }
}
.portlet {
	.radius;
    border-color: @colorBase;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    margin-bottom: 1.5em;
	
	h3, h4 {
		background: @colorBackgroundTitre;
	    color: @colorBase;    
	    display: block;
	    font-size: 1.1em;
	    font-weight: bold;
	    margin-left: -10px;
	    margin-right: -10px;
	    margin-top: -12px;
	    padding: 10px;
	    text-transform: uppercase;
	    line-height: 1.25;
	    border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}
	h4 {
		margin-left: -10px;
	    margin-right: -10px;
	}
	.center form {
	    height: 1em;
	}
}
.hrTop {
	margin-top: -18px;
	background: none;
}
.favoris {
	.floatWidth( left, 170px );
    border: 1px solid #CCCCCC;
    height: 120px;
    margin-left: 32px;
    text-align: center;
    font-weight: bold;
    color: #444444;
    
    img {
		height: 80px;
	    margin-top: 10px;
	    width: 80px;
	}
}
.favorisHover {
    display: none;
    height: 120px;
    opacity: 0.3;
    position: absolute;
    width: 170px;
    z-index: 3;
    background: none repeat scroll 0 0 #cccccc;
    margin-left: 0px;
}
.w3cBG {
	float: left;
	height: 31px;
}
.w3c1 {
	margin-left: 35%;
}
.w3c2 {
	margin-left: 10px;
	width: 83px;
}
.question {
	margin-left: 10px;
	margin-top: 7px;	
	height: auto;
}
.width100 { /* FOOTER */
	width: 100%;
}
#Wrapper {
    left: 0;
    margin-top: 10px;
    position: absolute;
    right: 0;
}
.portlet-groupe1 { border-color: #e3b40d }
.portlet-groupe1 h3, .portlet-groupe1 h4 { color: #e3b40d }
.portlet-groupe2 { border-color: #57bc28 }
.portlet-groupe2 h3, .portlet-groupe2 h4 { color: #57bc28 }
.portlet-groupe3 { border-color: #d74545 }
.portlet-groupe3 h3, .portlet-groupe3 h4 { color: #d74545 }

/*****************************************************************************************************************************/
/* 													PAGE DE CONNEXION														 */
/*****************************************************************************************************************************/
.textegras {
    font-weight: bold;
}
input {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
}
.fondrouge {
	color : red;
}


.mail_obligatoire {	
	&_background {
	    background: #dddddd none repeat scroll 0 0;
	    opacity: 0.7;
	    bottom: 0;
	    left: 0;
	    position: fixed;
	    right: 0;
	    top: 0;
	    z-index: 9999;
	}
	
	&_fieldset {
	    left: 25%;
	    position: absolute;
	    top: 10%;
	    width: 50%;
	    z-index: 10000;
	    min-height: 200px;
	    
	    form {
	    	margin-top: 45px;
	    
		    p {
		    	margin: 0;
		    	
		    	label {
		    		display: block;
				    float: left;
				    min-width: 180px;
				    width: 25%;
		    	}
		    	input {
		    		min-width: 20px;
		    		width: 50%;
		    		float: left;
		    	}
	    }
		}
	}
}

/*****************************************************************************************************************************/
/* 															POP IN 															 */
/*****************************************************************************************************************************/
.ui-widget { 
	border: 1px solid #AAAAAA; 
	background: #FFFFFF 50% 50% repeat-x;
	&-header { 
		background: #CCCCCC 50% 50% repeat-x; 
		color: #ffffff; 
		font-weight: bold; 
	}
}

/*****************************************************************************************************************************/
/* 														TEXTE D'ABANDON														 */
/*****************************************************************************************************************************/
.divModalDialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	display: block;
	z-index: 1000;
	
	div {
		width: auto;
		z-index: 102;
		margin-top: 5%;
		background: none;                        
	    width: 50%;
	    z-index: 102;
	}
}
/*****************************************************************************************************************************/
/* 															INFO BULLE1														 */
/*****************************************************************************************************************************/
a.info1 {
	position: absolute;
	text-decoration: none;
	
	span {
		.radius(10px);
		border: 0px;
		display: none;
		font-size: 0.95em;		
		border-spacing: 1px;
		padding: 5px 5px 5px 5px;
		height: 20px;
	}
	&:hover {
		z-index: 2;
		text-decoration: none;
		position: absolute;
		height: 1px;
		font: bold small verdana, arial;
		font-size: 10px;
		color: #11ABC5;
	}
}
span.infobulle1 {
	.positionNTop( @Top: -25px );
	clear: both;
	background-image: url('../../images/local/site/teamnet/infobulle.gif');
	left: 15px;
	height: 60px;
	border: 0px;
	background-position: center left;
}
span.infotext1 {
	border: 1px solid @colorBase;
}
img.infoStyl1 {
	height: 20px;
	width: 20px;
}
div.infoSty1 {
	vertical-align: top;
	float: left;
}
a.info1:hover {
	span.infotext1 {
		border: 1px solid @colorBase;
		display: block;
		position: relative;
		z-index: 3;
		background-repeat: no-repeat;
		background-position: center left;
	}
	span.infobulle1 {
		display: block;
		position: relative;
		z-index: 3;
		background-repeat: no-repeat;
		background-position: center left;
		border: 0px;
	}
}
ul.breadcrumbs-one, ul.breadcrumbs-one-5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
a.info {
	position: absolute;
	text-decoration: none;
	
	span {
		.radius;
		border: 0px;
		display: none;
		font-size: 0.9em;
		border-spacing: 1px;
		padding: 6px 6px 0 6px;
		height: 20px;
	}
	&:hover {
		z-index: 2;
		text-decoration: none;
		position: absolute;
		height: 1px;
		font: bold small verdana, arial;
		font-size: 10px;
		color: @colorBase;
	}
	&:hover span {	
		display: block;
		position: relative;
		z-index: 3;
		background-repeat: no-repeat;
		background-position: center left;
	}
	&:hover span.borderspan {
		border: 1px solid @colorBase;
	}
}

span.infobulle {
	.positionNTop( @Top: -25px );
	clear: both;
	background-image: url('../../images/local/site/teamnet/infobulle.gif');
	left: 15px;
	height: 60px;
	border: 0px;
	background-position: center left;
}
img.infoStyl {
	height: 20px;
	width: 20px;
}
div.infoStyl {
	vertical-align: top;
	float: left;
}


/*****************************************************************************************************************************/
/* 													FIELDSET, LEGEND														 */
/*****************************************************************************************************************************/
legend.formengine-legend, legend, .formengine-legend-adress, .headertitle, .egoGroupAroundStyle legend {
    border: 1px solid @colorBase;
    color: @colorBase;
    background: none repeat scroll 0 0 @colorBackgroundTitre;
    border-radius: 8px;    
    padding: 5px 10px;
    position: relative;
    text-align: center;
    width: 40%;
}
.headertitle {
	font-size: 1.5em;
    margin-top: -30px;
}
fieldset, .grayborderwrapper {
    .radius;
    border: 1px solid @colorBase;
    background: @colorBackgroundFieldset;
    position: relative;
    margin: 0 0 1.5em;
    padding: 1.4em;
}

/*****************************************************************************************************************************/
/* FORMULAIRES: 										GENERAUX		 													 */
/*****************************************************************************************************************************/
.selectionner, .formengine-btn-form {
	text-align: center;
}
.divAdresseDialog {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0.8);
	display: block;
	z-index: 10;
}
.divAdresseDialog > div {
	margin-top:	-150px;
}
.adressUpper input[type="text"] {
	text-transform: uppercase;	
}
.inputAdressUpper {
	text-transform: uppercase;	
}
.grayboldbox {
	border: 2px #cbcbcb solid;
}
.whiteback {
    background-color: white;
    box-shadow: 0 0 10px #888;
    left: 20%;
    margin-left: 0;
    margin-top: 15%;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    right: 20%;
    width: auto;
}
thead th, th, #listefacture thead th {
    background: none repeat scroll 0 0 @colorBackgroundTitre;
    color: @colorBase;
    font-weight: bold;
}
caption {
	display: none;	
}
.subformtitle {
    color: @colorBase;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 100%;
}
.textLeft {
	text-align: left;	
}

.hourinputstyle {
	width: 70px;
}

.hasDatepicker {
	width: 100px;
}

/*****************************************************************************************************************************/
/* FORMULAIRE: 										CONSULTATION AGENDA 													 */
/*****************************************************************************************************************************/
.agendasemaine-titre {
	color: #FFFFFF;
	background-color: @colorBase;
	font-weight: bold;
	text-transform: uppercase;
}
.calendar {
	border-spacing: 0px;
	border-collapse: collapse;
	
	.vide {
		background-color: #FFFFFF;
	}
	.libLegendAgenda {
		font: bold 1em Arial;
		color: #000000;
		background-color: #FFFFFF;
		width: 10%;
	}
	.libLegendAgendaNumero {
		font: bold small verdana, arial;
		font-size: 12px;
		color: @colorBase;
		background-color: #FFFFFF;
		text-align: right;
		border: 1px solid #C4C5C6;
		border-top: 3px solid #C4C5C6;
	}
	.libMoisAgenda {
		font: bold small verdana, arial;
		font-size: 12px;
		color: @colorBase;
		border: 1px solid #C4C5C6;
		border-top: 3px solid #C4C5C6;
	}
	.css-tranche {
		background: #FFFFFF;
		font: bold small verdana, arial;
		color: #636161;
		text-align: center;
		vertical-align: middle;	
	}
	.trancheAgenda {
		font-weight: bold;
		font-size: 0.9em;
		color: #636161;
		vertical-align: middle;
		border: 1px solid #C4C5C6;
		height: 40px;
	}
	.css-trancheagenda {
		background: #FFFFFF;
		.trancheAgenda;
	}
	.css-trancheagenda2 {
		background: #EDEDED;
		.trancheAgenda;
	}
	.css-motif1, .css-motif2 {
		font: bold;
		font-size: 12px;
		border: 1px solid #C4C5C6;
		padding-right: 10px;
	}
	.hachure {
		background-image: url('../images/hachure.gif');
		background-repeat: repeat;
	}
}
.motifLegendeTitre {
    font-size: 1em;
}
.motifLegendeListe {
	text-align: left;
	list-style-type: none;
}

/*****************************************************************************************************************************/
/* FORMULAIRE: 										PREINSCRIPTION CRECHE 													 */
/*****************************************************************************************************************************/
.span-12 {
	&.insert_block {
	    .floatWidth( left, 48% );
	}
	&.insert_block.last {
		float: right;
	}
}
.insert_block {
	.header {
		background-color : @colorBase;
		color : #ffffff;
		font-size : 1.4em;
		font-weight : bold;
		padding-top : 10px;
		padding-left: 12px;		
		img {
			height : 19px;
			width : 19px;
			margin-right : 12px;
		}
	}
	margin-bottom: 18px;
}
.gray_libelle {
	font-weight: bold;
	padding-bottom: 5px;
	text-align: right;
	color: #5E5E5E;
	clear: both;
}
.simplebluedata {
	color : @colorBase; 
	font-size: 1.1em; 
}
.smallbluedata {
	.positionNTop( @Top: -10px );
	color : @colorBase;
	font-size: 1em;
	padding-left: 30px;
}
.libelleblock {
    float: left;
    margin-right: 7px;
}
.doubleposition10top {
	.positionNTop( @Top: -10px );
}
.short_input_date {
    width: 25%;
}
.marpadbottom0 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
hr.margin0 {
	display: none;	
}
span.info_paris {
	background-color: #FFFFFF;
}
img.infoUtilisateur_paris {
	margin-top: -7px;	
}
.position6top {
	.positionNTop( @Top: -6px );
}
a.infoUtilisateur_paris {
	position: relative;
    padding-left: 5px;
    text-decoration: none;
	span { 
		display: none;
	}
	&:hover span {
		.radius( 5px );
	    background-color: rgba(233,233,255,0.8);
	    display: inline-block; 
	    position: absolute;
	    top: -20px;
	    right: -165px;
	    font-weight: bold;
	    font-size: 10px;
	    color: @colorBase;
	    text-align: center;
	    width: 150px;
		padding: 2px;
		border: @colorBase solid 1px;
		line-height: normal;
	}
	.blockinvisible {
		display: inline-block;
	}
}
.position5top {
	.positionNTop;
}
.position10top {
   .positionNTop( -10px );
}
.selectstyle {
    height: 23px;
}
.input_style {
    box-shadow: 2px 2px 3px #E7E7E7 inset;
    height: 17px;
    margin-bottom: 2px;
    margin-top: 2px;
    position: relative;
}
.position30left {
	position : relative;	
	left:-30px;
}
.commentblock {
    .floatWidth( left, 150px );
}
.area_style {
    resize: none;
    width: 100%;
}
.jours_frequentation_headers {
	border-right: 3px solid #CCCCCC;
	text-align: center;
	padding: 0;
}
.jours_frequentation_headersBis {
	.jours_frequentation_headers;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding-bottom: 0px;
	font-size: 1.3em;
}

.jours_frequentation {
	&_false {
		.jours_frequentation_headersBis;
	}
	&_true {
		.jours_frequentation_headersBis;
		background: #C4DFFE;
	}
	&_hours_rows_false {
		.jours_frequentation_headers;
		vertical-align: top;
	}
	&_hours_rows_true {
		.jours_frequentation_headers;
		background:#C4DFFE;
		vertical-align: top;
	}
	&_headers_false {
		.jours_frequentation_headers;
		border-top: 3px solid #CCCCCC;
		border-bottom: 3px solid #CCCCCC;
	}
	
	&_headers_true {
		.jours_frequentation_headers;
		border-top: 3px solid #CCCCCC;
		border-bottom: 3px solid #CCCCCC;
	}
}
table.jours_frequentation {
	border-bottom: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;	
}

/*****************************************************************************************************************************/
/* FORMULAIRE: 										DEMANDE DE RENDEZ VOUS - RDV											 */
/*****************************************************************************************************************************/
.dRDVferm {
	background: url("../../images/skin/plugins/teamnet/modules/demanderendezvous/crenaux_ferme.PNG");
	border: 1px solid grey;	
}
input[type="submit"], button[type="submit"] {
	.dRDVBtnChoixDate, {
		border-radius: 4px;
		background: #2cae01;
		background: linear-gradient(#2cae01, #04901B);
		padding: 1px;		
		&:hover {
			background: #139005;
			background: linear-gradient(#139005, #0B6E00);
		}
	}	
	.dRDVBtnChoixDateAnnule {
		border-radius: 4px;
		background: #EA8501;
		background: linear-gradient(#EA8501, #CE7501);
		padding: 1px;
		margin: auto;		
		&:hover {
			background: #CE7501;
			background: linear-gradient(#CE7501, #A85F00);
		}
	}
}
.dRDV {
	text-align:right;
	border: 1px solid grey;
}
.dRDVNumero {
	color: @colorBase;	
	font-weight:bold;
}
.dRDVGris {
	background: #E0E1E0;
}
.dRDVHeure {
	font-weight:bold;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 							ACTUALISATION DE LA DEMANDE DE PREINSCRIPTION EN CRECHES							 */
/*****************************************************************************************************************************/
.popuptitle {
	color: @colorBase;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	padding: 10px;
}
input.actionredbouton[type="submit"] {
    background: none repeat scroll 0 0 #CB0101;
    margin-top: 5px;    
    &:hover {
	    background: none repeat scroll 0 0 #A20000;
	}
}
input.actiongreenbouton[type="submit"] {
	background: none repeat scroll 0 0 #17A900;
	margin-top: 8px;	
	&:hover {
		background: none repeat scroll 0 0 #148902;
	}
}
.actionredbouton, .actiongreenbouton{
	width: 100%;
}
.mode_emploi{
	margin-right: 5px;
}
.jjmmaaaa{
	right: 15px;
}
.whitebackActua {
    margin-top: 210px;	
}
.mode_emploi_actua{
	margin-right:10px;
	margin-top: 10px;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 									PREINSCRIPTION AUX ACTIVITE PERISCOLAIRE									 */
/*****************************************************************************************************************************/
.jourDispoSpecif( @colorJourDispo ) {
	background-color: @colorJourDispo;
	height:20px;
	text-align: center;
}
.jourDispo {
	&NOK{
		.jourDispoSpecif( #AAAAAA );
	}
	&OK{
		.jourDispoSpecif( #59BC27 );
	}
	&IND{
		.jourDispoSpecif( #F0860D );
	}
	&IndividuInscrit{
		.jourDispoSpecif( #116BDD );
	}
}
.ancreTLJ {
    margin-top: -80px;
    position: absolute;
}
.label100 {
	width: 100%;
	height: 100%;
	display: block;
	
	input {
	    top: 0;
	}
}
.spanAroundSelect {
    border-radius: 10px;
    height: 16px;
    margin-top: -3px;
    padding: 1px 2px 6px;
    position: absolute;
    width: 21px;
}
.labelMotifs {
	margin-left: 27px;
}
.agendaJourTitreLibelle {
    width: 11%;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 												MULTIACTIVITES 													 */
/*****************************************************************************************************************************/
.colorbox {
	border: 1px solid @colorBase;
    border-radius: 8px;
}
fieldset.multiWidth70 {
	.floatWidth( left, 590px );
}
fieldset.multiWidth30 {
	.floatWidth( left, 278px );
}
div.multiWidth70 {
	.floatWidth( left, 60% );
}
div.multiWidth30 {
	.floatWidth( right, 38% );
}
.genre {
    background: #cccccc;
    height: 70px;
    width: 70px;
    
    img {
	    margin-left: 22px;
		margin-top: 21px;
	}
	
	&F {
		background: #E67F7F;
	}
	&M {
		background: #3399CC;
	}
}
.enfant {
	&M {
		background: #a1d5f6;
	}
	&F {
		background: #ffb4b4;
	}
}
.logoRecherche {
	width: 70px;
	height: 70px;
	background: @colorBase;	
	img {
		margin-left: 27px;
		margin-top: 27px;
	}
}
.hrMulti {
	background: @colorBase;
}
.multi {
	&TitreIndividus {
		color: @colorBase;
		margin-top: -10px;
		margin-left: 6px;
		font-size: 1.5em;
	}
	&Puce {
		.floatWidth( left, 8px );
		.radius(8px);
	    background: none repeat scroll 0 0 @colorBase;
	    height: 8px;
	    margin-top: 4px;
	}
	&-label {
		.floatWidth( left, 300px );
		&-little-width {
			.floatWidth( left, 100% );
		}
		Individu {
			.floatWidth( left, 90px );
		}
	}
	&RecapText {
		color: @colorBase;
		font-weight: bold;
		font-size: 1.2em;
	}
	&Nom {
	    font-size: 0.8em;
	    margin-bottom: 0;
	}
	&Activite {
	    color: #333333;
	    font-weight: bold;    
	    span{
			margin-left: 5px;
			clear: both;
		}
	}
	&Remove {
	    float: right;
	    margin-top: -25px;    
	    img {
		    width: 20px;
		}
		button {
		    border: none;
		    background: none;
		    cursor: pointer;
		    &:hover + span {
				display: block;
			    margin-left: -50px;
			    margin-top: -17px;
			    position: absolute;
			}
		}
		span {
			display: none;
		}
	}
	&NomRecap {
	    color: #333333;
	    font-size: 1.4em;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	&Prenom {
		text-transform: capitalize;
	}
	&Title {
	    color: #666666;
	    font-size: 1em;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	&Table td, &Table th, &Table tr{
		padding-top: 1px; 
	}
}
.hrTable {
	border-bottom: 1px solid @colorBase;
}
.text_underline_Multi{
	border-bottom: 1px solid @colorBase;
	color: #333333;
	font-weight: bold;
}
.-lutece-control-element {
    float: left;
    margin-top: -18px;
}
#displayInscription {
	cursor: pointer;
}
.displayInscription {
	padding-left: 25px;
}
.formMulti {
	padding-top: 20px;	
	input[type="text"]{
		height: 27px;
	}
	.span-right {
	    margin-right: 10px;
	    float: right;
	}
	select, input[type="text"], input[type="submit"] {		
		width: 100%;
		height: 31px;
	}
}
.split33 {
	.floatWidth( left, 33% );
} 
.split50 {
	.floatWidth( left, 50% );
}	
.split100 {
	.floatWidth( left, 100% );
}
.background_1 {
	background: #D9D9D9;
}
.btnRight {
	float: right;
}
.genreTable {
    text-align: center;
}
.displayPrelevement {
	margin-left: 24px;
}
.hrTable > div {
    padding-bottom: 1px;
    padding-top: 3px;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 												QUOTIENT	 													 */
/*****************************************************************************************************************************/
.resp1.insert_block {
	.floatWidth(left, 40%);
}
.resp2.insert_block {
	.floatWidth(right, 40%);
}
.template {
    clear: both;
    margin-top: 20px;
}
.revenu {
	.blochauche {
	    float: left;
	    margin-top: -15px;
	}
}
.blocdroit {
	.floatWidth(right, 48%);
}
.blocgauche {
		.floatWidth(left, 40%);
	}
td.gray_libelle {
	width: 50%;	
}
.template h4 {
    text-align: center;
}
.quotient_title.insert_block .header {
    margin-bottom: 0;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 											Prelevement SEPA 													 */
/*****************************************************************************************************************************/
#containerIban {
    display: block;
    margin-left: -4px;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 											Reservation periodique												 */
/*****************************************************************************************************************************/
.espaceTop {
	margin-top: 5px;
}
.textareaPrecision {
    .font;
    font-size: 1em;
    resize: none;
    width: 100%;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 										CONSULTATION RELEVES COMPTE												 */
/*****************************************************************************************************************************/
.releveCompteRight {
	text-align: right;
}

/*formengine.css*/
#formengine-form-errorlist {
	color: red;
}

#formengine-form-content {
	color: #000000;
	background: #FFFFFF;
}

div.formengine-element {
   margin-bottom: 10px;
   margin-top: 10px;
   clear: both;
   vertical-align: middle;
}

span.formengine-label {
	color: #000000;
    font-weight: bold;
    width: 30%;
    padding-left: 20px;
}

.formengine-label b{
	color: #003390;
	font-size: 13px;
	font-weight: bold;
	text-align: left;	
}

.formengine-field {
	color: #000000;
	border: 1px solid white;
	text-align: left;	
}
select.formengine-select{
   margin-top: 0px;
   font-size: 12px;
}
.formengine-fieldset {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #116699;
    margin: 20px 0;
    padding-bottom: 10px;
}

.formengine-legend {
	color: #000000;
}

.formengine-mandatory-message {
	margin-left: 180px;
	width: 800px;
}

.formengine-menuactif {
	color: #000000;
}

/***********************************************  Classes formulaires Teamnet ***********************************************/
.deuxColonnes {
	width: 100%;
	clear: both;
}

.uneColonneCentree {
	width: 80%;
	text-align: center;
	clear: both;
}

.colonneGauche {
	display: inline;
	float: left;
	width: 50%;
	text-align: center;
	width:49% !important;
}


.colonneDroite {
	display: inline;
	float: right;
	width: 50%;
	text-align: center;
}

.FieldsetNormal {
	width: 730px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.Fieldset_revenue {
	width: 900px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.Fieldset_cafpro {
	width: 880px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.Fieldset_dui {
	margin-left: 190px;
	width: 860px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.Fieldset_contour {
	margin-left: 190px;
	width: 900px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.Fieldset_responsable_dui {
	margin-left: 190px;
	width: 776px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.LabelblueRight_composition {
	font-size: 100%;
	color: #003366;
	font-weight: normal;
	text-align: right;
	width: 25%;
}
.LabelblueRight_saisieAdresse {
	font-size: 100%;
	color: #003366;
	font-weight: normal;
	text-align: right;
	width: 19%;
}
.LabelblueRight {
	font-size: 100%;
	color: #003366;
	font-weight: normal;
	text-align: right;
}

.LabelblueLeft {
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}


.LabelblueLeft b{
	color: #003390;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.Titre {
	color: #006AB2;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.formengine-dui {
	width: 776px;
}

.formengine-duiPersonne {
	margin-left: 100px;
	width: 950px;
}

#tabl {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#tabl th {
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background: #b9c9fe url('images/local/site/teamnet/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}

#tabl td {
	padding: 2px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('images/local/site/teamnet/gradback.png')
		repeat-x;
}

#tabl tfoot tr td {
	background: #e8edff;
	font-size: 16px;
	color: #99c;
	text-align: center;
}

#tabl tbody tr:hover td {
	background: #d0dafd url('images/local/site/teamnet/gradhover.png')
		repeat-x;
	color: #339;
}

#tabl a:hover {
	text-decoration: underline;
}

.title {
	border: 0px solid #6495ed;
	text-align: left;
	font-size: 11px;
}

.resp1.insert_block {
    float: left;
    width: 40%;
}
.resp2.insert_block {
    float: right;
    width: 40%;
}
.template {
    clear: both;
}
.btnFormengineAccueil {
	margin-left: 6px;
}
/*ariane.css*/

.numEtape( @color: #FFFFFF ) {
	font-weight: bold;
	color: @color;
	display: inline;
}

.blockAriane( @width: 20% ) {
	display: inline-block;
    float: left;
    margin: 0;
    width: @width;
}

.num-etape-non-active, .num-etape-non-active-4 {
	.numEtape(@colorBase)
}

.num-etape-active, .num-etape-active-4 {
	.numEtape;
}

@listName: -one-2, -one, -one-3, -one-4, -one-5, -one-6;
@listSize: 50%, 33%, 33%, 25%, 20%, 16.6%;

/*****************************************************************************************************************************/
/* 												FIL D'ARIANNE 2, 3, 4, 5 et 6 Ã©tapes										 */
/*****************************************************************************************************************************/
.arianeStyle(6);
.arianeStyle(@n, @i: 1) when (@i =< @n) {
	@tmp: extract(@listName, @i);	
 	#breadcrumbs@{tmp} {
		background: @backgroundColor;
		border-width: 1px;
		border-color: #F5F5F5 #E5E5E5 #CCCCCC;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
		overflow: hidden;
		width: 99.9%;
		padding-bottom: 0px;
		margin-left: 0;
		
		li {
			.blockAriane( extract(@listSize, @i) );
			
			&:first-child span {
				width: 100%;
				padding-left: 0;
				padding-right: 0;
				text-align: center;
				-moz-border-radius: 5px 0 0 5px;
				-webkit-border-radius: 5px 0 0 5px;
				border-radius: 5px 0 0 5px;
			}
		}
		
		span {
			float: left;
			padding: 0.7em 0px 0.7em 0;
			text-decoration: none;
			color: #444;
			position: relative;
			background: @backgroundColor;
			font-size: 12px;
			text-align: center;
			width: 100%;
			
			&:after, &:before {
				content: "";
				position: absolute;
				top: 50%;
				margin-top: -1.5em;
				border-top: 1.6em solid transparent;
				border-bottom: 1.5em solid transparent;
				border-left: 13px solid;
				right: -1em;
			}
			&:after {
				z-index: 2;
				border-left-color: @backgroundColor;
			}
			&:before {
				border-left-color: #A2A2A2;  
				right: -1.1em;
				z-index: 1; 
			}
		}
		
		.active-4, .active {
			float: left;
			text-decoration: none;
			color: white;
			position: relative;
			background: @colorBase;
			
			&:after {
				z-index: 2;
				border-left-color: @colorBase;
			}
		}
		
		.final {
			padding-right: 15px;
			&:after, &:before {
				content: normal;  
			}
		}
	}
	
	.arianeStyle(@n, (@i + 1));
}


/*Client.css**/
/*****************************************************************************************************************************/
/*													 	FONCTIONS 															 */
/*****************************************************************************************************************************/
.font {
	font-family: @font;
}
.imgPicto {

}

#one-column-col1 {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.oneColBig {
    width: 36%;
    float: left;
    /* background-color: #f10; */
    font-size: 1em;
}
.oneColSmall, .oneColSmallInv {
    width: 30%;
    float: left;
    margin-left: 2%;
    /* background-color: #f60; */
    font-size: 1em;
}
.imgPicto img {
 margin-left:20px;
}

.border( @border: 1px solid, @color: @colorBase ) {
	border: @border @color;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	.font;
}
body, #body {
	background: @colorBackground;
}
/*****************************************************************************************************************************/
/*													 INPUT BUTTON: BOUTTON 													 */
/*****************************************************************************************************************************/
input[type="submit"], input[type="reset"], input[type="button"], .accueil, .homebuttonlink {
    color: @colorButton;    
    background-color: @colorBase;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .accueil:hover, .homebuttonlink:hover {
	background-color: @colorBase - #222222;
}
/*****************************************************************************************************************************/
/*																BANDEAU											     	 	 */
/*****************************************************************************************************************************/
#bandeau-utilisateur {
    background: @colorBandeau;
    .container {
		.span-3, .span-21, .span-14, .span-2 {
			.font;
			color:#FFF;
		}
	}
}
.nomFamille {
    color: @colorNomFamille;
}
.linkBandeau a {
	color: #FFFFFF;
	&:hover {
		color: @colorBase;
	}
}
span.infobulleUtilisateur {
	background-color: @colorinfoBulleBackground;	
	span {
		border: 1px solid @colorBase;
	}
}
a.infoUtilisateur:hover span {
    background-color: @colorinfoBulleBackground;
    color: @colorBase;
}

/*****************************************************************************************************************************/
/* 											BANDEAU PERSONNE SELECTIONNEE 													 */
/*****************************************************************************************************************************/
#bandeau-individu {
	background-color: @colorBandeau;
}

/*****************************************************************************************************************************/
/*												 PAGE D'ACCUEIL 															 */
/*****************************************************************************************************************************/
.hrTop {
	display: none;	
}
.demarche li a {
    color: @portletElementColor;
}
.portlet {
	.border(0px;);
	h3, h4 {
	    background: #FFF;
	    color: @portletTitreColor;
	}
}
.hrTop {
	margin-top: -18px;
	background: none;
}
.favoris {
    border: 1px solid @colorBase;
	&:hover {
	    border: 1px solid @colorBase;
	    box-shadow: 0px 0px 10px @colorBase inset;
	    color: #000000;
	}
}

/*****************************************************************************************************************************/
/* 													FIELDSET, LEGEND														 */
/*****************************************************************************************************************************/
legend.formengine-legend, legend, .formengine-legend-adress, .headertitle, .egoGroupAroundStyle legend {
    .border(@fieldsetBorder, @fieldsetBorderColor);
    color: #FFF;
    background: none repeat scroll 0 0 @fieldsetTitreBackground;
}
fieldset, .grayborderwrapper, fieldset.formengine-fieldset {
	.border(@fieldsetBorder, @fieldsetBorderColor);
    background: @fieldsetBackground;
}
thead th, th, #listefacture thead th {
    background: @tableThBackground;
    color: #FFF;
    font-weight: bold;
}
.subformtitle {
	color: @colorBase;
}

/*****************************************************************************************************************************/
/* FORMULAIRE: 										CONSULTATION AGENDA 													 */
/*****************************************************************************************************************************/
.agendasemaine-titre {
	color: #FFFFFF;
	background-color: @colorBase;
	font-weight: bold;
}
.calendar {
	.libMoisAgenda{
		color: #FFFFFF;
		background: lighten(@colorBase, 10%);
	}
	.libLegendAgendaNumero{
		color: lighten(@colorBase, 10%);
		background: #FFFFFF;
	}	
	.css-trancheagenda{
		color:#000000;
		background:#FFFFFF;
	}
} 	

/*****************************************************************************************************************************/
/* FORMULAIRE: 										PREINSCRIPTION CRECHE 													 */
/*****************************************************************************************************************************/
.insert_block .header {
	background-color : @colorBase;
}
.simplebluedata, .smallbluedata {
	color : @colorBase; 
}
a.infoUtilisateur_paris:hover span {
    color: @colorBase;
}
/*****************************************************************************************************************************/
/* FORMULAIRE: 							ACTUALISATION DE LA DEMANDE DE PR2INSCRIPTION EN CRECHES							 */
/*****************************************************************************************************************************/
.popuptitle {
	color: @colorBase;
}

#breadcrumbs-one .active, 
#breadcrumbs-one-4 .active-4, 
#breadcrumbs-one-5 .active {
	background: @colorBase;
}

#breadcrumbs-one .active:after,
#breadcrumbs-one-4 .active-4:after,
#breadcrumbs-one-5 .active:after {
  border-left-color: @colorBase;
}
.num-etape-non-active, .num-etape-non-active-4 {
	color: @colorBase;
}

.w3cBG {
	background: @colorBase;
	background-color: @colorBase;
}

.span-22{
	width:980px !important;
}
.insert_block .header {
    background-color: #05A2E5;
}
input[type="submit"], input[type="reset"], input[type="button"], .accueil, .homebuttonlink{
	background-color: #05A2E5;
}

#breadcrumbs-one-4 .active-4 , #breadcrumbs-one-4 .active {
	background-color: #05A2E5;
	color: #FFF;
	
}
#breadcrumbs-one-4 .active-4:after, #breadcrumbs-one-4 .active:after{
border-left-color:#05A2E5;
}

.w3c1.w3cBG  {
	display:none; 
}
.w3c2.w3cBG  {
	display:none; 
}
.question {
margin-left: 45%;
}
.navbar-brand{
	padding-left: 40px;
}
.form-fieldset legend {
    color: #FFFFFF;
    background-color: #05A2E5;
}

.form-fieldset {
    border: 1px solid #05A2E5;
}

.btn-primary {
    background-image: linear-gradient(to bottom, #05A2E5 0, #05A2E5 100%);
    border-color: #05A2E5;
    color: #ffffff;
}

.pull-right {
    display: contents;
}
