@font-face {
    font-family: 'rubiklight';
    src: url('/fonts/rubik-light-webfont.eot');
    src: url('/fonts/rubik-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rubik-light-webfont.woff2') format('woff2'),
         url('/fonts/rubik-light-webfont.woff') format('woff'),
         url('/fonts/rubik-light-webfont.ttf') format('truetype'),
         url('/fonts/rubik-light-webfont.svg#rubiklight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rubiklight';
    src: url('/fonts/rubik-lightitalic-webfont.eot');
    src: url('/fonts/rubik-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rubik-lightitalic-webfont.woff2') format('woff2'),
         url('/fonts/rubik-lightitalic-webfont.woff') format('woff'),
         url('/fonts/rubik-lightitalic-webfont.ttf') format('truetype'),
         url('/fonts/rubik-lightitalic-webfont.svg#rubiklight_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'rubikregular';
    src: url('/fonts/rubik-regular-webfont.eot');
    src: url('/fonts/rubik-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rubik-regular-webfont.woff2') format('woff2'),
         url('/fonts/rubik-regular-webfont.woff') format('woff'),
         url('/fonts/rubik-regular-webfont.ttf') format('truetype'),
         url('/fonts/rubik-regular-webfont.svg#rubikregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rubikmedium';
    src: url('/fonts/rubik-medium-webfont.eot');
    src: url('/fonts/rubik-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rubik-medium-webfont.woff2') format('woff2'),
         url('/fonts/rubik-medium-webfont.woff') format('woff'),
         url('/fonts/rubik-medium-webfont.ttf') format('truetype'),
         url('/fonts/rubik-medium-webfont.svg#rubikmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
/************** STYLE DE BASE  *******************/
body
{
	margin:0px;
	padding:0px;
	font-family: rubiklight;
    font-size: 17px;
    color:#525252;
	background:#ffffff;
	position:relative;
}

.bgEditor
{
    background-color: #FFFFFF;
}
audio, img[_wpro_media_data*='.mp3'].wproFilePlugin 
{
      display:block;
      width:100%;
      box-sizing:border-box;
      height:40px;
}

/* CONTAINERS PRINCIPAUX */
#zoneMembre
{
	display:none;
}
.mainHolder
{
	background:#ffffff;
	position:relative;
}

.allContainer
{
	position:relative;
	max-width:1194px;
	margin: 0 auto 0 auto;
	padding:0 10px 0 10px;
}
.headerContainer
{
	position:relative;
}
.headerContainer .slider
{
	position:relative;
	z-index:0;
}
.headerContainer .slogan
{
	font-size:16.5px;
	color:#FFFFFF;
	font-family:rubiklight;
	position:absolute;
	bottom:10%;
	left:0;
	z-index:1;
	width:calc(100% - 58px);
}
.headerContainer .slogan span.first
{
	font-family:rubikregular;
	font-size:20px;
	display:block;
}
.headerContainer .entete
{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	height:150px;
	width:100%;
}

.headerContainer .logo, #zoneMembre .logo
{
	float:left;
	padding-top:16px;
	padding-left:30%;
}

.headerContainer .logo.logoPEC
{
	padding-left:37%;
}
.headerContainer .logo img
{
	width:125px;
}

.headerContainer .logo.logoPEC img
{
	width:100px;
}

.headerContainer .menuLang
{
	float:left;
}
.headerContainer .zoneAcces
{
	padding-bottom:20px;
}
.headerContainer .zoneAcces .lang
{
	float:right;
	padding:24px 5px 0 0;
	text-transform: uppercase;
	
}
.headerContainer .zoneAcces .membre a
{
	display:none;
}

#leftPanel .membre 
{
	border-top:1px solid #a29d7f;
	border-bottom:1px solid #a29d7f;
	padding:20px 10px 20px 0;
	margin: 0px 10px 0 20px;
	overflow:hidden;
}
#leftPanel .membre a
{
	color:#FFFFFF;
	font-family: rubikregular;
	font-size:18px;
	margin-left:-8px;
}

#leftPanel .membre .Loginmembre
{
	display:none;
	height:auto;
	padding-left:10px;
}
#leftPanel .inputLogin.txt
{
	display:none;
}
#leftPanel .inputLogin
{
	float:none;
	width:80%;
	padding-bottom:10px;
}

#leftPanel #zoneLoginInput #login, #leftPanel #zoneLoginInput #password
{
	width:100%;
	margin:0;
}
#leftPanel #zoneLoginInput div:nth-child(3)
{
	float:left;
	
}
#leftPanel #zoneLoginInput div:nth-child(4)
{
	float:left;
	width:calc(20% - 5px);
	margin-left:5px;

}
#leftPanel #zoneLoginInput div:nth-child(5)
{
	clear:both;
}
.designContainer
{
	background:url(/template/image/bgSmall.jpg) bottom left no-repeat;
	background-size:cover;
}
#down
{
	display:none;
}

.cartouchesContainer .cartouches a
{
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	position:relative;
}

.cartouchesContainer .cartouches .colGauche
{
	background:url(/img/iconeAssociationSmall.png) no-repeat left center;
	
}

.cartouchesContainer .cartouches div.info
{
	position:relative;
	width:100%;
	height:61px;
	border-top:1px solid #e4e4e4;
	background:url(/img/flecheGrise.png) no-repeat right center;
	padding-left:74px;
	box-sizing:border-box;
}

.cartouchesContainer .cartouches div.info img
{
	display:none;
}
.cartouchesContainer .cartouches .colDroite .ligne1 > div.col1
{
	background:url(/img/iconeTravaillerSmall.png) no-repeat 10px center;
}
.cartouchesContainer .cartouches .colDroite .ligne1 > div.col2
{
	background:url(/img/iconeSeFormerSmall.png) no-repeat 10px center;
}
.cartouchesContainer .cartouches .colDroite .ligne2
{
	background:url(/img/iconeEntrerEMSSmall.png) no-repeat 10px center;
	border-bottom:1px solid #e4e4e4;
}
.cartouchesContainer .cartouches h5
{
	font-size:18px;
	color:#029eaf;
	font-family:rubikregular;
	font-weight:normal;
	margin:0;
	padding:22px 0 0 0;
}
.home .zoneBlanche
{
	margin:30px 0 28px 0;
}

.zoneInterieur .contenu
{
	padding-bottom:38px;
}
.enSavoirPlus
{
	background:url(/img/souligneBottom.png) repeat-x top left;
	padding-top:29px;
}

.chiffreContainer
{
	display:none;
}
.footerContainer 
{
	width:100%;
}

.footerContainer > div:nth-child(1)
{
	background:#494958;
	/*height:700px;*/
}

.footerContainer > div:nth-child(2)
{
	background:url(/img/footer.jpg) repeat-x;
	height:50px;
	padding-top:20px;
}

.footerContainer .logo
{
	padding:20px 0 30px 0;
	margin:0;
	text-align:center;
	width:100%;
}
.footerContainer .menu
{
	padding:28px 0 28px 0;
	border-top:1px solid #585866;
	border-bottom:1px solid #585866;
	
}
.footerContainer .powered, .footerContainer .powered a
{
	font-family:rubikregular;
	font-size:13px;
	color:#909098;
	text-decoration:none;
	text-align:right;
}
.footerContainer .adresse
{
	color:#d8d8dc;
	font-family:rubiklight;
	font-size:14px;
	line-height:29px;
	padding: 35px 0 30px 0;
}

.footerContainer .adresse a
{
	color:#d8d8dc;
}

.footerContainer .adresse H1
{
	font-size:19px;
	color:#d8d8dc;
	font-family:rubikregular;
	margin:0;
	padding:0;
	font-weight:normal;
	background:none;
}
/* ENTETE DES PAGES*/
.headCtn
{
	overflow:hidden; /*fait office de divwrapper*/
	margin:10px 0 0 0; 
}
.headCtn h1
{

}
.headCtn .resume
{
	overflow:hidden;
	line-height:28px;
	color:#525252;
	font-size:17px;
	padding-bottom:39px;
}

.home .headCtn .resume
{
	display:none;
}

.headCtn .img
{
	width:100%;
	background:no-repeat center center;
	background-size:cover;
	margin:0 0 20px 0;
}
.headCtn .img:before
{
	content:"";
	display:block;
	padding-top:40.38%;
}

.headCtn .resume:empty
{
	display:none;
}

/* LISTES */
.listCtn
{
	position:relative;
}

.listElement
{
	position:relative;
	display:block;
	margin:0 0 25px 0;
	text-decoration:none;
	overflow:hidden;
	background:#ffffff;
	border:1px solid #f2f2f2;
	box-sizing:border-box;
}

.listElement .img
{
	position:relative;
	display:block;
	background:url(/template/image/defaultList.jpg) no-repeat center center;
	background-size:cover;
	transition:opacity 0.5s;
}

.listElement .img:before
{
	content:"";
	display:block;
	padding-top:42.25%;
}

.listElement:hover .img
{
	opacity:0.75;
}

.listElement .txt
{
	display:block;
	position:relative;
	padding:0 30px 25px 30px;
	overflow:hidden;
	text-align:center;
}

.listElement h5
{
	margin:0px 0px 30px 0px;
	font-weight:normal;
	color:#4a494d;
	font-family:rubiklight;
	font-size:24px;
	line-height:35px;	
	text-align:center;
	padding:34px 0 19px 0;
	background:url(/template/image/souligneVert.gif) no-repeat bottom center;
}


.listElement .resume
{
	display:block;
	color:#525252;
	line-height:25px;	
}

/* ZONE HTML */
.htmlcontent
{
	overflow:hidden;
	line-height:28px;
}
.htmlcontent img
{
	max-width:100%;
	height:auto!important;
}
	
.htmlcontent iframe
{
	max-width:100%;
}

#iframeLitsCourtSejour
{
	width:100%;
	height:2300px;
	max-height:100vh;
}
@media only screen and (min-width:1200px)
{
	#iframeLitsCourtSejour
	{
		width:1000px;
		max-height:none;
	}
}

/* STYLE GENERIQUE*/
.divwrapper
{
	clear:both;
}
.lastcol
{
	margin-right:0px!important;
}

.home H1, .home H1 span.first
{
    font-size: 20px;
	color:#494958;
	font-family:rubikregular;
	margin:0 0 16px 0;
	padding-bottom:12px;
	background-size: 26px;
}
H1
{
	font-family:rubiklight;
	font-size:40px;
	margin:20px 0 50px 0;
	font-weight: normal;
	color:#4a494d;
	background:url(/template/image/h1.gif) no-repeat bottom left;
	padding-bottom:28px;
	line-height:45px;
}
H1 span.first
{
	/*color:#029eaf;
	font-family:rubikregular;*/
}
.cartouchesContainer
{
	padding:0 22px 35px 0;
}
.cartouchesContainer h1 span.first
{
	display:block;
	color:#029eaf;
	font-family:rubikregular;
	margin:0;
	padding:0;
}
.cartouchesContainer h1
{
	color:#4a494d;
	font-size:19px;
	font-family:rubiklight;
	margin-top:10px;
	background:none;
}
H2
{
    margin:25px 0 5px 0;
	padding:0;
    font-weight: normal;
    font-size: 27px;
	color:#029eaf;
	font-family:rubikregular;
}

H3
{
    margin:34px 0 15px 0;
	padding:0 0 18px 0;
    font-weight: normal;
    font-size: 23px;
	color:#029eaf;
	font-family:rubikregular;
	border-bottom:1px solid #dadada;
}

H4
{
    margin:34px 0 15px 0;
	padding:0 0 18px 0;
    font-weight: normal;
    font-size: 21px;
	color:#4a494d;
	font-family:rubikregular;
	border-bottom:1px solid #dadada;
}

A
{
    text-decoration: none;
	color:#029eaf;
}

P
{
    margin-top: 7px;
    margin-bottom: 7px;
}

.home P
{
    margin-top: 20px;
    margin-bottom: 20px;
}

UL
{
	list-style: none;
	padding: 0;
	margin:0px 0px 0px 3px;
}

/* MEDIA QUERIES POUR LE MONTAGE */
@media only screen and (min-width:641px)
{
	/* CONTAINERS PRINCIPAUX */
	.headerContainer .slogan
	{
		font-size:28px;
		color:#FFFFFF;
		font-family:rubiklight;
		position:absolute;
		bottom:10%;
		left:58px;
		z-index:1;
		width:calc(100% - 58px);
	}
	.headerContainer .slogan span.first
	{
		font-family:rubikregular;
		font-size:45px;
		display:block;
	}
	
	.headerContainer .logo, #zoneMembre .logo
	{
		float:left;
		padding-top:61px;
		padding-left:0;
	}
	
	.headerContainer .logo.logoPEC
	{
		padding-left:0;
		padding-top:37px !important;
	}
	.headerContainer .logo img, .headerContainer .logo.logoPEC img
	{
		width:auto;
		
	}
	#zoneMembre .Loginmembre
	{
		float:right;
		padding-top:60px;
	}
	#accesMembreLoginOut
	{
		position:absolute;
		top:10px;
		right:20px;
		cursor:pointer;
	}
	.headerContainer .zoneAcces .lang
	{
		float:right;
		padding:37px 15px 23px 15px;
		border-left: 1px solid rgba(177, 165, 153, .3);
		border-right: 1px solid rgba(177, 165, 153, .3);
	    -webkit-background-clip: padding-box; /* for Safari */
	    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
		
	}

	.headerContainer .zoneAcces .searchfulltextHolder
	{
		float:right;
		padding-left:3px;
		padding-top:37px;
		width:37px;
	}
	.designContainer
	{
		background:url(/img/bg.jpg) bottom left no-repeat;
		min-height:850px;
		background-size:cover;
	}
	#down
	{
		display:block;
		position:absolute;
		top:-130px;
		right:0;
	}
	#down img
	{
		cursor:pointer;
	}
	.cartouchesContainer .cartouches a:after
	{
		content:"";
		opacity:0;
		position:absolute;
		top:0;
		left:0;
		z-index:0;
		width:100%;
		height:100%;
		transition:opacity 0.8s;
	}
	.cartouchesContainer .cartouches a:hover:after
	{
		opacity:1;
	}
	.cartouchesContainer .cartouches .colGauche
	{
		float:left;
		width:31.56%;
		margin-right:2.71%;
		box-sizing:border-box;
		height:666px;
		
	}
	.cartouchesContainer .cartouches .colGauche a
	{
		background:#494958;
		padding-top:422px;
		
	}
	.cartouchesContainer .cartouches .colGauche a:after
	{
		background:url(/img/overAssociation.jpg) no-repeat;
		background-size:cover;
	}
	.cartouchesContainer .cartouches div.info
	{
		z-index:1;
		position:relative;
		text-align:center;
		width:100%;
		height:61px;
		border:0;
		background:none;
		padding:0;

	}
	.cartouchesContainer .cartouches div.info img
	{
		display:inline-block;
	}
	.cartouchesContainer .cartouches .colDroite
	{
		float:left;
		width:65.73%;
		box-sizing:border-box;
		height:666px;
	}
	
	.cartouchesContainer .cartouches .colDroite .ligne1 > div:not(.divwrapper)
	{
		float:left;
		width:48.15%;
		margin-right:3.7%;
		box-sizing:border-box;
		height:307px;
		margin-bottom:22px;
	
	}
	.cartouchesContainer .cartouches .colDroite .ligne1 > div:not(.divwrapper) a
	{
		background:#029eaf;
		padding-top:55px;
	}
	.cartouchesContainer .cartouches .colDroite .ligne1 a:after
	{
		background:url(/img/overEMS.jpg) no-repeat;
		background-size:cover;
	}
	.cartouchesContainer .cartouches .colDroite .ligne1 > div.col2
	{
		margin-right:0!important;
		
	}
	.cartouchesContainer .cartouches .colDroite .ligne1 > div.col2 a
	{
		background:#494958!important;
	}
	.cartouchesContainer .cartouches .colDroite .ligne2
	{
		height:337px;
		width:100%;
		box-sizing:border-box;
	}
	.cartouchesContainer .cartouches .colDroite .ligne2 a
	{
			padding-top:86px;
			background:#029eaf;
	}
	.cartouchesContainer .cartouches .colDroite .ligne2 a:after
	{
		background:url(/img/overEntrer.jpg) no-repeat;
		background-size:cover;
	}
	.cartouchesContainer .cartouches 
	{
		text-align:center;
	}
	.cartouchesContainer .cartouches h5
	{
		background:url(/img/souligneCartoucheHome.png) no-repeat bottom center;
		font-size:26px;
		color:#ffffff;
		font-family:rubikregular;
		margin:0;
		padding:45px 0 18px 0;
		font-weight:normal;
		text-align:center;
		text-decoration:none!important;
	}
	.home .zoneBlanche
	{
		margin:85px 0 140px 0;
	}
	.home .zoneBlanche .colGauche
	{
		box-sizing:border-box;
		padding:0 50px 0 35px;
		width:53.09%;
		float:left;
		border-right:3px solid #ededed;
		font-size: 18px;
		
	}
	.home .zoneBlanche .colDroite
	{
		width:46.91%;
		box-sizing:border-box;
		padding: 0 50px 0 40px;
		float:left;
	}
	
	.zoneInterieur
	{
		padding:0 20px 0 20px;
	}

	.zoneInterieur .contenu .texte
	{
		padding-right:20.8%;
	}
	.zoneInterieur .contenu .texte.ems
	{
		padding-right:0;
	}
	.footerContainer > div:nth-child(1)
	{
		background:#494958;
		/*height:420px;*/
	}
	.footerContainer .logo
	{
		float:left;
		margin:53px 0 30px 0;
		padding:0;
		text-align:left;
		width:auto;
	}
	.footerContainer .menu
	{
		float:right;
		margin-top:112px;
		padding:0;
		border:0;
	}
	.footerContainer .adresse
	{
		color:#d8d8dc;
		font-family:rubiklight;
		border-top:1px solid #585866;
		/*padding: 35px 0 30px 0;
		font-size:17px;
		line-height:29px;*/
		padding: 15px 0 0 0;
		font-size:15px;
		line-height:20px;
	}
	
	.footerContainer .adresse .col1
	{
		float:left;
		width:50%;
	}
	
	.footerContainer .adresse .col2
	{
		float:left;
		width:50%;
	}
	
	/* ENTETE DES PAGES*/
	.headCtn
	{
		overflow:hidden; /*fait office de divwrapper*/
		margin:50px 0 30px 0; 
	}
	.headCtn h1
	{
	
	}

	.home .headCtn
	{
		margin:0 0 0 35px;
	}
	
	/* LISTES */

	.listElement
	{
		position:relative;
		display:block;
		margin:0 0 25px 0;
		text-decoration:none;
		overflow:hidden;
		background:#ffffff;
		border:1px solid #f2f2f2;
		box-sizing:border-box;
		float:left;
		width:32%;
		margin-right:2%;
	}
	
	.listElement .img
	{
		position:relative;
		display:block;
		float:none;
		width:100%;
		background:url(/template/image/defaultList.jpg) no-repeat center center;
		background-size:cover;
		transition:opacity 0.5s;
	}

	
	.listElement .txt
	{
		display:block;
		position:relative;
		padding:0 30px 25px 30px;
		overflow:hidden;
	}
	
	.listElement:nth-child(3n+0) /*adapter selon nbre de colonne*/
	{
		margin-right:0;
	}

	/* STYLE GENERIQUE*/
	.divwrapper
	{
		clear:both;
	}
	
	.home H1, .home H1 span.first
	{
	    font-size: 42px;
		color:#494958;
		font-family:rubikregular;
		background-size:auto!important;
	}
	H1
	{
		font-family:rubiklight;
		font-size:40px;
		margin:20px 0 50px 0;
		font-weight: normal;
		color:#4a494d;
		background:url(/img/h1.gif) no-repeat bottom left;
		padding-bottom:28px;
	}

	.cartouchesContainer
	{
		padding:0 47px 88px 35px;
	}
	.cartouchesContainer h1 .first
	{
		display:block;
		color:#029eaf!important;
		font-family:rubikregular;
	}
	.cartouchesContainer h1
	{
		color:#4a494d;
		font-size:40px;
		font-family:rubiklight;
		margin-top:75px;
	}

}

@media only screen and (min-width:850px)
{
	#zoneMembre
	{
		height:228px;
		background:url(/img/bgMembre.jpg) no-repeat;
		background-size:cover;
		position:absolute;
		top:0;
		display:none;
		width:100%;
		z-index:2;
	}
	
	.headerContainer .zoneAcces .membre
	{
		float:right;
	}
	.headerContainer .zoneAcces .membre a
	{
		padding-right:16px;
		padding-top:37px;
		color:#ffffff;
		font-size:15px;
		font-family:rubikregular;
		text-decoration:none;
		display:block;
	}
	.headerContainer .zoneAcces .membre span
	{
		font-size:16px;
		font-weight:bold;
		padding-right:5px;
		display:inline-block;
	}

	.headerContainer .slogan
	{
		font-size:40px;
	}
}
/* TABLES */
table P
{
	margin:0px;
	padding:0px;
}
table
{
	background:#FFFFFF;
}
table th
{
	text-align:left;
	background:#029eaf;
	font-size:21px;
	color:#ffffff;
	border-color:#ececec;
}

table td
{
	border-color:#ececec;
}

table tbody.originaltbody
{
	display:table-row-group;
}
table tbody.responsivedtbody
{
	display:none;
}

@media only screen and (min-width:1200px)
{
	.chiffreContainer
	{
		display:block;
		width:100%;
		height:452px;
		background:url(/img/bgChiffre.jpg) no-repeat top right #01a5b7;
	}
}
/* 
MEDIA QUERIES FOR TABLE: max-width = width of htmlcontent
Je le fait dans ce sens pour pas toucher les tables originales (taille et alignement)
*/
@media only screen and (max-width:1200px)
{

	
	table
	{
		width:100%!important;
		table-layout:fixed; /*pour que les images suivent*/
	}
	table td
	{ 
		width:auto!important;
	}
	table img
	{	
		max-width:100%;
		height:auto!important;
	}
	
	table tbody.originaltbody
	{
		display:none;
	}
	table tbody.responsivedtbody
	{
		display:table-row-group;
	}
	
	table.responsived th, table.responsived td
	{
		display:block;
		width:100%!important;
		margin:0px!important;
		padding:0px!important;
		text-align:left;
	}
	
	table.responsived th p, table.responsived td p
	{
		text-align:left;
	}
	
	table tbody.responsivedtbody th, table.responsived th
	{
		border-top:5px solid transparent;
		border-bottom:5px solid transparent;
		margin-bottom:50;
	}	
	
	table tbody.responsivedtbody .thmain
	{	
		text-transform:uppercase;
		border-top:10px solid transparent!important;
		border-bottom:10px solid transparent!important;
	}
	
	table tbody.responsivedtbody .thspan
	{
		display:block!important;
		font-weight:bold;
		margin:10px 0px 5px 0px;
	}
}

/* STYLES INVARIABLES */
.desactivatepage /*Pour l'affichage du text "désactivé " dans les listes et les titres des pages */
{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	color:red;
}

/* MANDATORY FIELD */
.mandatory, .mandatoryCustom /*Style des champs obligatoires. Defini 2 styles, cf mandatory.js */
{
  background-color: #d7d5d5;
}

.mandatoryFailed, .mandatoryCustomFailed /*Style des champs obligatoires lorsqu'un submit à echoué*/
{
  background-color: #FFE3E8;
  border:1px dotted red;
}

.error /*Pour l'affichage des messages erreurs */
{
	color: red;
}

.helpMsg
{
	color:green;
}

/*-- END MANDATORY FIELD --*/

/*-- FIELDSET --*/

legend
{
	font-family: arial;
    font-size: 11px;
    color:black;
}

fieldset
{
	border: 1px solid  #888888;
	margin:6px;
	background-color:#fdfdfd;
}

fieldset table, fieldset div /*margin pour les element dans le fieldset*/
{
	margin: 5px;
}

fieldset table table, fieldset div div, fieldset table div, fieldset div table /*Annule le margin pour les sous-element du fieldset*/
{
	margin: 0px;
}

/*-- FIN FIELDSET --*/
.tdAdmin
{
	width:90px;
	vertical-align:top;
	padding:5px;
	font-size:14px;
}

.tdListAdmin
{
	padding-top:2px;
	padding-bottom:2px;
}

.tableListAdmin
{
	margin:10px;
}
/*-- FORM --*/
form
{
	margin:0px;
	padding:0px;
}

input, textarea
{
    border: 1px solid #bbb7b7;
   	padding-left:5px;
    background-color:#eeeeee ;
	box-sizing:border-box;
    max-width:100%;
	font-family: rubiklight;
    font-size: 17px;
    color:#525252;
}

input[type=button], input[type=submit]
{
	background-color:#029eaf ;
	color:#FFFFFF;
}

select
{
	border:0px;
    background-color:#eeeeee ;
    box-sizing:border-box;
    max-width:100%;
	font-family: rubiklight;
    font-size: 17px;
    color:#525252;
}

input[type=checkbox], input[type=radio]
{ 
  border: none; 
  background-color:transparent;
}
/*-- FIN FORM --*/

.admin_scroll
{
    overflow-y: auto;
    float: left;
    width: 300px;
    position: relative;
    height: 250px;
    background: transparent;
}

.popupBloc
{
	background-image: url('/img/bgadmin.gif');
	border: #101010 1px solid;
	padding:10px;
	font-family: arial;
    font-size: 11px;
    color:black;
}

.popupTitle
{
	padding-left:10px;
	background-image: url('/img/titlebar.gif');
	font-family: Arial;
    font-size: 11px;
    color:black;
}

.popupTd
{
	padding:5px 10px 5px 10px;
	vertical-align:top;
}

/*Style pour la navigation*/
.loadmore
{
	text-align:center;
	padding:10px 0px 10px 0px;
	visibility:hidden;
}

.loadmore img
{
	filter:alpha(opacity=50); 
	-moz-opacity:0.50; 
	opacity: 0.50; 
}

/*Style pour le jqDdD*/
.drag
{
	opacity:0.5;
	cursor:move;
}
 .drop
{
	cursor:move;
	outline: 1px dashed black;
}
 .drag a, .drop a
{
	cursor:move;
}

/*************** FIN STYLE DE BASE  *******************/

/*************** ADMIN ZONE ********************/
.hilightZone
{
	outline: 1px solid #aaaaaa;
	margin:0px ;
	padding:0px ;
	vertical-align:top;
	position:relative; 
	width:100%;
	min-height:60px;
	height:auto !important;
	-height:60px; /*Pour IE 6*/
	background-image:url(/img/bgzone.png);
	margin-bottom:5px;
}

.stdZone
{
	outline: 1px solid #eeeeee;
	margin:0px ;
	padding:0px ;
	vertical-align:top;
	position:relative; 
	width:100%;
	min-height:60px;
	height:auto !important;
	-height:60px; /*Pour IE 6*/
	background-image:url(/img/bgzone.png);
	margin-bottom:5px;
}

.stdZoneFixed
{
	outline: 1px solid #666666;
	margin:0px ;
	padding:0px ;
	vertical-align:top;
	position:relative; 
	width:100%;
	min-height:60px;
	height:auto !important;
	-height:60px; /*Pour IE 6*/
	background-image: url('/img/bgadmin.gif');
	margin-bottom:5px;
}
	
.zoneMenu
{
	margin:0px ;
	padding: 0px ;	
	position:absolute; 
	top:-35px;
	left:-1px;
	width:100%;
}

.zoneMenuFixed
{
	margin:0px ;
	padding: 0px ;
	position:relative; 
	top:0px;
	left:0px;
	width:100%;
}

.stdZoneFixed table
{
	table-layout:auto!important; /*contré le fixed setté pour le responsive*/	
}

.tblContextMenuTitle
{
	margin:0px ;
	padding: 0px ;
	width:100%;
	background-image: url('/img/titlebar.gif');
	height:18px;
  	color:#86081D;
  	font-size:11px;
	table-layout:auto!important; /*contré le fixed setté pour le responsive*/
}

.tblContextMenu
{
	border:0px;
	margin:0px ;
	width:100%;
	padding: 0px ;
 	height:19px;
	background-image:url(/img/bgmenu.png);
	table-layout:auto; /*contré le fixed setté pour le responsive*/	
}
.tblContextMenu table
{
	table-layout:auto; /*contré le fixed setté pour le responsive*/	
	width:auto!important;/*contré le fixed setté pour le responsive*/
	background:transparent;
}
		
.stdContextMenu
{
	margin:0px ;
	padding: 0px ;
	border:0px;
	height:19px;
}

.stdContextMenuSep
{
	margin:0px ;
	padding: 0px ;
	border:0px;
	height:19px;
	background-image:url(/template/image/bgmenusep.png);
	background-repeat:no-repeat; 
}

  	
.hilightContextMenu
{
	margin:0px ;
	padding: 0px ;
	height:18px;
	background-image:url(/image/bgmenusel.png);

}

.stdTextContextMenu
{
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
  	color: #000000;
	font-size: 11px;
}

.hilightTextContextMenu
{
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
	color: #AB0404;
	font-size: 11px;
}
/*************** FIN ADMIN ZONE ********************/#zoneCandidature .QapTcha {
    float: right!important;
}

#zoneCandidature table
{
	background:transparent!important;	
	/* border-collapse: separate;
     border-spacing: 10px;*/
}

#zoneCandidature th , #zoneCandidature > td
{
	vertical-align:top;
	padding:0 20px 0 10px;
}

#zoneCandidature input, #zoneCandidature textarea
{
	width:100%;
}

#zoneCandidature input.npa
{
	width:30%;
}

#zoneCandidature td table
{
	width:100%;
}

#zoneCandidature input[type=file]
{
	padding:4px 0 4px 0 ;
	border:0;
}

#zoneCandidature input[type=file]:not(.mandatory):not(.mandatoryFailed)
{
	background:transparent;
}

#zoneCandidature #diplomes span
{
	cursor:pointer;
	color:#029eaf;
	
}
.btnPostuler
{
	padding:5px 20px 5px 20px;
	cursor:pointer;
}

a.btnPostuler
{
	background-color:#029eaf ;
	color:#FFFFFF;
}

#zoneCandidature input[type=submit]
{
	padding:5px;
	cursor:pointer;
	width:60%;
}
#zoneCandidature input[type=submit]:disabled
{
	background:#AAAAAA;
	cursor:default;
}
#zoneCandidature input[type=checkbox]
{
	width:auto!important;
}

#zoneAdminCandidature .moreinfos
{
	display:none;
}

#zoneAdminCandidature.open
{
	display:block!important;
}

#zoneAdminCandidature table
{
	background:transparent;
}

#zoneAdminCandidature td
{
	vertical-align:top;
}
#zoneAdminCandidature td:nth-child(odd) 
{
	font-weight:bold;
	padding-right:20px;
	white-space: nowrap;
}

#zoneAdminCandidature td:nth-child(odd):after
{
	content:": ";
	display:inline-block;
	
}

#zoneAdminCandidature .plusinfos
{
	color:#029eaf;
	cursor:pointer;
	text-align:right;
}

#zoneCandidature .warning
{
	color:#cc3333;
	padding:5px;
}

#zoneAdminCandidature h4
{
	position:relative;
	padding-left:30px;
}
#zoneAdminCandidature h4 > a
{
	position:absolute;
	left:0;
	top:3px;
	width:20px;
	height:20px;
	background:url(/template/image/admin/delete.svg) no-repeat center center;
	background-size:contain;
	
}/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha { float:left;margin-top:20px;width:224px;}
.QapTcha .clr{ clear:both; }
.QapTcha .bgSlider { width:202px;height:22px;float:left;background:url('/plugin/captcha/template/images/fondcaptcha.png') no-repeat; }
.QapTcha .Slider { width:47px;height:22px;background:url('/plugin/captcha/template/images/btncaptcha.png') no-repeat;cursor:e-resize;position:relative;top:0;left:0; }
.QapTcha .TxtStatus { width:282px;padding:3px;margin-top:7px;text-align:left;color:#787878;font-family:Verdana;font-size:10px;clear:both; }
.QapTcha .dropSuccess {  background:transparent;color:#4e8b37; }
.QapTcha .dropError { color:#787878; }
.QapTcha .Lock { float:left;margin-left:5px;margin-top:2px;background:url('/plugin/captcha/template/images/verrouillage.png') no-repeat top left;width:15px;height:17px; }
.QapTcha .unLock { float:left;margin-left:5px;margin-top:2px;background:url('/plugin/captcha/template/images/verrouillage.png') no-repeat top right;width:16px;height:17px; }
.QapTcha .divError { background:red;color:#FFFFFF;width:230px; }/* CARTOUCHE GENERIQUE */
.cartoucheCtn
{
	position:relative;	
}

.cartoucheCtn h5
{
	margin:0 0px 10px 0px;
	text-transform:none;
	font-weight:normal;
	font-family:rubikregular;
	font-size:26px;
	color:#029eaf;
	background:url(/img/h1.gif) no-repeat bottom left;
	background-size:26px;
	padding-bottom:15px;
}

.cartoucheCtn .more
{
	display:block;
	color:#858585;
	font-size:16px;
	text-decoration:none;
	text-align:right;
	padding-right:16px;
	background:url(/img/flecheNews.png) no-repeat right center;
}

.cartoucheCtn .rss
{
	position:absolute;
	display:block;
	top:0px;
	right:0px;
}
.cartoucheCtn .archive
{
	display:block;
	color:#000000;
	text-decoration:none;
	padding:5px 0px 5px 0px;
}
.cartoucheCtn .archive > a
{
	margin-left:3px;
	text-decoration:none;
	color:grey;
}

.cartoucheElementCtn
{
	position:relative;
}

.cartoucheElement
{
	position:relative;
	display:block;
	margin:0 0 20px 0;
	text-decoration:none;
	overflow:hidden;
	border-bottom:2px solid #ededed;
}

.cartoucheElement .img
{
	position:relative;
	display:block;
	float:left;
	width:30%;
	background:url(/img/defaultList.jpg) no-repeat center center;
	background-size:cover;
}
.cartoucheElement .img:before
{
	content:"";
	display:block;
	padding-top:75%;
}
.cartoucheElement:hover .img
{
	opacity:0.75;
}

.cartoucheElement .txt
{
	display:block;
	position:relative;
	padding:14px 14px 14px 0;
	overflow:hidden;
	font-weight:normal;
	color:#525252;
	font-family:rubiklight;
	font-size:18px;
}

.cartoucheElement h6
{
	margin:0px 0px 10px 0px;
	font-family:rubikregular;
	font-size:18px;
	font-weight:normal;
	
}
.cartoucheElement .resume
{
	display:block;
}

/* CARTOUCHE NEWS */
#cartoucheNewsCartoucheCtn .cartoucheElement
{
	padding-bottom:18px;
}

#cartoucheNewsCartoucheCtn .cartoucheElement .date
{
	position:absolute;
	display:block;
	bottom:5px;
	right:7px;
	color:grey;
	font-size:11px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:641px)
{
	.cartoucheElement .img
	{
		float:none;
		width:100%;
	}
}#accessdirectCtn
{
	position:relative;
	margin-bottom:50px;
	margin-top:80px;
	text-align:center;
	overflow:hidden;
}

#accessdirectCtn .legende
{
	display:block;
	position:absolute;
	left:0px;
	bottom:-18px;
	font-size:60px;
	color:#dedede;
	font-family: 'rubiklight';
}

	#accessdirectCtn > a
	{
		font-family: 'rubikregular';
		position:relative;
		vertical-align:top;
		padding:55px 0 0 0;
		padding-right:10px;
		padding-left:10px;
		margin-bottom:10px;
		font-size:16px;
		font-weight:normal;
		color:#5b5a5e;
		text-decoration:none;
		display:inline-block;
	}
	#accessdirectCtn > a:last-child
		{
			padding:55px 0 0 0;
			border-right:none;
			margin-left:10px;
		}

#accessdirectCtn > a:before
{
	content:"";
	position:absolute;
	width:50px;
	height:48px;
	top:0;
	left:50%;
	margin-left:-25px;
	background:url('/template/image/accesdirect-extranet.png') no-repeat;
	background-size:100% auto;
	transition:top .3s;
}

#accessdirectCtn > a:hover:before
{
	top:10px;
}

	#accessdirectCtn > a:nth-of-type(1):before 
	{
		background-position:left top;
	}
	#accessdirectCtn > a:nth-of-type(2):before
	{
		background-position:left -48px;
	}
	#accessdirectCtn > a:nth-of-type(3):before
	{
		background-position:left -96px;
	}
	#accessdirectCtn > a:nth-of-type(4):before
	{
		background-position:left -144px;
	}


	#accessdirectCtn > a:nth-of-type(1):hover:before 
	{
		background-position:left -192px;
	}
	#accessdirectCtn > a:nth-of-type(2):hover:before
	{
		background-position:left -240px;
	}
	#accessdirectCtn > a:nth-of-type(3):hover:before
	{
		background-position:left -288px;
	}
	#accessdirectCtn > a:nth-of-type(4):hover:before
	{
		background-position:left -336px;
	}
	
	@media only screen and (min-width:800px)
	{
	
	}

@media only screen and (min-width:641px)
{
	#accessdirectCtn
	{
		display:block;
	}
}
	
@media only screen and (min-width:750px)
{
	#accessdirectCtn > a
	{
		padding-right:25px;
		padding-left:25px;
	}
	
	#accessdirectCtn > a:last-child
	{
		margin-left:25px;
	}
}

	
@media only screen and (min-width:1000px)
{
	#accessdirectCtn > a
	{
		padding-right:35px;
		padding-left:35px;
	}
	
	#accessdirectCtn > a:last-child
	{
		margin-left:35px;
	}
}
	
@media only screen and (min-width:1100px)
{
	#accessdirectCtn > a
	{
		padding-right:55px;
		padding-left:55px;
	}
	
	#accessdirectCtn > a:last-child
	{
		margin-left:55px;
	}
}

@media only screen and (min-width:1200px)
{
	#accessdirectCtn > a
	{
		border-right:1px solid #e9e9e9;
		padding-right:75px;
		padding-left:75px;
	}
	
	#accessdirectCtn > a:last-child
	{
		padding:55px 0 0 0;
		border-right:none;
		margin-left:75px;
	}
	
	#cptCtn .data
	{
		padding-top:140px;
		display: grid;
		grid-template-columns: repeat(4,1fr);
	} 
	#cptCtn .infos
	{
		color:#FFFFFF;
		font-size:22px;
		font-family:rubikregular;
		margin-top:50px;
	}
	#cptCtn .infos div:not(.divwrapper)
	{
		float:left;
		margin-right:10%;
		white-space :nowrap;
		text-align:center;
	}
	.cpt
	 {
	 	display:block;
	 	height:100px;
	 	overflow:hidden;
	 	font-size:96px;
	 	color:#FFFFFF;
	 	font-family:rubikmedium;
	 	
	 }
	 .cpt.last, #cptCtn .infos .last
	{
		margin-right:0!important;
	}
	 .cpt .unit
	 {
	 	position:relative;
	 	display:inline-block;
	 	width:60px;
	 	height:100%;
	 }
	 
	 .cpt .unit > div
	 {
	 	position:absolute;
	 	height:100%;
	 	top:100%;
	 	transition:all 0.08s;
	 	visibility:hidden;
	 }
	 .cpt .unit > div[rel="0"]
	 {
	 	top:0;
	 	visibility:visible;
	 }
	 .cpt .unit > div[rel="1"]
	 {
	 	top:-100%;
	 }
	 
	 .cpt .unit:nth-last-child(3n+1):not(:last-child)
	 {
	 	padding-right:5px;
	 }
	 
	 .cpt .unit:nth-last-child(3n+1):not(:last-child) > div:after
	 {
	 	content:"'";
	 	position:absolute;
		 top: -15px;
		 right: -10px;
	 }	
}

.headerContainer .zoneAcces .membre a.logoff
{
	display:none;
}

#leftPanel a.logoff
{
	position:absolute;
	display:block;
	font-size:15px;
	margin:0;
	top:15px;
	left:20px;
}
#leftPanel
{
	padding-top:45px;
}#documentListCtn .listElement
{
	position:relative;
	display:block;
	margin:0 0 24px 0;
	text-decoration:none;
	overflow:hidden;
	background:none;
	height:auto;
	background:none;
	padding:0 0 0 30px;
	border:0;
}
#documentListCtn h5
{
	padding:0;
	margin-top:0;
	margin-bottom:0;
	font-size:24px;
	color:#029eaf;
	font-family:rubiklight;
	background:none;
	text-align:left;
}

#documentListCtn .listElement > a
{
	display:block;
	text-decoration:none;
}

#documentListCtn .listElement .txt
{
	height:auto;
	width:auto;
	margin:0px;
	padding:0px 14px 14px 5px;
	text-align:left;
}

#documentListCtn .listElement .icone
{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:22px;
	height:20px;
}

#documentListCtn .listElement .admin
{
	position:absolute;
	display:block;
	top:5px;
	left:0px;
}

#documentListCtn .listElement .admin .styleMenuAdmin
{
	top:-5px;
	left:15px;
}



@media only screen and (min-width:641px)
{
	#documentListCtn.on1col .listElement 
	{
		width: 100%;
	    margin-right: 0;
	}
	#documentListCtn.on2col .listElement 
	{
		width: 49%;
	    margin-right: 2%;
	}
	#documentListCtn.on3col .listElement 
	{
		width: 32%;
	    margin-right: 2%;
	}
	#documentListCtn.on2col .listElement:nth-child(2n+2),
	#documentListCtn.on3col .listElement:nth-child(3n+3)
	{
		margin-right:0;
	}
}/*Search*/
#emsList.masonery .listCtn
{
	margin-top:25px;
}
.searchEms
{
	background: url(/template/image/souligneBottom.png) repeat-x bottom left;
	margin: 0;
	padding-bottom:42px;
}
.searchEms.noBG
{
	background:none!important;
}
.searchEms .col1
{
	width:100%;
	background:url(/plugin/ems/template/images/region.jpg) no-repeat -45px 0;
	height:100px;
	padding-top:2px;
	margin-top:35px;
}
.searchEms .col2
{
	width:100%;
	height:100px;
	padding-top:2px;
	background:url(/plugin/ems/template/images/prestations.jpg) no-repeat -45px 0;
	margin-top:35px;
}
.searchEms input[type=button]
{
	cursor:pointer;
}
.cbxSearch
{
	background:transparent;
	border:0px;
	font-size:15.4px;
	color:#4a494d;
	font-family:rubiklight;
	font-style:italic;
	min-width:210px;
	height:26px;
	margin-top:3px;
	margin-left:14px;
	margin-right:5px;
	-webkit-appearance:none ;
	cursor:pointer;

}

.divCBX
{	
	background:url(/plugin/ems/template/images/fondSelect.png) no-repeat;
	width:203px;
	height:35px;
	overflow:hidden;
	margin-top:35px;
	margin-left:90px;
}
/*Liste*/
.listElement .lieu
{
	display:block;
	color:#525252;
	padding-top:25px;	
}
.listElement .lieu:empty
{
	display:none;
}
.listElement .lieu:before
{
	content:"";
	margin-left:-27px;
	width:15px;
	height:18px;
	background:url(/plugin/ems/template/images/icones.png) no-repeat;
	display:inline-block;
	padding-right:12px;
}
/*View*/
#ems input[type=button], #ems input[type=submit]
{
	cursor:pointer;
}

#ems li, #ems .bloc3 .col1 div:nth-child(1) > div
{
	padding: 10px 0 0 0;
}
#ems h5
{
	color:#029eaf;
	font-size:25px;
	font-family:rubikregular;
	font-weight:normal;
	margin-bottom:25px;
	padding-top:0;
	margin-top:0;
}
#ems h6
{
	font-size:17px;
	font-family:rubiklight;
	font-weight:normal;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	background:#efefef;
}

#ems .bloc1 .souligne
{
	padding-top:30px;
	margin-bottom:40px;
	background:url(/template/image/souligneVert.gif) no-repeat bottom left;
	background-size:29px 2px;
}
#ems .bloc1 .col1
{
	line-height:28px;
}
#ems .bloc1 .col1 a
{
	color:#525252;
}

#ems .bloc1 .col1 div:nth-child(1)
{
	margin-bottom:20px;
}
#ems .bloc1 .col1 div.img img
{
	max-width:280px!important;
}
#ems .bloc1 .col1 div:nth-child(2)
{
	padding:0 0 20px 27px;
}
#ems .bloc1 .col1 div:nth-child(2):before
{
	content:"";
	margin-left:-27px;
	width:15px;
	height:18px;
	background:url(/plugin/ems/template/images/icones.png) no-repeat;
	display:inline-block;
	padding-right:12px;
}
#ems .bloc1 .col1 div:nth-child(3):before
{
	content:"";
	width:15px;
	height:15px;
	background:url(/plugin/ems/template/images/icones.png) no-repeat 0px -28px;
	display:inline-block;
	padding-right:12px;
}
#ems .bloc1 .col1 div:nth-child(4)
{
	padding-bottom:20px;
}
#ems .bloc1 .col1 div:nth-child(4):before
{
	content:"";
	width:15px;
	height:14px;
	background:url(/plugin/ems/template/images/icones.png) no-repeat 0px -50px;
	display:inline-block;
	padding-right:12px;
}
#ems .bloc1 .col1 div:nth-child(5):before
{
	content:"";
	width:15px;
	height:14px;
	background:url(/plugin/ems/template/images/icones.png) no-repeat 0px -74px;
	display:inline-block;
	padding-right:12px;
}
#ems .bloc1 .col1 div:nth-child(6):before
{
	content:"";
	width:15px;
	height:13px;
	background:url(/plugin/ems/template/images/icones.png) no-repeat bottom left;
	display:inline-block;
	padding-right:12px;
}
#ems .bloc1 .col1 div:empty
{
	display:none;
}

#ems .bloc1 .col2
{
	margin-top:20px;
}

#ems .bloc2, #ems .bloc3, #ems .bloc4
{
	background: url(/template/image/souligneBottom.png) repeat-x top left;
	margin:45px 0 0 0;
	padding-top:42px;
}

#ems .bloc3 .col1 span
{
	color:#01a5b7;
}

#ems .bloc3 .col1 span.emphasise
{
	font-weight:bold;
	font-size:1.1em;
}

#ems .bloc3 .col1 span.emphasise + font
{
	font-weight:bold;
}

#ems .bloc3 .col2 h5
{
	margin-top:20px;
}

#ems .bloc2 .col2 > div:not(.divwrapper)
{
	margin-top:15px;
	padding-top:23px;
	text-align:center;
	background:white;
	border:1px solid #f2f2f2;
	--height:462px;
	box-sizing:border-box;
}
#ems .bloc2 .col2 > div:nth-child(3)
{
	margin-right:0;
}
#ems .bloc2 .col2 > div h5
{
	margin:0;
	padding:0;
	font-family:rubikregular;
	color:#029eaf;
	font-weight:normal;
	font-size:18px;
	background:url(/plugin/ems/template/images/souligne.png) no-repeat bottom center;
	padding-bottom:14px;
	padding-top:95px;
	
}

#ems .bloc2 .col2 > div .icone
{
	margin-bottom:19px;
	height:132px;
}
#ems .bloc2 .col2 > div .txt
{
	color:#848484;
	font-size:13px;
	padding:15px 40px 20px 40px;
}
#ems .bloc2 .col2 > div .prix
{
	font-size:26px;
	color:#494958;
	font-family:rubikregular;
}
#ems .bloc2 .col2 > div .prix span
{
	font-size:15px;
	padding-right:5px;
}
#ems .bloc2 .col2 > div:nth-child(1) .icone
{
	background:url(/plugin/ems/template/images/icone1Lit.png) no-repeat top center;
}
#ems .bloc2 .col2 > div:nth-child(2) .icone
{
	background:url(/plugin/ems/template/images/icone2Lits.png) no-repeat top center;
}
#ems .bloc2 .col2 > div:nth-child(3) .icone
{
	background:url(/plugin/ems/template/images/iconeAutre.png) no-repeat top center;
}
#ems .bloc3 .col2 li:empty
{
	display:none;
}

#ems .dateUAT
{
	font-size:18px;
	color:#848484;
}

#ems .nbreLitsUAT
{
	padding-top:15px;
	font-family:rubikmedium;
}

#showDisponibility div:not(.divwrapper)
{
	float:left;
	font-weight:bold;
	padding:10px 0 10px 0;
	width:100%;
}

/*Admin*/
.infosEms
{
	margin:5px;
	font-size:14px;
	max-width:600px;
}
#emsEdit input, #emsEdit textarea, #emsEdit select
{
	font-size:14px!important;
}
.infosEms .tabLight
{
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:auto;
}
.infosEms .tdAdmin
{
	width:100px!important;
}
.infosEms .tabLight .tdAdmin
{
	width:auto!important;
}
.infosEms .tdAdmin.check input[type=checkbox]
{
	margin-left:0;
}

.infosEms > .entete
{
	padding:5px;
	margin-bottom:10px;
	font-weight:bold;
	cursor:pointer;
}
.infosEms > .entete:before
{
	content:"+";
	padding-right:3px;
	display:inline-block;
}

.infosEms > div:nth-child(2)
{
	padding:0 0 10px 20px;
}
.infosEms > .move
{
	padding:0 0 10px 10px;
}

.infosEms > .move .entete
{
	padding-bottom:5px;
	cursor:pointer;
}
.infosEms > .move .entete:before
{
	content:">";
	padding-right:3px;
	display:inline-block;
}
.infosEms > .move .entete img
{
	display:none;
}
.infosEms > .move .move
{
	margin:10px 0 10px 0;
}

#ems div.img img
{
	max-width:200px;
}
#ems .bloc4 table
{
	width:100%;
}
#ems .bloc4 table th,#ems .bloc4 table td
{
	padding:5px 0 5px 0;
}
#ems .bloc4 th
{
	max-width:220px;
	width:auto;
	background:none;
	font-family:rubikregular;
	color:#525252;
	font-size:17px;
	font-weight:normal;
	padding:0 10px 0 0;
}
#ems .bloc4 th.checkbox
{
	width:auto;
}

#ems .bloc4 th span
{
	font-family:rubiklight;
	padding-left:5px;
	color:#029eaf;
}

/* Manage List */
.emsDIV
{
	margin:15px 5px 5px 5px;
}
.emsTable
{
	width:100%;
	border-collapse: separate;
    border-spacing: 10px 5px ;
	border:solid 1px #EEEEEE;
}

.emsTD
{
	--border-top:solid 1px #EEEEEE;	
	border-bottom:solid 2px #EEEEEE;
	padding:3px;
}

.emsTD:hover
{
	background:#eeeeee;
}


@media only screen and (min-width:641px)
{
	.searchEms .col1
	{
		background:url(/plugin/ems/template/images/region.jpg) no-repeat 0 0;
	}
	.searchEms .col2
	{
		background:url(/plugin/ems/template/images/prestations.jpg) no-repeat 0 0;
	}
	.divCBX
	{
		margin-left:153px;
	}
	/*View*/
	#ems .bloc1 .col1
	{
		float:left;
		width:49%;
		padding-right:6%;
	}
	#ems .bloc1 .col2
	{
		float:left;
		width:45%;
		margin-top:0;
	}
	
	#ems .bloc2 .col1
	{
		float:left;
		width:32%;
		padding-right:2%;
	}
	#ems .bloc3 .col1
	{
		float:left;
		width:48%;
		padding-right:2%;
	}
	
	#ems .bloc3 .col2 h5
	{
		margin-top:0;		
	}
	#ems .bloc2 .col2
	{
		float:left;
		width:66%;
	}
	#ems .bloc3 .col2
	{
		float:left;
		width:50%;
	}
	#ems .bloc2 .col2 > div:not(.divwrapper)
	{
		margin-top:0;
		float:Left;
		width:32%;
		margin-right:2%;
		padding-top:23px;
		text-align:center;
		background:white;
		border:1px solid #f2f2f2;
		--height:462px;
		box-sizing:border-box;
	}
	
	#ems .bloc2 .col2 > div.large
	{
		width:48%;
	}
	#ems .bloc2 .col2 > div:nth-child(3), #ems .bloc2 .col2 > div.large:nth-child(2)
	{
		margin-right:0;
	}
	

}

@media only screen and (min-width:850px)
{
	/*Search*/
	.searchEms .col1
	{
		background:url(/plugin/ems/template/images/region.jpg) no-repeat 0 0;
		float:left;
		width:49%;
		margin-right:2%;
		height:102px;
		padding-top:0;
	}
	.searchEms .col2
	{
		background:url(/plugin/ems/template/images/prestations.jpg) no-repeat 0 0;
		float:left;
		width:49%;
		height:102px;
		padding-top:0;
	}

	.divCBX
	{	
		margin-top:35px;
	}
	

}

@media only screen and (min-width:1100px)
{
	#showDisponibility div:not(.divwrapper)
	{
		width:35%;
	}
	#showDisponibility div:nth-child(4)
	{
		width:20%!important;
	}
	#showDisponibility div:nth-child(5)
	{
		width:10%!important;
	}
	
	.divCBX
	{	
		margin-left:55.5%;
	}
}/*
Style pour le calendrier
*/
/*                                */
/* Calendar style sheet           */
/* Feuille de style du calendrier */
/*                                */


#zoneCalendrierEMS .fondCalendrier
{

	background:url('/plugin/emscalendrier/template/image/topCalendrier.jpg') no-repeat top left;
	width:218px;
	margin-bottom:10px;
}

#zoneCalendrierEMS table
{
	
	line-height:normal!important;
	background:none!important;
	font-family: rubiklight!important;
    font-size: 12px;
	
}

#zoneCalendrierEMS table th, #zoneCalendrierEMS table td
{
	padding:0!important;
}

/* Style de la table principale contenant le calendrier */
/* Style de la table principale contenant le calendrier */
#zoneCalendrierEMS table.calendar_main {
	font-family: rubiklight!important;
    font-size: 12px;
	width:218px;

}

/* Style for the calendar header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
#zoneCalendrierEMS .calendar_title {
	color: #131121;
	text-align: center;
	
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
#zoneCalendrierEMS .calendar_title_month {

	text-align:center;
	width:172px;
	padding-top:4px;
	padding-bottom:4px;	
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
#zoneCalendrierEMS .calendar_title_month_clickable {
	color: #525d66;
		font-family: rubiklight!important;
    font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8) ; 

}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
#zoneCalendrierEMS .calendar_title_left_arrow {
	padding-left:8px;
	width:15px;
	padding-top:4px;
	cursor:pointer;
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
#zoneCalendrierEMS .calendar_title_right_arrow {
	padding-right:8px;
	width:15px;
	padding-top:4px;
	cursor:pointer;
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
#zoneCalendrierEMS .calendar_title_left_arrow_clickable {
	color: #131121;
	text-decoration: none;
}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
#zoneCalendrierEMS .calendar_title_right_arrow_clickable {
	color: #131121;
	text-decoration: none;
}

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
#zoneCalendrierEMS .calendar_table {
	border: none;
	border-collapse: collapse;
	color:#4b5459;
	
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
#zoneCalendrierEMS .calendar_table td  {
	text-align: center;
	font-size:12px;
	font-weight:bold;
	height:31px;
	width:31px;
	background:url('/plugin/emscalendrier/template/image/fondCalendrier.jpg') repeat;
	margin:0px;
	padding:0px;
}

/* Style of the table header cells that contains the days                   */
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
#zoneCalendrierEMS .calendar_table th {

	color:#9da7af;
	text-align: center;
	font-weight:normal;
	height:29px;
	border:0px;
	margin:0px;
	padding:0px;
	background:none;
	font-family: rubiklight!important;
    font-size: 13px;
}

#zoneCalendrierEMS .calendar_table span
{
	width:31px;
	height:23px;
	display:block;
	padding-top:8px;
	cursor:pointer;
}

/* Style of the calendar cells the contains the week-end days (saturday and */
/* sunday)                                                                  */
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
#zoneCalendrierEMS .calendar_weekend {
	
}

/* Style of the table cells that contains the days that are not part of the */
/* monthly currently displayed                                              */
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
#zoneCalendrierEMS .calendar_other_month {
	color: #9da7af;
}

/* Style for the links of days not part of the month currently displayed */
/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
#zoneCalendrierEMS .calendar_other_month_clickable {
	color: #9da7af;
}

/* Style for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
#zoneCalendrierEMS .calendar_today {
	color: #fdfdfc;
	font-weight:bold;
	text-decoration: none;
	background-color:#67b3d4;
}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
#zoneCalendrierEMS .calendar_today_clickable {
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.26) !important;
	font-weight:bold;
	text-decoration: none;
	background:url(/plugin/emscalendrier/template/image/fondToday.jpg) no-repeat!important;
}

#zoneCalendrierEMS .calendar_today_fullReserved
{
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.26) !important;
	font-weight:bold;
	background:url(/plugin/emscalendrier/template/image/fondToday.jpg) no-repeat!important;
} 

#zoneCalendrierEMS .calendar_today_clickable a
{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.26) !important;
}


/* Style for the links of days part of the month currently displayed     */
/* Style des liens des jours faisant partie du mois en cours d'affichage */
#zoneCalendrierEMS .calendar_day_clickable  {
	
	text-decoration:none;
	font-weight:bold;
	color:#525d66;
	cursor:pointer;
	
}

#zoneCalendrierEMS .calendar_day_fullReserved  {
	
	text-decoration:none;
	font-weight:bold;
	color:#525d66;
	cursor:pointer;
	
}

#zoneCalendrierEMS .calendar_day_clickable span
{
	color:#4b5459;
	text-decoration:none;
	
	
}

#zoneCalendrierEMS .calendar_day {
	/*color: #357555;*/
	color:#4b5459;
	text-decoration:none;
	font-weight:bold;
	
}@media only screen and (min-width:641px)
{
	#faqList
	{
		padding-right:20.8%;
	}
}
#faqListCtn .listElement
{
	width:auto;
	float:none;
	border:0px;
	margin:0px 0px 10px 0px;
}

#faqListCtn .listElement .question
{
	position:relative;
	display:block;
	width:auto;
	text-decoration:none;
	padding:18px 18px 13px 23px;
	background:url(/plugin/faq/template/image/faqclose.png) no-repeat 98% center #029eaf;
}
#faqListCtn .listElement .question h5
{
	color:#ffffff;
	margin:0px;
	font-family:rubikregular;
	fond-size:21px;
	background:none;
	text-align:left;
	padding:0;
}

#faqListCtn .listElement .question.open, #bodyprint #faqListCtn .listElement .question
{
	background:url(/plugin/faq/template/image/faqopen.png) no-repeat 98% center #029eaf;
}

#bodyprint #faqListCtn .listElement .question h5
{
	color:#000000;
}

#faqListCtn .listElement .answer
{
	display:none;
	padding:30px 20px 35px 20px;
	overflow:hidden; /*pour pas que le html déborde*/
}

#bodyprint #faqListCtn .listElement .answer
{
	display:block;
}#galleryimageList .listElement .styleMenuAdmin
{
	position:absolute;
	top:5px;
	left:20px;
}

#galleryimageList
{
	padding:0;
}
#galleryimageListCtn
{
	width:100%;
	overflow:hidden;
	padding:0;
}

.animated #galleryimageListCtn:before
{
	content:"";
	display:block;
	padding-top:78.58%;
}

#galleryimageListCtn .listElement:before
{
	content:"";
	display:block;
	padding-top:86%;
}

.animated  #galleryimageListCtn .listElement:before
{
	display:none;
}

.animated #galleryimageListCtn .listElement
{
	position:absolute;
	left:102%;
	padding:0;
	margin:0;
	border:0;
	visibility:hidden;
	width:100%;
	height:100%;
	top:0;
	transition:all 0.5s;
	z-index:1;
}

.animated #galleryimageListCtn .listElement[rel="1"]
{
	left:-102%;
	z-index:0;
}
.animated #galleryimageListCtn .listElement[rel="0"]
{
	
	left:0;
	top:0;
	width:100%;
	height:100%; 
	visibility:visible;
}

#galleryimageListCtn .listElement .img
{
	position:absolute;
	display:block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:0;
	margin:0;
	width:auto;
	background-size:cover;
	background-position:center center;
}
#galleryimageListCtn .listElement .img:after, #galleryimageListCtn .listElement .img:before
{
	content:"";
	display:none;
}
#galleryNext, #galleryPrev
{
	display:none;
}

.animated #galleryNext, .animated #galleryPrev
{
	position:absolute;
	display:block;
	width:25px;
	height:25px;
	left:100%;
	top:80%;
	margin-left:-60px;
	background:url(/template/image/arrows.png) no-repeat left 5px top;
	background-size:auto 100%;
	z-index:2;
}
.animated #galleryNext
{
	margin-left:-30px;
	background-position:right 5px top;
}

#gallerywithfancybox
{
	display:none; /*use photoswipe if element not visible*/ 
}


#galleryimageListCtn .listElement .admin
{
	position:absolute;
	display:block;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	bottom:0;
	background:#ffffff;
}

#galleryimageListCtn .listElement .admin > a
{
	color:#000000;
	text-decoration:none;	
}

.galleryimageInner
{
	position:relative;
	display:block;
	max-width:100%;
	margin-bottom:20px;
}

/* MEDIA QUERIES*/ 
@media only screen and (min-width:641px)
{
	#gallerywithfancybox
	{
		display:block; /*use fancybox if element is visible*/ 
	}	
	
	#galleryimageList
	{
		padding:0;
	}
	
	.animated #galleryimageListCtn .listElement
	{
		width:31%;
		height:25%;
		top:74.8%;
	}
	/*La grande*/
	.animated #galleryimageListCtn .listElement[rel="0"]
	{
		width:100%;
		height:70.7%;
		top:0;
		left:0;
		visibility:visible;	
	}
	.animated #galleryimageListCtn .listElement[rel="1"]
	{
		left:0;
		top:74.8%;
		width:31%;
		visibility:visible;	
		height:25%;
	}
	.animated #galleryimageListCtn .listElement[rel="2"]
	{
		left:34.5%;
		top:74.8%;
		width:31%;
		visibility:visible;	
		top:74.8%;
		height:25%;
	}
	.animated #galleryimageListCtn .listElement[rel="3"]
	{
		left:69.2%;
		width:31%;
		visibility:visible;
		top:74.8%;	
		height:25%;
	}
	
	.animated #galleryNext, .animated #galleryPrev
	{
		width:30px;
		height:30px;
		left:90%;
		margin:0;
		top:60%;
	}
	.animated #galleryNext
	{
		left:93%;
		margin:0;
	}
}
#googlemapListCtn .listElement
{
	width:340px;
	border:0px;
}

#googlemapListCtn .listElement > a
{
	position:relative;
	display:block;
	min-height:25px;
	text-decoration:none;
}

#googlemapListCtn .listElement .txt
{
	padding:0px 0px 0px 30px;
}

#googlemapListCtn .listElement .icone
{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:22px;
	height:20px;
}


.piCategory
{
	padding-top:20px;
	font-style:italic;	
}

div#infoWindowPI
{
	width:278px;
	height:312px;
	padding-top:3px;
	background:url('/plugin/googlemap/template/images/overlay2.png') no-repeat;
	behavior: url('/template/image/iepngfix.htc');
	text-align:left;
}

div#infoWindowPI div#closePI
{
	float:left;
	margin-top:5px;
	height:50px;
	width:23px;
	margin-left:5px;
	background:url('/plugin/googlemap/template/images/close.png') top center no-repeat;
	behavior: url('/template/image/iepngfix.htc');
	cursor:pointer;
}

div#infoWindowPI div#titlePI
{
	float:left;
	font-family:Arial;
	font-weight:Bold;
	font-size:13px;
	color:#52ABE0;
	text-transform:uppercase;
	padding:5px 15px 0px 25px;
	height:50px;
	width:190px;
}

div#infoWindowPI .divTitreAdresse,
div#infoWindowPI .divTitre,
div#infoWindowPI .divText
{
	float:left;
	font-family:Arial;
	font-size:13px;
	color:#8C8C8C;
	width:120px;
}

div#infoWindowPI .divTitre,
div#infoWindowPI .divTitreAdresse
{
	font-weight:bold;
	width:80px;
}

div#infoWindowPI .divText
{
	width:120px;
}

div#infoWindowPI #divPapillon
{
	position:absolute;
	background:url('/template/image/petitPapillon.png') no-repeat;
	behavior: url('/template/image/iepngfix.htc');
	width:55px;
	height:54px;
	bottom:175px;
	right:20px;
}

div#maplegendpng, div#maplegendtxt,
div#maplegendpng2, div#maplegendtxt2
{
	float:left;
	padding-top:15px;
}

div#maplegendpng, div#maplegendpng2
{
	float:left;
	padding-left:20px;
}
div#maplegendtxt, div#maplegendtxt2
{
	padding-left:40px;
}

/* Style pour plugin langsite */
.langsite
{
   color: #FFFFFF;
   text-decoration: none;
	font-family:rubikregular;
	font-size:16px;
}

.langsiteActiv, .separator
{
   color: #c1c1c1;
   text-decoration: none;
	font-family:rubikregular;
	font-size:16px;
}

#linksCtn
{
	position:relative;	
}

#linksCtn h5
{
	margin:40px 0px 45px 0px;
	font-weight:normal;
	font-family:rubikregular;
	font-size:27px;
	color:#494958;
}

.linksElementCtn
{
	position:relative;
}

.linksElement
{
	position:relative;
	display:block;
	margin:0 0 20px 0;
	text-decoration:none;
	overflow:hidden;
	font-size:0px;
}

.linksElement .img
{
	position:relative;
	display:inline-block;
	width:32.7%;
	background:url(/template/image/defaultList.jpg) no-repeat center center;
	background-size:cover;
	vertical-align:middle;
}
.linksElement .img:before
{
	content:"";
	display:block;
	padding-top:84.6%;
}
.linksElement:hover .img
{
	opacity:0.75;
}

.linksElement .txt
{
	display:inline-block;
	position:relative;
	padding:0 0 15px 20px;
	overflow:hidden;
	box-sizing:border-box;
	width:65%;
	vertical-align:middle;
}

.linksElement h6
{
	margin:0px 0px 10px 0px;
	padding:20px 0 16px 0;
	font-weight:normal;
	color:#4a494d;
	font-family:rubiklight;
	font-size:22px;
	background:url(/template/image/souligneVert.gif) no-repeat left bottom;
	background-size:44px 2px;
	
}
.linksElement .resume
{
	display:none;
}

/* MEDIA QUERIES */
@media only screen and (min-width:800px)
{
	.linksElement
	{
		float:left;
		width:48.4%;
		margin-right:3.2%;
		border:1px solid #dfdfdf;
		box-sizing:border-box;
		margin-bottom:20px;
		background:url(/template/image/flecheNews.png) no-repeat 98% center #FFFFFF;
		overflow:hidden;
	}
	.linksElement:nth-child(2n+0) /*adapter selon nbre de colonne*/
	{
		margin-right:0;
	}
	.linksElement .img
	{
		position:relative;
		display:block;
		float:left;
		width:32.7%;
		background:url(/template/image/defaultList.jpg) no-repeat center center;
		background-size:cover;
	}
	.linksElement .txt
	{
		display:block;
		position:relative;
		padding:0 60px 15px 20px;
		overflow:hidden;
		height:135px;
		box-sizing:border-box;
	}


}/*Style pour les mentions legales */
a.mentionslegales
{
	text-decoration:none;
}
#mentionslegalesContentCtn span, #mentionslegalesContentCtn span a
{
}

#disclaimerCtn
{
	position:fixed;
	display:block;
	left:0;bottom:0;right:0;
	max-height:500px;
	opacity:1;
	background:#656464;
	z-index:1000;
	overflow:hidden;
	transition:max-height .5s;
}
#disclaimerCtn.hide
{
	max-height:0;
}
#disclaimerCtn .disclaimer
{
	position:relative;
	display:block;
	box-sizing:border-box;
	padding:20px 10px 20px 10px;
	margin:0 auto 0 auto;
	color:#ffffff;
	font-size:.9em;
	line-height:1.5em;
}

#disclaimerCtn .disclaimer .txt
{
	margin-bottom:20px;
}
#disclaimerCtn .disclaimer a.read
{
	position:relative;
	display:block;
	color:#ffffff;
	text-decoration:none;
	opacity:.75;
	transition:opacity .5s;
	margin-bottom:20px;
}
#disclaimerCtn .disclaimer a.read:before
{
	content:">";
	margin-right:5px;
}
#disclaimerCtn .disclaimer a.read:hover
{
	opacity:1;
}

#disclaimerCtn .disclaimer .close
{
	position:relative;
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:7px 10px 7px 10px;
	text-align:center;
	background:#a0a0a0;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	transition:background .5s;
	text-transform:uppercase;
}

#disclaimerCtn .disclaimer .close:hover
{
	background:#000000;
}
@media only screen and (min-width:640px)
{

	#disclaimerCtn
	{
		max-height:200px;
	}
	#disclaimerCtn .disclaimer
	{
		max-width:1280px;
		padding:20px 170px 20px 10px;
		font-size:1em;
	}
	
	#disclaimerCtn .disclaimer .txt
	{
		margin-bottom:5px;
	}
	#disclaimerCtn .disclaimer a.read
	{
		display:inline-block;
		margin-bottom:0;
	}
	#disclaimerCtn .disclaimer .close
	{
		position:absolute;
		width:120px;
		top:50%;
		right:10px;
		padding:10px;
		transform:translateY(-50%);
	}
}/* Gestion des panels pour le menu */
#mainPanel
{
	position:relative;
	transition: left 0.2s linear;
}
.menuHolder
{
	padding:0px 10px 20px 20px;
}
#mainPanel.open
{
	width:100%;
	height:100%;
	left:0;
}

#leftPanel
{
	display:block;
	position:absolute;
	box-sizing:border-box;
	top:0px;
	right:100%;
	width:80%;
	min-width:240px;
	height:100%;
	background:url(/img/bg_left.jpg) no-repeat;
	background-size:cover;
	overflow-x:hidden;
	overflow-y:auto;
	
}

#leftPanel.scrolling
{
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.nooverflow
{
	width:100%;
	height:100%;
	overflow:hidden;
}

.neutralizer
{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

#menuIcone
{
	position:absolute;
	top:25px;
	left:10px;
	display:inline-block;
	vertical-align:top;
	width:25px;
	height:17px;
	cursor:pointer;
	background:url(/img/menuIcone.png) center center;
	background-size:cover;
}

#menuIcone.close
{
	background:url(/plugin/menu/template/images/close.png) no-repeat center center;
}

#leftPanel a.copy
{
	display:none;
}

/**************************************************/
/*Style pour le menu */
/**************************************************/
#menuMain ul, #menuextranetMain ul
{
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#ffffff;
	list-style: none;
	
}

#menuMain li, #menuextranetMain li
{
	list-style-type: none;
	padding-bottom:0px; /*compense le li de base*/
}
#menuMain li.menu0 > a, #menuextranetMain li.menu0 > a
{
	border-bottom:1px solid #a29d7f;
}
#menuMain li > a, #menuextranetMain li > a
{
	display:block;
	color:#ffffff;
	font-family:rubikregular;
	text-decoration:none;
	padding:20px 10px 20px 0;
	margin-bottom:2px;
	background:url(/img/flecheOff.png) no-repeat 95% center;
	
}
#menuMain li > a:hover, #menuMain li > a.menuselected:not(.parent), #menuextranetMain li > a:hover, #menuextranetMain li > a.menuselected:not(.parent)
{
	background:url(/img/flecheOn.png) no-repeat 95% center;
}

#menuMain ul.menu0 ul, #menuextranetMain ul.menu0 ul
{
	display:none;	
}

#menuMain a.menu0, #menuextranetMain a.menu0
{
	
}

#menuMain a.menu1, #menuextranetMain a.menu1
{
	text-transform:lowercase;
	padding-left:40px;
	color:#a1a192;
}
#menuMain a.menu2, #menuextranetMain a.menu2
{
	padding-left:60px;
	color:#a1a192;
}
/****************************************************/
	/*Style pour le menu de service*/
	/****************************************************/
	#menuserviceMain ul
	{
		margin:0px;
		padding:0px;
		display:none;
		font-family: rubiklight;
		font-size:15px;
		color:#ffffff;
		z-index:100;/*utilisé pour que le menu passe sur les zones d'admin*/
		position:relative;
	}
	
	#menuserviceMain ul.menu0
	{
		display:block;
		
		/*Pour le centrage du menu*/
		float:none;
		text-align:center;
		width:100%;
			
	}
	
	#menuserviceMain li
	{
		list-style-type: none;
		padding-bottom:0px; /*compense le li de base*/
	}
	
	/*permet de définir tous les a même s'ils ne sont pas mentionnés*/
	#menuserviceMain ul li > a
	{
		color:#ffffff;
		text-decoration:none;
		outline:none;
		padding-bottom:0;
		letter-spacing:normal;
		text-align:left;
	}
	
	#menuserviceMain li.menu0
	{
		display:block;
		padding-left:13px;
		padding-right:20px;
		
		display:inline-block;
		text-align:center;
		float:none;
		background:url(/img/separator.gif) no-repeat top right;
		
		
	}
	#menuserviceMain li.menu0:last-child
	{
		background:none;
	}
	#menuserviceMain a.menu0
	{
		
		padding: 0px;
		
	}
	
	#menuserviceMain li:first-child a.menu0 {
		padding: 0px 0px 0px 0px;
		border-left:none;
	}
	
	/*1er niveau: Effet rollover et actif des liens*/
	#menuserviceMain a.menu0.menuHover, #menuserviceMain a.menu0.menuselected
	{
		 color: #029eaf;
	}
	
	/*2ème niveau: Couleur des ul*/
	#menuserviceMain li.menu0 ul
	{
		position:absolute;
		margin:10px 0px 0px 10px;
		background:#f3f4f5;

	}
	
	/*2ème niveau: style des li*/
	#menuserviceMain li.menu0 ul li
	{
		display:block;
		float:left;
		min-width:140px;/*obligatoire si on veut que tout le li soit cliquable*/
		margin:4px 7px 7px 7px;
		padding-bottom:3px;
		border-bottom:1px solid #dbdcdc;
	}
	#menuserviceMain li.menu0 ul li:last-child
	{
		border-bottom:0;
	}
	/*2ème niveau : Style des liens "off" */
	#menuserviceMain li.menu0 ul li > a
	{
		color:#797979;
		display:block;/*Permet que le lien fasse toute la largeur du li*/
	}
	
	/*2ème niveau: Style des liens "on" */
	#menuserviceMain ul.menu1 li > a.menuHover, #menuserviceMain ul.menu1 li > a.menuselected
	{
		color: #029eaf;
		display:block;/*Permet que le lien fasse toute la largeur du li*/
	}
/**************************************************/
/*Style pour le menu d'admin*/
/**************************************************/
div.styleMenuAdmin 
{
	display:none; 
	position:absolute;
	padding: 0px;
	background-color:#f5f5f5;
	border:1px solid #999999;
	z-index:200;
	font-size:11px;
	text-align:left;
}

div.styleMenuAdmin div
{
	padding:2px 5px 2px 5px;
}

div.styleMenuAdmin div:hover
{
	background-color:#dddddd;
}

div.styleMenuAdmin a
{
	font-family:Arial;
	font-size:11px;
	line-height:0px;
	color:black;
	text-decoration:none;
	text-transform:none;
	white-space:nowrap;
	
}

.myArrowAdmin
{
	cursor:pointer;

}

.styleDivArrowAdmin
{
	float:left;
	padding-right:5px;
	padding-top:0px;
}

.styleDivArrowAdmin.first
{
	float:none!important;
}

/*Classe pour cacher un niveau de menu, Ex. pour menu 2 niveaux déroulant on cache les ul.menu0*/
.hideLevel
{
	padding:0px;
	margin:0px;
	width:0px;
	height:0px;
}

@media only screen and (min-width:641px)
{
	
}

/* MEDIA QUERIES */
@media only screen and (min-width:1200px)
{
	#leftPanel, #menuIcone
	{
		display:none;
	}

	/**************************************************/
	/*Style pour le menu simple horizontal et vertical*/
	/**************************************************/
	/*REMARQUE: la notion ">" est indiquée dans les styles pour que les menu d'admin ne prenne pas le style des ul/li qui les contiennent */
	
	#menuMain ul, #menuextranetMain ul
	{
		margin:0px;
		padding:0px;
		display:none;
		font-family:rubikregular;
		font-size:16px;
		color:#ffffff;
		z-index:100;/*utilisé pour que le menu passe sur les zones d'admin*/
		position:relative;
	}
	#menuMain li > a, #menuextranetMain li > a
	{
		padding:0;
		margin-bottom:0;
		background:none;
		
	}
	#menuMain li.menu0 > a, #menuextranetMain li.menu0 > a
	{
		border-bottom:0;
	}
	#menuMain li > a:hover, #menuMain li > a.menuselected:not(.parent), #menuextranetMain li > a:hover, #menuextranetMain li > a.menuselected:not(.parent)
	{
		background:none;
	}
	#menuMain ul.menu0, #menuextranetMain ul.menu0
	{
		background:none; 
		display:block;
		min-height:50px;
	}
	#menuMain ul.menu0:after, #menuextranetMain ul.menu0:after
	{
		content:"";
		display:block;
		clear:both;
	}
	
	#menuMain li, #menuextranetMain li
	{
		list-style-type: none;
		padding-bottom:0px; /*compense le li de base*/
	}
	
	/*permet de définir tous les a même s'ils ne sont pas mentionnés*/
	#menuMain ul li > a, #menuextranetMain ul li > a
	{
		color:#ffffff;
		text-decoration:none;
		text-transform:none;
		outline:none;
		background:none;
	}
	
	#menuMain li.menu0, #menuextranetMain li.menu0
	{
		display:block;
		float:left;
		margin-right:20px;
		height:56px;
		max-width: 175px;
	}
	#menuMain li.menu0:last-child, #menuextranetMain li.menu0:last-child
	{
		margin-right:0;
	}
	#menuMain a.menu0, #menuextranetMain a.menu0
	{
		padding:0 0 14px 0;
	}
	
	/*1er niveau: Effet rollover et actif des liens*/
	#menuMain a.menu0.menuHover, #menuMain a.menu0.menuselected, #menuextranetMain a.menu0.menuHover, #menuextranetMain a.menu0.menuselected
	{
		background:url(/plugin/menu/template/images/overmenuMain.png) no-repeat left bottom;
	}
	
	
	/*2ème niveau: Couleur des ul*/
	#menuMain li.menu0 ul, #menuextranetMain li.menu0 ul
	{
		padding:30px 0px 22px 11px; 
		background:rgba(255,255,255,0.8);
		position:absolute;
		font-family:rubikregular;
		font-size:12.5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	/*2ème niveau: style des li*/
	#menuMain li.menu0 ul li, #menuextranetMain li.menu0 ul li
	{
		display:block;
		float:left;
		width:208px;/*obligatoire si on veut que tout le li soit cliquable*/
		margin-bottom:7px;
		background:url(/img/ligne.gif) no-repeat 18px bottom;
	}
	
	/*2ème niveau : Style des liens "off" */
	#menuMain li.menu0 ul li > a, #menuextranetMain li.menu0 ul li > a
	{
		color:#010202;
		display:block;/*Permet que le lien fasse toute la largeur du li*/
		text-transform:uppercase;
		font-family:rubikregular;
		font-size:12.5px;
		padding:0 0 8px 18px;
		
		
	}
	
	/*2ème niveau: Style des liens "on" */
	#menuMain ul.menu1 li > a.menuHover, #menuMain ul.menu1 li > a.menuselected, #menuextranetMain ul.menu1 li > a.menuHover, #menuextranetMain ul.menu1 li > a.menuselected
	{
		color:#010202;
		text-decoration:none;
		display:block;/*Permet que le lien fasse toute la largeur du li*/
		background:url(/plugin/menu/template/images/fleche.png) no-repeat 0px 1px;
		
	}
	
	
	/*3ème niveau: style de sous-menu*/
	#menuMain li.menu1 ul, #menuextranetMain li.menu1 ul
	{
		margin:-15px 0px 0px 0;
		padding:30px 0px 22px 11px; 
	}
	
	#menuserviceMain ul.menu0
	{
		text-align:right;
	}

	/*********************************************************************************************************************/
	
	
}#myaccountCtn
{
	display:none;
}
.txtPwd
{
	font-family: rubiklight;
    font-size: 17px;
    color:#525252;
}
/*Login site*/
.inputLogin
{
	height:35px;
	float:left;
}


#zoneLoginInput .txt
{
	font-family:rubikregular;
	font-size:15px;
	color:#FFFFFF;
	padding-top:10px;
	padding-right:10px;
	
}
#zoneLoginInput #login, #zoneLoginInput #password,
.loginForm .login, .loginForm .password
{
	background:transparent;
	/*border-color:#cacbc7;*/
	border-color:#FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	height:35px;
	width:153px;
	float:left;	
	/*color:#d6d6d4;*/
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	padding-top:0px;
	padding-left:12px;
}
#zoneLoginInput #login::placeholder, #zoneLoginInput #password::placeholder,
.loginForm .login::placeholder, .loginForm .password::placeholder{
	color: white;
}
#zoneLoginInput #password
{
	margin-left:9px;
	margin-right:9px;
}
#zoneLoginInput a.pwd
{
	color:#e0e1e0;
	font-size:14px;
	font-family:rubikregular;
	padding:10px 0 0 20px;
	display:block;
}
.btnOkLogin
{
	background:url(/plugin/myaccount/template/image/btnInput.png) no-repeat transparent!important;
	width:35px;
	height:35px;
	border:0px;
	cursor:pointer;
	
}
@media only screen and (min-width:641px)
{
	#zoneLoginInput .floatLeft
	{
		float:none;
	}
}

@media only screen and (min-width:1100px)
{
	#zoneLoginInput .floatLeft
	{
		float:left;
	}
	#myaccountCtn
	{
		display:block;
		position:absolute;
		top:300px;
		right:0;
		z-index:5;
	}
	
	#myaccountCtn a
	{
		font-size:13px;
		display:block;
		padding:3px;
	}
	
	#myaccountCtn h5
	{
		margin:0px;
		padding:3px;
		text-align:center;
		font-size:20px;
		font-weight:normal;
		text-transform:uppercase;
		letter-spacing:1px;
		color:#ffffff;
		background:#029eaf;
		float:left;
		--word-break:break-all;
		width:24px;
	}
	
	#myaccountCtn .infos
	{
		background:#f7f7f7;
		float:left;
		min-height:250px;
		max-width:0;
		max-height:160px;
		overflow:hidden;
		transition:max-width 0.3s, max-height 0.5s;
	}
	
	#myaccountCtn:hover .infos
	{
		max-width:300px;
		max-height:800px;
		padding:10px;
		border:1px solid #542b80;
	}
	
	#myaccountCtn .infos .myAccountPart
	{
		margin-bottom:7px;
	}
	
	#myaccountCtn .infos .myAccountPart.first .title
	{
		font-weight:normal;
	}
	
	#myaccountCtn .infos .title
	{
		font-size:15px;
		font-weight:bold;
		padding:3px;
	}
	
	#myaccountCtn .infos a
	{
		text-decoration:none;	
	}
	
	
}

/*style pour la fenêtre de login aux couleur de Conchita Plus*/
.btnConchita
{
	
	font-family: rubiklight;
    font-size: 17px;
    color:#525252;
}

.tdLogin
{
	padding:5px 10px 5px 10px;
	vertical-align:top;
	padding-left:18px;
}

.txtPopupLoginConchita
{
	font-family: rubiklight;
    font-size: 17px;
    color:#525252;
}#newsListCtn .listElement
{
	padding-bottom:18px;
}

#newsListCtn .listElement.myActus
{
	border:2px solid #029eaf;
	box-shadow:0px 0px 10px #333333;
}

#newsListCtn .listElement .date
{
	position:absolute;
	bottom:5px;
	right:14px;
	color:grey;
	font-size:11px;
}#offreemploiList .listElement .lieu:before
{
	content:"";
	margin-left:0!important;
	width:15px;
	height:18px;
	background:url(/plugin/ems/template/images/icones.png) no-repeat;
	display:inline-block;
	padding-right:12px;
}
/*Recherche des offres*/
#offreemploiList.masonery .listCtn
{
	margin-top:25px;
}
.searchOffreEmploi
{
	background: url(/template/image/souligneBottom.png) repeat-x bottom left;
	margin: 0;
	padding-bottom:42px;
}
.searchOffreEmploi.noBG
 {
	background:none!important;
 }
.searchOffreEmploi .col1
{
	height:auto;
	background:#019eaf;
	width:100%;
	margin-right:2%;
	padding-right:5%;
	box-sizing:border-box;
	margin-bottom:20px;
	padding-bottom:3%;
}

.searchOffreEmploi .col2
{
	height:150px;
	background:#4a4959;
	width:100%;
	padding-right:5%;
	box-sizing:border-box;
}

.searchOffreEmploi .entete
{
	color:white;
	font-weight:bold;
	padding:15px 0 0 20px;
}

.searchOffreEmploi .input
{
	padding:0 0 0 20px;
}

.searchOffreEmploi input[type=texte]
{
	width:100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #FFFFFF;
	margin:10px auto 21px auto;
	height:34px;
	font-size:15.4px;
	color:#4a494d;
	font-family:rubiklight;
	font-style:italic;
	padding-left:14px;
}

.searchOffreEmploi input[type=submit]
{
	border: 0;
	box-sizing:border-box;
    width:100%;
	font-family: rubiklight;
    font-size: 17px;
    float:left;
	cursor:pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:8px 10px 8px 10px;
	margin-top:-10px;
	
	background-color:#029eaf;
	color:#FFFFFF;
}

.searchOffreEmploi .divCBX
{
	margin-top:10px!important;
	margin-left:0!important;
}

/*Affichages des offres*/
#offreemploi .infos .col1, #offreemploi .col2, #offreemploitemplate .infos .col1, #offreemploitemplate .col2
{
	padding-bottom:20px;	
}

#offreemploi .infos .description, #offreemploitemplate .infos .description
{
	padding:10px 0 10px 0;
}

#offreemploi .infos .remarque, #offreemploitemplate .infos .remarque
{
	padding:30px 0 30px 0;
}

#offreemploi h1, #offreemploitemplate h1
{
	background:none;
	margin-bottom:0;
	padding-bottom:0;
}

#offreemploi .infos table, #offreemploitemplate .infos table, #offreemploiEdit table.noBG
{
	background:transparent;
}

#offreemploi .infos th, #offreemploitemplate .infos th
{
	color:#525252;
	background:transparent;
	padding-right:10px;
	font-size:17px;
}

#offreemploi .infos img, #offreemploitemplate .infos img
{
	width:100%;
}

@media only screen and (min-width:641px)
{
	.searchOffreEmploi .entete
	{
		float:left;
		width:130px;
		color:white;
		font-weight:bold;
		padding:15px 0 0 20px;
	}
	
	.searchOffreEmploi .input
	{
		float:right;
		width:calc(100% - 150px);
		padding:0;
	}
	
	#offreemploi .infos img, #offreemploitemplate .infos img
	{
		max-width:284px;
		width:auto;
	}	
	
	#offreemploi .infos .col1, #offreemploitemplate .infos .col1
	{
		float:left;
	}
	
	#offreemploi .infos .col2, #offreemploitemplate .infos .col2
	{
		float:right;
	}
}

@media only screen and (min-width:950px)
{
	.searchOffreEmploi .col1
	{
		height:102px;
		background:#019eaf;
		float:left;
		width:49%;
		margin-right:2%;
		padding-right:5%;
		box-sizing:border-box;
		margin-bottom:0;
		padding-bottom:0;
	}
	
	.searchOffreEmploi .col2
	{
		height:102px;
		background:#4a4959;
		float:left;
		width:49%;
		padding-right:5%;
		box-sizing:border-box;
	}
	
	.searchOffreEmploi .entete
	{
		float:left;
		width:160px;
		color:white;
		font-weight:bold;
		padding:15px 0 0 20px;
	}
	
	.searchOffreEmploi .input
	{
		width:calc(100% - 180px);
	}
					
}#divOrganigramme
{
	display:none;
}

#ImgorganigrammeMobile
{
	max-width:100%;
}	
@media only screen and (min-width:800px)
{
	#Imgorganigramme
	{
		max-width:100%;
	}	
	
	#divOrganigramme
	{
		display:block;
	}
	
	#divOrganigrammeMobile
	{
		display:none;
	}
}/*Styles spécifiques du plugin page en T1 */
.masonery .listCtn
{
	position:relative;
	margin:0px 0 -20px 0; /*-20 pour neutraliser le padding de la derniere ligne de .element*/	
}

#listeLooper /*sert à identifier le nbre de colonne en JS à partir du z-index*/
{
	display:none;
	position:relative;
	z-index:1;
}

/* Styles pour la liste spéciale */
#listeSpeciale, #listePlate
{
	position:relative;
	margin-bottom:100px;
}

#listeSpeciale .listeSpecialeElement, #listePlate .listePlateElement
{
	position:relative;
	display:block;
	margin:0 0 10px 0;
	text-decoration:none;
	overflow:hidden;
	background:#ffffff;
	border:1px solid #f2f2f2;
	box-sizing:border-box;
	
}

#listeSpeciale .listeSpecialeElement .img, #listePlate .listePlateElement .img
{
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	width:25%;
	background-position:center left;
	background-size:contain;
	background-repeat:no-repeat;
}

#listePlate .listePlateElement .img:before
{
	content:"";
	position:absolute;
	width:50px;
	height:48px;
	top:5px;
	left:50%;
	margin-left:-25px;
	background:url('/template/image/accesdirect-extranet.png') no-repeat;
	background-size:100% auto;
}

#listePlate .listePlateElement .img.Informatique:before
{
	background-position:left 0px;
}

#listePlate .listePlateElement:hover .img.Informatique:before
{
	background-position:left -192px;
}

#listePlate .listePlateElement .img.FormationRH:before
{
	background-position:left -48px;
}

#listePlate .listePlateElement:hover .img.FormationRH:before
{
	background-position:left -240px;
}

#listePlate .listePlateElement:hover .img.AdministrationFinances:before
{
	background-position:left -288px;
}

#listePlate .listePlateElement .img.AdministrationFinances:before
{
	background-position:left -96px;
}

#listePlate .listePlateElement .img.SoinsQualite:before
{
	background-position:left -144px;
}

#listePlate .listePlateElement:hover .img.SoinsQualite:before
{
	background-position:left -336px;
}

#listeSpeciale .listeSpecialeElement .txt, #listePlate .listePlateElement .txt
{
	width:100%;
	padding:10px 0 10px 25%;
	box-sizing:border-box;
	display:block;
}

#listeSpeciale .listeSpecialeElement .txt h5, #listePlate .listePlateElement .txt h5
{
	font-weight:normal;
	color:#4a494d;
	font-family:rubiklight;
	font-size:20px;
	line-height:35px;	
	padding:0;
	margin:0;
}

#listeSpeciale .listeSpecialeElement .txt .categorie, #listeSpeciale .listeSpecialeElement .txt .date
{
	float:left;
	text-transform:uppercase;
	font-size:12px;
}

#listeSpeciale .listeSpecialeElement .txt .categorie:after
{
	content:"-";
	margin-right:5px;
}

#pagesearchFrm
{
	position:relative;
	display:block;
	box-sizing:border-box;
	margin:	20px 0 40px 0;
	padding: 0 40px 0 0;
}
#pagesearchFrm input[type=text]
{
	display:block;
	width:100%;
	box-sizing:border-box;
	height:40px;
	border:1px solid #c3c3c3;
	border-right:0;
	border-radius:5px 0 0 5px;
	background:#ffffff;
}
#pagesearchFrm input[type=submit]
{
	display:block;
	position:absolute;
	top:0;right:0;
	box-sizing:border-box;
	width:40px;
	height:40px;
	border:1px solid #029eaf;
	border-left:0;
	border-radius:0 5px 5px 0;
	background:url(/img/loupe.png) no-repeat center center #029eaf;
}

.pagesearchresult .listElement .resume
{
	text-align:left;
}
.pagesearchresult .listElement .resume span
{
	display:block;
	position:relative;
	margin-bottom:10px;
}
.pagesearchresult .listElement .resume span.asli
{
	margin-left:15px;
	margin-bottom:5px;
}
.pagesearchresult .listElement .resume span.asli:before
{
	content:"-";
	display:inline-block;
	margin-left:-15px;
	width:15px;
}

@media only screen and (min-width:641px)
{
	
	#listeSpeciale .listeSpecialeElement:hover, #listePlate .listePlateElement:hover
	{
		border:1px solid #d2d2d2;
	}

	#listeSpeciale .listeSpecialeElement .img, #listePlate .listePlateElement .img
	{
		width:10%;
	}
	
	#listeSpeciale .listeSpecialeElement .txt, #listePlate .listePlateElement .txt
	{
		padding:10px 0 10px 10%;
	}
	
	.masonery .listCtn
	{
		position:relative;
		margin:0px 0 -20px 0; /*-20 pour neutraliser le padding de la derniere ligne de .element*/	
	}
	
	.masonery .listCtn .listElement
	{
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:49%;
	}
	
	.masonery .listCtn .listElement:nth-child(2n+1)
	{
		left:0;
	}
	
	.masonery .listCtn .listElement:nth-child(2n+0)
	{
		left:55%;
	}
	
	#listeLooper
	{
		z-index:2;
	}
}

@media only screen and (min-width:800px)
{
	#pagesearchFrm
	{
		max-width:40%;
	}
}
@media only screen and (min-width:1000px)
{
	.masonery .listCtn
	{
		margin:0px 0 -20px 0; /*-20 pour neutraliser le padding de la derniere ligne de .element*/	
	}
	.masonery .listCtn .listElement
	{
		width:32%;
	}
	.masonery .listCtn .listElement, .masonery .listCtn .listElement:nth-child(3n+1), .masonery .listCtn .listElement:nth-child(3n+0)
	{
		left:0;
	}
	
	.masonery .listCtn .listElement:nth-child(3n+1)
	{
		left:0;
	}
	
	.masonery .listCtn .listElement:nth-child(3n+2)
	{
		left:34%;
	}
	
	.masonery .listCtn .listElement:nth-child(3n+0)
	{
		left:68%;
	}
	
	#listeLooper
	{
		z-index:3;
	}
}#formAnnoncePoolEthique textarea
{
	width:100%;
}.printsend
{
	display:none;
}

@media only screen and (min-width:1200px)
{
	.zoneEntetePrintSend > div:nth-child(1)
	{
		float:left;
		width:80%;		
	}
	.zoneEntetePrintSend > div:nth-child(2)
	{
		float:left;
		width:20%;
		box-sizing:border-box;
		padding-left:50px;
		padding-top:90px;		
	}
	.printsend
	{
		float:right;
		padding-bottom:20px;
		display:block;
	}
	
	.printsend a
	{
		display:block;
		float:left;
		height:15px;
		margin-right:11px;
	}
	
	.printsend a.impression
	{
		width:14px;
		background:url(/plugin/printsend/template/image/pictos.png) no-repeat 0px 0px;
	}
	
	.printsend a.impression:hover
	{
		background:url(/plugin/printsend/template/image/pictos.png) no-repeat 0px -20px;
	}
	
	.printsend a.pdf
	{
		width:11px;
		background:url(/plugin/printsend/template/image/pictos.png) no-repeat -24px 0px;
		
	}
	
	.printsend a.pdf:hover
	{
		background:url(/plugin/printsend/template/image/pictos.png) no-repeat -24px -20px;
	}
	
	.printsend a.mail
	{
		width:15px;
		background:url(/plugin/printsend/template/image/pictos.png) no-repeat -45px 0px;
		
	}
	
	.printsend a.mail:hover
	{
		background:url(/plugin/printsend/template/image/pictos.png) no-repeat -45px -20px;
	}
	
	.addthis_button_facebook
	{
		width:7px;
		background:url(/plugin/printsend/template/image/pictos.png) no-repeat -70px 0px;
		margin-right:5px!important;
	}
	
	.addthis_button_facebook:hover
	{
		background:url(/plugin/printsend/template/image/pictos.png) no-repeat -70px -20px;
	}
	
	.addthis_button_facebook img
	{
		width:7px;
	}
	
	.addthis_button_twitter
	{
		width:15px;
		background:url(/plugin/printsend/template/image/pictos.png) no-repeat top right;
		margin-right:0!important;
		
	}
	
	.addthis_button_twitter:hover
	{
		background:url(/plugin/printsend/template/image/pictos.png) no-repeat bottom right;
	}
	
	.addthis_button_twitter img
	{
		width:15px;
	}
}.ressourceDIV
{
	margin:15px 5px 5px 5px;
}
.ressourceTable
{
	width:100%;
	border-collapse:collapse;
	border-right:solid 1px #EEEEEE;	
	border-left:solid 1px #EEEEEE;
}

.ressourceTD
{
	border-top:solid 1px #EEEEEE;	
	border-bottom:solid 1px #EEEEEE;
	padding:3px;
}

.ressourceBtnSearch
{
	height:20px;	
}



#leftPanel #searchfulltext-box
{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.1);
	width:90%;
	margin:16px auto 21px auto;
}

#leftPanel #searchfulltext-box input[type=text]
{
	font-size:15px;
	background:transparent;
	border:0;
	padding:5px 0 0 15px;
	color:#c0c2a6;
}

#searchfulltext-box input[type=submit]
{
	padding:0;
	margin:0;
	display:block;
	float:right;
	width:37px;
	height:30px;
	border:0px;
	cursor:pointer;
	background:url(/img/loupe.png) no-repeat center center;
}
	
#searchfulltext-box input[type=text].placeholder
	{
		color:#c0c2a6;
	}

#searchfulltext-box input[type=text]::-ms-clear{ display: none; width:0; height:0; }

/*STYLE DES RESULTATS DE RECHERCHE FULLTEXT*/
table.results
{
	background:transparent!important;
}
#searchresult .listElement
{
	position:static!important;
	float:none!important;
	width:auto!important;
	border:0px!important;
	padding:0px 0px 10px 0px!important;	
	background:transparent!important;
}

#searchresult .listElement a
{
	text-decoration:none;
	color:#029eaf;
	padding-bottom:10px;
	display:block;
	font-family:rubikregular;
	font-size:17px;
}
	
/*STYLE BOX DE RECHERCHE FULLTEXT */
@media only screen and (min-width:641px)
{
	
	#searchCtn
	{
		position:absolute;
		top:32px;
		right:0px;
		width:37px;
		height:30px;
		overflow:hidden;
		z-index:101;/*passé sur le menu*/
	}
	
	#searchfulltext-box
	{
		width:265px;
		float:right;
		padding-left:20px;
	}
	
	#searchfulltext-box input[type=text]
	{
		display:block;
		float:left;
		height:26px;
		width:220px;
		margin:0px;
		background-color:#ffffff;
		border:1px solid #494949;
		font-size:12px;
		color:#696969;
	}
	#searchfulltext-box input[type=text].placeholder
	{
		color:#666666;
	}	
	
	#searchfulltext-box input[type=submit]
	{
		float:left;
	}

}/*Style pour le lien sur le plan du site*/
.sitemap
{
	color:#5E0404;
	text-decoration:none;
}

/* Style pour le plan du site */
.sm0
{
    FONT-SIZE: 17px;
    COLOR: #029eaf;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    MARGIN-LEFT: 0px;

}

.sm1
{
    FONT-SIZE: 16px;
    COLOR: #029eaf;
    MARGIN-BOTTOM: -2px;
    MARGIN-TOP: -2px;
    MARGIN-LEFT: 20px;

}

.sm2
{
    FONT-SIZE: 14px;
    COLOR: #029eaf;
    MARGIN-BOTTOM: -4px;
    MARGIN-TOP: -4px;
    MARGIN-LEFT: 40px;

}

.sm3
{
    FONT-SIZE: 12px;
    COLOR: #029eaf;
    MARGIN-BOTTOM: -4px;
    MARGIN-TOP: -4px;
    MARGIN-LEFT: 60px;
}/*Style pour le montage*/
#sliderCtn
{
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
#sliderCtn:before
{
	content:"";
	display:block;
	padding-top:24.47%;
}
.home #sliderCtn:before
{
	content:"";
	display:block;
	padding-top:75.3%;
}
#sliderCtn .sliderElementCtn
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(/img/loading.gif) no-repeat center center;
	z-index:1;
}
#sliderCtn .sliderElementCtn .sliderElement
{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#sliderCtn .sliderElementCtn .sliderElement.current
{
	display:block;
	top:0;
	left:0;
	opacity:1!important; /*pour éviter de voir le fond pendant animation*/
}
#sliderCtn .cursor
{
	cursor:default;
}
/*Style pour les slogan*/
#sliderCtn .slogan, #sliderCtn .slogan.empty
{
	display:none;
}
/*Style pour les flèches*/
#sliderCtn .arrow
{
	display:none;
}
/*Style pour les puces de navigation*/
#sliderCtn #bullets 
{
	display:none;
}

@media only screen and (min-width:641px)
{
	.home #sliderCtn:before
	{
		content:"";
		display:block;
		padding-top:44.73%;
	}
	/*Style pour les slogan*/
	#sliderCtn .slogan
	{
		display:block;
		position:absolute;
		width:100%;
		box-sizing:border-box;
		height:auto;
		bottom:5%;
		left:0;
		padding:5px 15px 5px 15px ;
		overflow:hidden;
		background:rgb(0,0,0);
		background:rgba(0,0,0,0.5);
		z-index:3;
	}
	#sliderCtn .slogan span
	{
		font-style:italic;
		font-size:19px;
		color:#ffffff;
		text-decoration:none;
		display:block;
	}
	#sliderCtn .slogan span .FirstLine
	{
		display:block;
		font-weight:bold;
		font-style:normal;
		font-size:30px;
	}
	#sliderCtn .slogan span .SecondLine
	{
		display:block;
	}

	/*Style pour les puces de navigation*/
	#sliderCtn #bullets {
		display:block;	
		position:absolute;
		bottom:5px;
		right:27px;
		z-index:4;
	}
	#sliderCtn #bullets a {
		display:block;
		width:16px;
		height:22px;
		background:url(/plugin/slider/template/images/bullets.png) no-repeat;
		text-indent:-9999px;
		border:0;
		margin-right:0px;
		float:left;
		
	}
	#sliderCtn #bullets a.active {
		background-position:0 -22px;
	}
	
	/*Style pour les flèches*/
	#sliderCtn .arrow
	{
		position:absolute;
		top:45%;
		display:block;
		width:30px;
		height:30px;
		background:url(/plugin/slider/template/images/arrows.png) no-repeat;
		border:0;
		cursor:pointer;
		z-index:2;
		opacity:0;
		visibility:hidden;
		transition:opacity .5s;
	}
	#sliderCtn:hover .arrow
	{
		visibility:visible;
		opacity:1;
	}
	#sliderCtn .sliderNext
	{
		right:10px;
		background-position:-30px 0;
	}
	#sliderCtn .sliderBack
	{
		left:10px;
	}
}
/*Style pour la recherche des personnes*/
.tableauUser
{
border-collapse:collapse;
padding:4px;
}

.tableauUser td
{
border:1px solid #CDCDCD;
}

.enteteUser
{
font-weight:bold;
}

#tblUserEms .ems
{
	float:left;
	width:340px;
	font-size:13px;
}

#formEditUser .policy
{
	display:block;
	margin:5px 0px 10px 0px;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	max-width:300px;
	color:#474747;
}
#formEditUser .policy.error
{
	color:red;
}
#weblinksListCtn .listElement
{
	position:relative;
	display:block;
	margin:0 0 24px 0;
	text-decoration:none;
	overflow:hidden;
	background:none;
	height:auto;
	background:url(/template/image/flecheNews.png) no-repeat 0px 8px;
	padding:0 0 0 20px;
	width:50%!important;
	box-sizing:border-box;
	border:0;
}

#weblinksListCtn .listElement .txt
{
	height:auto;
	width:auto;
	margin:0px;
	padding:0;
	text-align:left;
}

#weblinksListCtn h5
{
	padding:0;
	margin-top:0;
	margin-bottom:0;
	font-size:24px;
	color:#029eaf;
	font-family:rubiklight;
	background:none;
	text-align:left;
}#youarehereCtn
{
	display:none;
}
@media only screen and (min-width:1200px)
{	
	#youarehereCtn
	{
		font-size:15.4px;
		color:#808080;
		font-style:italic;
		display:block;
	}
	
	#youarehereCtn a
	{
		color:#808080;
		text-decoration:none;
	}
	#youarehereCtn a:last-child
	{
		color:#4a494d;
	}
	#youarehereCtn .separator
	{
		color:#10aabb;
		font-family:rubikmedium;
		font-style:normal;
		padding:0 5px 0 5px;
	}
}