/*************** FONTS  *******************/

@import url("../fonts/cms_icons/cms_icons.css");

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

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

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

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

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

/*************** STYLE DE BASE  *******************/
body
{
	margin:0px;
	padding:0px;
	font-family: roboto_regular;
    /*font-size: 15px;*/
	font-size: 17px;
    color:black;
	background:#ffffff;
	position:relative;
	overflow-x: hidden;
}
audio, img[_wpro_media_data*='.mp3'].wproFilePlugin
{
	display:block;
	width:100%;
	box-sizing:border-box;
	height:40px;
}

.bgEditor
{
    background-color: #FFF;
}

/* CONTAINERS PRINCIPAUX */
.mainHolder
{
	background:#fff;
}

.mainContainer
{
	position:relative;
	/*max-width:896px;*/
	max-width:1000px;
	margin: 0 auto 0 auto;
	padding:0 2px 0 2px;
	z-index: 3;

}

@media only screen and (max-width:980px){
	.mainContainer
	{
		position:relative;
		margin: 0 12px 0 12px;
	}
}

/* ENTETE DES PAGES*/
.headCtn
{
	overflow:hidden; /*fait office de divwrapper*/
	margin:50px 0 0 0;
}
.headCtn h1
{
	margin:10px 0 30px 0;
	font-size:48px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: roboto_black;
	color: #a7a9ac;
}
@media only screen and (max-width:680px){
	.headCtn h1
	{
		font-family: roboto_black;
		font-size:26px;
	}
}
.headCtn h2 /*resume of the page*/
{
	margin:0;
    /*font-size: 15px;*/
	font-size: 17px;
	font-family: roboto_medium;
	font-weight: normal;
  	overflow:hidden;
	text-transform: none;
	color: #414042;
	margin-bottom: 20px;
}

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

.headCtn h2:empty
{
	display:none;
}

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

.listElement
{
	position:relative;
	display:block;
	margin:30px 80px 50px 0;
	text-decoration:none;
	overflow:hidden;
	background-color: #FFF;
	z-index: 40;
}

.listElement .img
{
	position:relative;
	display:block;
	float:left;
	width:40%;
	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:67%;
}
.listElement:hover .img
{
	opacity:0.75;
}

.listElement .txt
{
	display:block;
	position:relative;
	padding:14px 14px 14px 14px;
	overflow:hidden;
	font-size: 15px;
	color: #414042;
}

.listElement h5
{
	margin:0px 0px 10px 0px;
	font-family: roboto_bold;
	font-size: 23px;
	color:#414042;

}
.listElement .resume
{
	display:block;
	color:#000000;
}

/* ZONE HTML */
.htmlcontent
{
	overflow:hidden;
	/* TESTING PARAMETERS */
	/*background-color:white;
	padding: 0 10px 10px 10px;
	-webkit-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	-moz-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);*/
	
}
.htmlcontent img
{
	max-width:100%;
	height:auto!important;
}

.htmlcontent iframe
{
	max-width:100%;
}

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

H1, H2, H3 /*H3 in html content // H1,H2 in case someone try to use this level in html content */
{
    margin:50px 0 15px 0;
    font-family: roboto_bold;
    font-size:22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #e14745;
}

H4, H5, H6 /*H4 in html content // H5,H6 in case someone try to use this level in html content */
{
    margin:20px 0 10px 0;
	text-transform: uppercase;
    font-family: roboto_bold;
	font-weight: normal;
    /*font-size:15px;*/
	font-size: 17px;
	color: #414042;
}


A
{
	color:#e14745;
    text-decoration:none;
}

P
{
    margin-top: 7px;
    margin-bottom: 7px;
	color: #414042;
}

.designHolder UL
{
	list-style: none;
	padding: 0px 0px 7px 13px;
	margin: 0px 0px 0px -20px;
}

.designHolder ul > li{
	padding-left: 9px;
	color: #414042;
}

.designHolder ul > li:before{
	content: ">";
	padding-right: 15px;
	color: #e14745;
}

.designHolder OL
{
	list-style: none;
	counter-reset: li;
	margin: 0px 0px 0px -25px;
	padding: 0px 0px 7px 22px;
}

.designHolder ol > li{
	padding-left: 5px;
	counter-increment: li;
	color: #414042;
}

.designHolder ol > li:before{
	content: counter(li) ". " ;
	padding-right: 7px;
	color: #e14745;
}

.bgEditor UL
{
	list-style: none;
	padding: 0px 0px 7px 13px;
	margin: 0px 0px 0px -20px;
}

.bgEditor ul > li{
	padding-left: 9px;
}

.bgEditor ul > li:before{
	content: ">";
	padding-right: 15px;
	color: #e14745;
}

.bgEditor OL
{
	list-style: none;
	counter-reset: li;
	margin: 0px 0px 0px -25px;
	padding: 0px 0px 7px 22px;
}

.bgEditor ol > li{
	padding-left: 5px;
	counter-increment: li
}

.bgEditor ol > li:before{
	content: counter(li) ". " ;
	padding-right: 7px;
	color: #e14745;
}



/* MEDIA QUERIES POUR LE MONTAGE */
@media only screen and (min-width:641px)
{
	.headCtn .img
	{
		width:100%;
		float:left;
		margin-right:20px;
	}
}
@media only screen and (min-width:980px)
{
	.listElement
	{
		float:left;
		width:383px;
		height:482px;
		margin-right:130px;
		-webkit-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
		-moz-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
		box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	}
	.listElement:nth-child(2n+0) /*adapter selon nbre de colonne*/
	{
		margin-right:0;
	}

	.listElement .img
	{
		float:none;
		width:100%;
	}
}
@media only screen and (max-width:980px) and (min-width:641px)
{

	.listElement
	{
		float:left;
		width:48%;
		height:500px;
		margin: 0;
		margin-bottom:40px;
		-webkit-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
		-moz-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
		box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	}
	.listElement:nth-child(2n+0) /*adapter selon nbre de colonne*/
	{
		margin-right:0;
		float: right;
	}

	.listElement .img
	{
		float:none;
		width:100%;
	}
}
@media only screen and (max-width:641px)
{
	.listElement
	{
		float:left;
		width:100%;
		height:500px;
		margin-right:0;
		-webkit-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
		-moz-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
		box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	}
	.listElement .img
	{
		float:none;
		width:100%;
	}
}

/* TABLES */
.htmlcontent table{
	table-layout:fixed;
}

.htmlcontent table td, .htmlcontent table th{
	padding-left: 10px;
	padding-right: 10px;
}

.htmlcontent table th{
	text-align:left;
	background-color: #e14745;
	color: #FFF;
	font-weight: normal;
}

table th p{
	color: #FFF;
}

table, table td{
	border-color: #e14745;
}

table P
{
	margin:0px;
	padding:0px;
}

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

/*
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:980px)
{
	table
	{
		width:100%!important;
		table-layout:fixed;
	}
	table td
	{
		width:auto!important;
	}
	table img
	{
		max-width:100%;
		height:auto!important;
	}

	table.responsived, table.responsived tbody, table.responsived tr, table.responsived td
	{
		display:block;
		width:100%!important;
		box-sizing:border-box!important;
	}

	table tbody.originaltbody
	{
		display:none;
	}

	table.responsived th p, table.responsived td p
	{
		text-align:left;
	}

	table tbody.responsivedtbody div.tr
	{
		display:block;
		margin-bottom:20px;
	}

	table tbody.responsivedtbody div.tr:after
	{
		content:"";
		display:block;
		padding-top:20px;
		border-bottom:1px dashed #e14745;
	}
	table tbody.responsivedtbody div.tr.noth
	{
		margin-bottom:0;
	}
	table tbody.responsivedtbody div.tr.noth:after
	{
		content:none;
	}

	table tbody.responsivedtbody div.td
	{
		margin-bottom:5px;
	}
	table tbody.responsivedtbody div.td:after
	{
		content:"";
		display:block;
		clear:both;
	}
	table tbody.responsivedtbody div.td .tdlabel
	{
		display:block;
		float:left;
		clear:both;
		box-sizing:border-box;
		overflow:hidden;
		width:40%;
		padding-right:10px;
		max-width:120px;
		font-weight:bold;
	}
	table tbody.responsivedtbody div.td .tdlabel.asline
	{
		float:none;
		width:auto;
		padding:0;
		max-width:none;
	}
	table tbody.responsivedtbody div.td + div.td .tdlabel.asline
	{
		margin-top:20px;
		padding-top:20px;
		border-top:1px dashed #999999;
	}

	table tbody.responsivedtbody div.td .tdlabel.firstlevel, table tbody.responsivedtbody div.td .tdlabel.firstlevel + .tdlabel
	{
		float:none;
		width:auto;
		padding:0;
		max-width:none;
		margin-bottom:10px;
		text-transform:uppercase;
	}

	table tbody.responsivedtbody div.td .tdlabel.firstlevel:empty
	{
		display:none;
	}
	table tbody.responsivedtbody div.td .tdlabel:not(.firstlevel):after
	{
		content:" : ";
	}
	table tbody.responsivedtbody div.td .tdlabel:not(.firstlevel):empty:after
	{
		content:"\00a0";/*&nbsp;*/
	}

	table tbody.responsivedtbody div.td .tddata
	{
		display:block;
		overflow:hidden;
	}
}

/* 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;
}

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

.tableListAdmin
{
	margin:10px;
}
/*Style icone dossier en admin*/
.stdZoneFixed .cms_icons-doc_folder_1 {
	font-size: 17px;
	color: #666;
}
/*-- 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%;
}
/* Pour contrer le style IOS par d�faut des boutons et champs texte, si il manque des types d'input les rajouter */
input[type=text], input[type=password], input[type=submit] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

select
{
	border:0px;
    background-color:#eeeeee ;
    box-sizing:border-box;
    max-width:100%;
}

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('/template/image/admin/bgadmin.gif');
	border: #101010 1px solid;
	padding:10px;
	font-family: arial;
    font-size: 11px;
    color:black;
}

.popupTitle
{
	padding-left:10px;
	background-image: url('/template/image/admin/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(/template/image/admin/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(/template/image/admin/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('/template/image/admin/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('/template/image/admin/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(/template/image/admin/bgmenu.png);
	table-layout:auto; /*contr� le fixed sett� pour le responsive*/
	font-size:11px;
}
.tblContextMenu table
{
	table-layout:auto; /*contr� le fixed sett� pour le responsive*/
	width:auto!important;/*contr� le fixed sett� pour le responsive*/
}

.stdContextMenu
{
	margin:0px ;
	padding: 0px ;
	border:0px;
	height:19px;
}

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


.hilightContextMenu
{
	margin:0px ;
	padding: 0px ;
	height:18px;
	background-image:url(/template/image/admin/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 ********************/
/*************** CROP IMG ZONE ********************/
.admimgcropholder
{
	margin:10px 0 10px 0;
	position:relative;
	min-width:404px;/* 400 + 4 de bordure */
}
.imgcropctn
{
	position:relative;
	display:block;
	width:400px;
	margin:0 auto 0 auto;
	border:2px solid #000000;
	overflow:hidden;
}
.imgcropctn.landscape
{
	cursor:ew-resize;
}
.imgcropctn.portrait
{
	cursor:ns-resize;
}
.imgcropctn:before
{
	content:"";
	display:block;
	padding-top:100%;
}
.imgcropctn > img
{
	position:absolute;
	display:block;
	opacity:0;
}
.imgcropctn.landscape > img
{
	width:auto;
	height:100%;
}
.imgcropctn.portrait > img
{
	width:100%;
	height:auto;
}

.imgcropctn > .imgcrop
{
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background-repeat:no-repeat;
	background-position:50% 50% ;
	background-size:cover;
}
.imgcropctn  > .msg
{
	position:absolute;
	display:block;
	top:0;left:0;right:100%;bottom:100%;
	background:rgb(0,0,0);
	background:rgba(0,0,0,.5);opacity:0;
	transition:opacity .5s;
	overflow:hidden;
}
.imgcropctn  > .msg.show
{
	right:0;bottom:0;
	opacity:1;
}

.imgcropctn > .msg > span
{
	display:block;
	width:85%;
	margin:20px auto 20px auto;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	color:#ffffff;
}
.imgcropctn.landscape > .msg > span.portrait, .imgcropctn.portrait > .msg > span.landscape
{
	display:none;
}
.stdZoneFixed th{
	background-color: grey;
}

/*************** FIN CROP IMG ZONE ********************/

/* WEBSITE DEVELOPPEMENT AREA */
@media screen and (min-width: 1400px){

	#menuTopMenuBrandImg{
		width: 330px;
		padding: 0;
		margin-top: 35px;
		margin-left: 120px;
	}

}
@media screen and (min-width: 780px) and (max-width: 1400px){

	#menuTopMenuBrandImg{
		width: 330px;
		padding: 0;
		margin-top: 35px;
		margin-left: 60px;
	}


}
@media screen and (max-width: 780px){

	#menuTopMenuBrandImg{
		width: 150px;
		padding: 0;
		margin-top: 19px;
		margin-left: 20px;
	}
	.headCtn{
		margin : 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 680px){
	.headCtn{
		margin : 0;
		margin-top: -30px;
	}
}

.menuTopMenuRight{
	float: right;
	margin-top: 46px;
}

.menuTopMenuLeft{
	float: left;
}

.menuTopMenuItem{
	float: right;
	padding-top: 0px;
	padding-right: 100px;
}

.menuTopMenuContainer{
	position: relative;
	height: 140px;
	width: 100%;
	z-index: 8;
}

#menuTopMenuRedBar{
	position:absolute;
	background-color: #e14745;
	height: 85px;
	top:0;
	left: 0;
	width: 100%;
	z-index: 3;
}

#menuTopMenuAreaContainer{
	width: 100%;
	position:absolute;
	top: 30px;
}

#menuTopMenuArea{
	z-index: 10;
	background-color: white;
	height: 111px;
	-webkit-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	-moz-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
}

#menuTopMenuDonationButton{
	background-color: #a7a9ac;
	color: white;
	font-family: roboto_bold;
	padding: 10px 30px 10px 30px;
	transition: all 0.5s ease;
	text-transform: uppercase;

}

#menuTopMenuDonationButton:hover{
	background-color: #e14745;
}

#menuTopMenuLang{

}

#menuTopMenuOpenerLink{

}

#menuTopMenuDynamicMenu{
	position:absolute;
	width: 100%;
	z-index:-10;
}

.menuHolder{
	background-color: white;
	opacity:0;
	visibility: hidden;
	-webkit-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	-moz-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	position: relative;
}

.menuResponiveAddonArea{
	position: relative;
	display: none;
	background-color: white;
	z-index:12;
	margin: 0 12px 0 12px;
	opacity: 0;
}
.menuResponiveAddonAreaItem{
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
}

@media screen and (min-width: 1640px){

	#menuTopMenuArea{
		margin: 0 80px 0 80px;
	}
	.menuHolder{
		margin: 0 80px 0 80px;
		height: 940px;
	}
	.menuResponiveAddonArea{display:none !important;}

}
@media screen and (min-width: 780px) and (max-width: 1640px){

	#menuTopMenuArea{
		margin: 0 40px 0 40px;
	}
	.menuHolder{
		margin: 0 40px 0 40px;
		height: 1000px;
	}
	.menuResponiveAddonArea{display:none !important;}
}
@media screen and (max-width: 1280px){

	.menuTopMenuRight #menuTopMenuLang{
		display: none;
	}
	.menuTopMenuRight #menuTopMenuDonation{
		display: none;
	}
	#menuTopMenuOpener{
		float: right;
		padding-right: 60px;
	}
}
@media screen and (max-width: 780px){

	#menuTopMenuArea{
		margin: 0 12px 0 12px;
		height: 55px;
	}
	.menuHolder{
		margin: 0 12px 0 12px;
		padding: 10px 0 0 0;
		height: 900px;
	}
	#menuTopMenuRedBar{
		height: 40px;
	}
	#menuTopMenuAreaContainer{
		top: 15px;
	}
	.menuTopMenuContainer{
		height: 70px;
	}
	#menuTopMenuLang{
		font-size: 20px;
	}
	#menuTopMenuLang .langsite{
		font-size: 20px;
	}
	#menuTopMenuOpener{
		padding-right: 70px;
	}
	
}

/* =============================================================== */
/* Module VOUSETESICI et Module PRINTSEND */

.utilityHolder{
	padding: 10px;
}

.utilityContainer{
	background:#ffffff;
	width:100%;
}

.utilityBreadcrumbs{
	position:absolute;
	z-index: 1;
}

.utilitySend{
	position:absolute;

}
.utilityImg{
	max-height: 20px;
	max-width: 20px;

}

@media screen and (min-width: 1640px){
	.utilitySend{
		right: 285px;
	}
	.utilityBreadcrumbs{
		left: 200px;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1640px){
	.utilitySend{
		right: 285px;
	}
	.utilityBreadcrumbs{
		left: 160px;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1400px){
	.utilitySend{
		right: 100px;
	}
	.utilityBreadcrumbs{
		left: 100px;
	}
}
@media screen and (min-width: 680px) and (max-width: 1100px){
	.utilitySend{
		right: 40px;
	}
	.utilityBreadcrumbs{
		left: 30px;
	}
}
@media screen and (max-width: 680px){
	.utilitySend{
		display: none;
	}
	.utilityBreadcrumbs{
		display: none;
	}
}

/* =============================================================== */
.footerHolder{
	position: relative;
	background-color: grey;
	margin-top: 100px;
	z-index: 0;
}

.footerContainer{
	left: 150px;
	position: relative;
	max-width: 1100px;
	margin: 0 auto 0 auto;
	padding:70px 10px 100px 10px;
	font-size: 16px;
}
.footerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.footerLinkList{
	padding-bottom: -100px;
}

.footerLinkListItem{
	float: left;
	margin-right: 0px;
}

.footerLinkListItem > a {
	color: white;
}

.footerLinkListItem > a:hover {
	color: lightgrey;
}

.footerAdressList{
	margin-top: 80px;
	margin-left: 40px;
	float: left;
	overflow:hidden;
}
.footerAdressList a{
	color: white;
}

.footerAdressList a:hover{
	color: lightgrey;
}

.footerAdressListItem{
	float: left;
	margin-right: 110px;
	color: white;
}
@media screen and (max-width: 800px){
	.footerAdressList{
		margin-top: 80px;
		margin-left: 20px;
		max-width: calc(100% - 20px);
		float: left;
		overflow:hidden;
	}
	.footerAdressListItem{
		margin-right:0;
	}
}

.footerAdressListItem span{
	line-height: 1.4;
}

.footerAdressHeader{
	font-family: roboto_medium;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 10px;
}

#powered{
	position: absolute;
	right: 190px;
	bottom: 20px;
	color: #ccc;
	font-size: 13px;
	font-family: roboto_regular;
}

#powered > a{
	background-image:url(/template/image/boomerang-marketing.svg);
	background-repeat: no-repeat;
	background-size:100% auto;
	display:inline-block;
	width:125px;
	height:10px;
}

#logovalaisexcellence{
	position: absolute;
	top: 75px;
	float: right;
	right: 180px;
}

#logovalaisexcellence:hover{
	opacity: 0.8;
}

#logovalaisexcellence img{
	width: 85px;
}

#logofacebook {
	position: absolute;
	bottom: 130px;
	float: right;
	right: 190px;
}
#logofacebook:hover{
	opacity: 0.6;
}
#logofacebook img{
	width: 47px;
}

.footer_separator{
	position: absolute;
	overflow: hidden;
	display: none;
	color: white;
	left: 12px;
	right: 12px;
	margin-top: -30px;
	border: 0;
	color: #FFF;
	background-color: #FFF;
	height: 1px;
}

@media screen and (min-width: 1280px) and (max-width: 1700px){
	.footerContainer{
		left: 0;
		padding-left: 300px;
	}
	#powered{
		right: 150px;
	}
	#logofacebook{
		right: 150px;
	}
	#logovalaisexcellence{
		right: 140px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1280px){
	.footerContainer{
		left: 0;
		padding-left: 200px;
	}
	#powered{
		right: 110px;
	}
	#logofacebook{
		right: 110px;
	}
	#logovalaisexcellence{
		right: 100px;
	}

}
@media screen and (max-width: 1000px){
	.footerContainer{
		left: 0;
		padding-top: 30px;
		padding-bottom: 0px;
	}
	#powered{
		right: 20px;
	}
	#logofacebook{
		float: none;
		position: relative;
		bottom: auto;
		right: auto;
		width: 100px;
		left: 35px;
	}
	#logovalaisexcellence{
		right: 30px;
		top:30px;
	}
	.footer_separator{
		display: block;
	}
	.footerAdressListItem{
	 	float: none;
		margin-bottom: 60px;
	}

}


/* ============================================== */

#fullpagegray{
	background-color: #686868;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -80;
	opacity: 0;
	transition: all 0.2s linear;
}

#bigLogoGray{
	content: "";
	position: relative;
	z-index: 0;
	top: -750px;
	margin-bottom:-900px;
	width: 900px;
	height: 900px;
	left: -20px;
	background-image: url('/template/image/big_c.png');
  	background-repeat: no-repeat;
  	background-size: contain;
}

.home #bigLogoGray{
	background-image: url('/template/image/big_c_red.png');
}

@media screen and (min-width: 1600px) and (max-width: 1800px){
	#bigLogoGray{
		left: 0px;
		width: 600px;
		height: 600px;
		top: -500px;
		margin-bottom:-600px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1600px){
	#bigLogoGray{
		left: -160px;
		width: 600px;
		height: 600px;
		top: -500px;
		margin-bottom:-600px;
	}
}
@media screen and (max-width: 960px){
	#bigLogoGray{
		left: 0px;
		width: 300px;
		height: 300px;
		top: -280px;
		margin-bottom:-300px;
	}
}

.designHolder > .contentHolder > .contentContainer{
	z-index:1;
}

.home .contentContainer{
	position: relative;
	width: 100%;
	min-height: 500px;
	max-width: unset;
	margin: unset;
}

@media screen and (max-width: 1100px) and (min-width: 800px){
	.home .contentContainer{
		height: 400px;
	}
}
@media screen and (max-width: 800px){
	.home .contentContainer{
		min-height: auto;
	}
}

.home .contentHeader{
	background: #FFF;
	-webkit-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	-moz-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	float: right;
	width: 69%;
}

.home .headCtn{
	z-index: 1;
	padding: 20px 50px 50px 50px;
	margin: 0;
	position: relative;
	max-width: 720px;
}
.home .headCtn h2{
	font-family: roboto_regular;
	font-size: 18px;
	font-weight: normal;
	color: #414042;
	line-height: 1.5;
}
@media screen and (max-width: 800px){
	.home .headCtn{
		z-index: 1;
		padding: 12px;
		margin: 0;
		width: auto;
	}
	.home .headCtn h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.home .headCtn h2{
		font-size: 14px;
	}
	.home .contentHeader{
		float: none;	
		width: auto;
		margin: 12px 12px 0 12px;
	}
}

.red_link_button{
	width: 58px;
	height: 58px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #e14745;
}

.red_link_button_chevron{
	color: white;
	width: 14px;
	left: 22px;
	top: 18px;
	position: absolute;

}

.red_link_button_chevron_red{
	width: 14px;
	left: 22px;
	top: 18px;
	position: absolute;
}

/***************** CATEGORY HOMEPAGE *****************/

.categoryHolder{
	height: 450px;
	margin-top: 180px;
}

.categoryHolder .categoryGreyBar{
	height: 150px;
	background: #a7a9ac;
	margin-right: 180px;
}

.categoryHolder .categoryContainer{
	width: 971px;
	margin: 0 auto;
}

.categoryHolder .categoryItem{
	width: 230px;
	height: 220px;
	background: #FFF;
	-webkit-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	-moz-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	margin-top: -100px;
	z-index: 1;
	
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
	transition-property: transform;	

}
.categoryHolder .categoryItem:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.1);
}
.categoryHolder .categoryItemLink{
	float: left;
	margin-right:140px;
}
.categoryHolder .categoryItemLink:nth-child(3n){
	margin-right:0px;
}

.categoryHolder a{
	color: #000;
}

.categoryHolder img{
	position:relative;
	max-width: 100px;
	max-height: 100px;
	display: block;
  	margin: auto;
	padding-top: 40px;
}

.categoryHolder .categoryItemImage{
	height: 160px;
}

.categoryHolder .categoryItemText{
	display: block;
	font-family: roboto_medium;
	font-weight: normal;
	font-size: 18px;
	width: 160px;
	text-align: center;
	margin: 0 auto;
	color: #414042;
}

@media only screen and (min-width: 800px) and (max-width: 1200px){
	.categoryHolder{
		height: 300px;
	}
	.categoryHolder .categoryItemLink{
		margin-right:20px;
	}
	.categoryHolder .categoryContainer{
		width: 730px;
		margin: 0 auto;
	}
	.categoryHolder .categoryGreyBar{
		width: 100%;
	}
}

@media only screen and (max-width: 800px){
	.categoryHolder{
		height: 150px;
	}
	.categoryHolder .categoryGreyBar{
		height: 75px;	
	}
	.categoryHolder .categoryItem{
		width: 88px;
		height: 100px;
		margin-top:0px;
		padding: 0px;
	}
	.categoryHolder .categoryItemLink{
		float: left;
		margin-right:20px;
	}
	.categoryHolder .categoryContainer{
		width: 304px;/*345px;*/
		max-width:100%;
		margin: 0 auto;
		margin-top: -50px;
	}
	.categoryHolder .categoryGreyBar{
		width: 100%;
	}
	.categoryHolder img{
		padding-top: 20px;
		max-width: 35px;
		max-height: 35px;
  		margin: auto;
	}
	.categoryHolder .categoryItemImage{
		height: auto;
	}
	
	.categoryHolder .categoryItemText{
		font-size: 12px;
		width: 58px;
		text-align:center;	
		margin-top: 6px;
	}
	
}
@media only screen and (max-width: 1640px){
	.categoryHolder .categoryGreyBar{
		margin-right: 150px;	
	}
	
}
@media only screen and (max-width: 1280px){
	.categoryHolder .categoryGreyBar{
		margin-right: 110px;	
	}
	
}


/**********************************************************/
.newsHolder{
	display: none;
	width: 100%;
	position:absolute;
	margin-top: -150px;
	right: 180px;
}

.newsContainer{
	position: relative;
	z-index: 4;
	float: right;
}

.home .newsHolder{
	display: block;
}
@media only screen and (max-width:1400px){
	.newsHolder{
		margin-top: -300px;	
	}
}
@media only screen and (max-width:1640px){
	.newsHolder{
		right: 150px;	
	}
}
@media only screen and (max-width: 1280px){
	.newsHolder{
		right: 110px;	
	}
	
}
@media only screen and (max-width: 1200px){
	.newsHolder{
		position: relative;
		margin: 0 auto;
		height: 100px;
		margin-top: 0;
		width: 100%;
		right: auto;
	}
	.newsContainer{
		position: relative;
		float: none;
		margin: 12px;
	}
}
/***********************************************************/

.sliderGoDown{
	display: none;
	width: 86px;
	height: 86px;
	position: relative;
	background-color: #a7a9ac;
	z-index: 5;
	top:-40px;
	left: 47%;
	opacity: 0.6;
}

.sliderGoDown_chevron{
	color: white;
	width: 50px;
	left: 18px;
	top: 28px;
	position: absolute;
}

@media only screen and (min-width:1400px){
	.home .sliderGoDown{
		display: block;
	}
}

/***********************************************************/

#pagehtmlcontent input{
	margin-right: 5px;
	transition: all 0.5s ease;
}

#pagehtmlcontent input[type="text"]{
	padding: 5px;
	font-size: 14px;
	font-family: roboto_regular;
	border-radius: 5px;
}

#pagehtmlcontent input[type="email"]{
	padding: 5px;
	font-size: 14px;
	font-family: roboto_regular;
	border-radius: 5px;
}

#pagehtmlcontent textarea{
	padding: 5px;
	font-size: 14px;
	font-family: roboto_regular;
	border-radius: 5px;
}

#pagehtmlcontent input[type="submit"], #pagehtmlcontent input[type="reset"]{
	padding: 10px 25px 10px 25px;
	/*font-size: 15px;*/
	font-size: 17px;
	font-family: roboto_regular;
	border-radius: 5px;
	background-color: #e14745;
	color: #FFF;
	opacity: 1;	
}

#pagehtmlcontent input[type="submit"]:disabled, #pagehtmlcontent input[type="reset"]:disabled{
	opacity: 0.6;
}

#pagehtmlcontent input[type="submit"]:disabled:hover, #pagehtmlcontent input[type="reset"]:disabled:hover{
	background-color: #e14745;
}

#pagehtmlcontent input[type="submit"]:hover, #pagehtmlcontent input[type="reset"]:hover{
	background-color: #cf000f;
}

/*****************/
/** 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:20px 0px 10px 0px;
	text-transform:uppercase;
	font-weight:bold;
}

.cartoucheCtn .more
{
	display:block;
	color:#000000;
	text-decoration:none;
	text-align:right;
}

.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;
	text-decoration:none;
	overflow:hidden;
	background-color: #FFF;
	width:500px;
	height: 320px;	
	-webkit-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.1);
	box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.1);
}

.cartoucheElement .img
{
	position:relative;
	display:block;
	float:left;
	width:30%;
	background:url(/template/image/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:30px;
	overflow:hidden;
	font-size: 18px;
}

.cartoucheElement h6
{
	margin:0px 0px 20px 0px;
	font-family:roboto_medium;
	font-weight: normal;
	font-size: 42px;
	text-transform: none;
	color: #414042;
	
}
.cartoucheElement .resume
{
	display:block;
	color:#414042;
	font-weight: normal;
	line-height: 1.5; 	
}

.cartoucheElement .red_link_button_chevron{
	display: block;
}
.cartoucheElement .red_link_button_chevron_red{
	display: none;
}

/* 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%;
	}
}

@media only screen and (max-width:1200px){
	.cartoucheElement h6{
		font-size: 28px;
	}
	.cartoucheElement .txt{
		font-size: 15px;
	}
	.cartoucheElement{
		height: 200px;
		width: 400px;
	}
}

@media only screen and (max-width: 1200px){
	.cartoucheElement{
		width: 400px;
		background: #e14745;
		color: white;
		margin: 0 auto;
	}
	.cartoucheElement .red_link_button{
		background-color: #FFF;
	}
	.cartoucheElement .red_link_button_chevron{
		display: none;
	}
	.cartoucheElement .red_link_button_chevron_red{
		display: block;
	}
	.cartoucheElement h6{
		color: #FFF;
		font-size: 22px;
		font-family: roboto_bold;
	}
	.cartoucheElement .resume{
		color: #FFF;
		font-size: 14px;
	}
	.cartoucheElement .txt{
		padding: 20px;
	}
}

@media only screen and (max-width: 450px){
	.cartoucheElement{
		width: 100%;
		background: #e14745;
		color: white;
	}
	.cartoucheElement .red_link_button{
		background-color: #FFF;
	}
	.cartoucheElement .red_link_button_chevron{
		display: none;
	}
	.cartoucheElement .red_link_button_chevron_red{
		display: block;
	}
	.cartoucheElement h6{
		color: #FFF;
		font-size: 25px;
		font-family: roboto_bold;
	}
	.cartoucheElement .resume{
		color: #FFF;
		font-size: 14px;
	}
}#documentListCtn .listElement
{
	width:0%;
	float:left;
	margin:0 44px 10px 0;
	overflow:visible;
	height: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media only screen and (min-width: 1000px){
	#documentListCtn .listElement
	{
		width:30%;
		margin:0 44px 10px 0;
	}
	#documentListCtn .listElement:nth-child(3n)
	{
		margin: 0 0 10px 0;
	}
}
@media only screen and (min-width: 600px) and (max-width : 1000px){
	#documentListCtn .listElement{
		width: 49%;
		margin:0 10px 10px 0;
	}
	#documentListCtn .listElement:nth-child(2n)
	{
		margin: 0 0 10px 0;
	}		
}
@media only screen and (max-width: 600px){
	#documentListCtn .listElement{
		width: 99%;
		margin:0 0px 10px 0;
	}
}

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



#documentListCtn .listElement > a:before /*icone*/
{
	position:absolute;
	display:block;
	left:0;
	top:0;
	font-size:20px;
	color:#000000;
}

#documentListCtn .listElement .txt
{
	padding:0 0 0 25px;
}

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

#documentListCtn .listElement .txt h5
{
	/*font-size: 15px;*/
	font-size: 17px;
	color: #e04745;
	transition: all 0.5s ease;
}

#documentListCtn .listElement > a:hover .txt h5
{
	margin-left: 5px;
}

#documentListCtn
{
	margin-top: 30px;
}

#documentListCtn div.styleMenuAdmin {
	margin-left: -50px;
	margin-top: -20px;
}.donationSelectorContainer{
	position: relative;
	margin-bottom: 20px;
	max-width: 700px;
}

.donationSelectorContainer::after {
  content: "";
  clear: both;
  display: table;
}

.donationSelectorBox{
	width: 200px;
	height: 200px;
	background-color: #EEE;
	color: #333;
	border: 0px solid #AAA;
	transition: all 0.5s;
	cursor: pointer;
	margin-left: 4px;
	margin-bottom: 4px;
	float: left;
}

.donationSelectorBox > p{
	font-family: roboto_medium;
	font-size: 24px;
	display: block;
	transition: all 0.5s;
	margin: auto;
	text-align: center;
	margin-top: 25px;
}

.donationSelectorBox > p.amount{
	margin-top: 15px;
	font-size: 54px;
	font-family: roboto_bold;
}

@media only screen and (max-width:440px){
	.donationSelectorBox{
		width: 150px;
		height: 150px;
	}
	.donationSelectorBox > p.amount{
		font-size: 48px;	
	}
}

.donationSelectorBox:hover{
	background-color: #e14745;
	color: white;
}

.donationSelectorBox:hover > p{
	color: white;
}

.donationSelectorBox:hover > input{
	border-color: white;
}

.donationSelectorBoxActive{
	background-color: #e14745;
	color: white;
}

.donationSelectorBoxActive > p{
	color: white;
}

.donationAccountBox{
	border: 0px solid transparent;
	padding: 10px;
	max-width: 590px;
	background-color: #EEE;
}

p.donationSelectorDeclaration{
	font-size: 22px;
	font-family: roboto_medium;
	margin-bottom: 20px;
}

input#donationCustomInput[type="text"]{
	background-color: transparent;
	border: 0px solid;
	font-family: roboto_bold;
	font-size: 48px;
	margin-top: -5px;
	color: inherit;
	text-align:center;
	border-radius: 0px;
	border-bottom: 1px solid;
	width: 150px;
}

.donationForm td{
	vertical-align: top;
	min-width: 150px;
}#galleryimageListCtn .listElement
{
	width:auto;
	height:auto;
	padding:5px;
	border:0px;
	background:transparent;
	margin:0 0 10px 0;
	overflow:visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#galleryimageListCtn .listElement .img
{
	width:100%;
	float:none;
	-webkit-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	-moz-box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
	box-shadow: -2px 10px 12px 3px rgba(0,0,0,0.07);
}

#galleryimageListCtn .listElement .img:before, .imgcropctn.gallery:before
{
	padding-top:60%;
}

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

#galleryimageListCtn .listElement .admin
{
	display:block;
	margin:7px 0px 2px 0px;
}

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

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

/* MEDIA QUERIES */
@media only screen and (min-width:380px)
{
	#galleryimageListCtn .listElement
	{
		float:left;
		margin:0 3% 10px 0;
		width:49%;
	}
}
@media only screen and (max-width:380px)
{
	#galleryimageListCtn .listElement
	{
		float:none;
		margin: 0 auto;
		width:95%;
	}
}
@media only screen and (min-width:641px)
{
	#gallerywithfancybox
	{
		display:block; /*use fancybox if element is visible */
	}	
}
@media only screen and (min-width:380px) and (max-width:800px)
{
	#galleryimageListCtn .listElement
	{
		width:45%;
	}
	#galleryimageListCtn .listElement:nth-child(2n+0)
	{
		margin-right:0;
		float: right;
	}
}

@media only screen and (min-width:801px)
{
	#galleryimageListCtn .listElement
	{
		width:30%;
	}
	#galleryimageListCtn .listElement:nth-child(3n+0)
	{
		margin-right:0;
	}
}/* Style pour plugin langsite */
.langsite
{
   	color: #AAA;
   	text-decoration: none;
	font-family: roboto_medium;
	font-size: 15px;
	font-weight: normal;
}

.langsiteActiv
{
   color: #000;
   text-decoration: none;
}
/* Gestion des panels pour le menu */
#mainPanel {
	position:relative;
	transition: left 0.2s linear;
}

#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:#000000;
	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 {
	display:inline-block;
	vertical-align:top;
	width:52px;
	height:34px;
	cursor:pointer;
	background:white;
	background-size:cover;
	padding-top: 7px;
	margin-top: -10px;
}

.menuIcone .line, .menuIcone:before, .menuIcone:after {
	width: 36px;
	height: 3px;
	background-color: #414042;
	margin: 0 auto 8px auto;
	transform-origin: center center;
	transition: transform 0.5s;
	display: block;
	content: '';
	position: relative;
}

.menuIcone.opened:before {
	transform: rotateZ(45deg) translate(8px, 8px);
}

.menuIcone.opened .line {
	transform: scaleX(0);
}

.menuIcone.opened:after {
	transform: rotateZ(-45deg) translate(8px, -7px);
}


@media screen and (max-width: 780px){
	#menuIcone{
		position: absolute;
		padding-top: 0px;
		margin-top: -30px;
	}
	
}

#leftPanel a.copy{
	display:none;
}

/**************************************************/
/*Style pour le menu */
/**************************************************/
#menuMain {
	margin: auto;
}
#menuMain ul
{
	font-size:18px;
	font-family: roboto_regular;
	color:#FFF;
	z-index:100; /*utilisé pour que le menu passe sur les zones d'admin*/
}

#menuMain li > a
{
	display:block;
	text-decoration:none;
	padding:0;
	margin-bottom:2px;
}

#menuMain ul.menu0{
	font-family: roboto_bold;
	display:block;
}

#menuMain ul.menu0 ul
{
	display:block;	
}

#ulmid_menu li > a.menu0
{
	color: #a7a9ac;
}

#ulmid_menu li > a.menu1
{
	text-transform: none;
	color: #414042;
}

#menuMain .menu1 > .menu2{
	margin-top: 5px;
	text-transform: none;
	font-size:14px;
	left:20px;
	color: black;
	position:relative;
	background: none;
	padding: 0;
}

#ulmid_menu li a.menu0{
    text-transform:uppercase;
}

/**************************************************/
/*Style pour le menu de footer*/
/**************************************************/
#ulmid_menuBottom{
	list-style-type: none;
	padding-bottom:0px; /*compense le li de base*/
}

#ulmid_menuBottom > li{
	display: block;
	float: left;
	padding-right: 60px;
}

#ulmid_menuBottom > li > a{
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: roboto_regular;
	font-size: 16px;
	font-weight: normal;
}

#ulmid_menuBottom > li > a:hover {
	color: #CCC;
}

#ulmid_menuBottom li.menu1{
	list-style-type: none;
	position:relative;
	z-index:20;
}

#ulmid_menuBottom ul.menu1{
	display: none;
	position: absolute;
}

#ulmid_menuBottom li.menu1 > a{
	color: white;
	font-size: 13px;
}

@media screen and (max-width: 1000px){
	
	#ulmid_menuBottom > li{
		float: none;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	#ulmid_menuBottom > li > a{
		margin: 0;
		width:200px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 30px;
	}
}

/* MEDIA QUERIES */
@media screen and (min-width:1640px)
{
	#leftPanel
	{
		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{
		width: 1270px;
		margin: 0 auto;	
		padding:100px 0px 100px 180px;
		display:block;
		position:relative;
	}
	
	#menuMain ul.menu0{
		min-height:50px;
		font-size: 25px;
	}
	
	#menuMain ul.menu0:after{
		content:"";
		display:block;
		clear:both;
	}
	
	#menuMain li{
		list-style-type: none;
		padding-bottom:0px; /*compense le li de base*/
		margin-bottom: 160px;
	}
	
	#menuMain li:nth-child(n+4){
		margin-bottom: 0px;
	}
	
	#menuMain ul li > a{
		color:#000;
		text-decoration:none;
		outline:none;
	}
	
	#menuMain li.menu0{
		display:block;
		float:left;
		/*height:240px;
		padding-bottom:30px;*/
		height:100%;
		margin-bottom:50px;
	}
	
	#menuMain a.menu0{
		padding-bottom:7px;
		margin-left: -80px;
	}
	#menuMain a.menu0:hover{
		color: #414042;
	}
	#menuMain a.menu0::before{
		content: "";
  		display: inline-block;
		width: 40px;
		height: 6px;
		background-color: #e14745;
		margin-right: 40px;
		margin-bottom: 5px;
	}
	#menuMain a.menu0:hover::before{
		content: "";
  		display: inline-block;
		width: 60px;
		height: 6px;
		background-color: #e14745;
		margin-right: 20px;
		margin-bottom: 5px;
	}
	#menuMain a.menu1{
		padding-left:0px;
	}
	#menuMain a.menu1:hover{
		color: black;
		margin-left: -60px;
		font-family: roboto_bold;
	}
	#menuMain a.menu1:hover::before{
		content: "";
  		display: inline-block;
		width: 40px;
		height: 6px;
		background-color: #e14745;
		margin-right: 20px;
		margin-bottom: 5px;
	}
		
	#ulmid_menu li
	{	
		margin-right: 210px;
		width: 270px;
		color: #a7a9ac;
	}
	#ulmid_menu li:nth-child(3n)
	{
		margin-right: 0px;
	}
	
	/* NIVEAU 2 ============================================================ */
	#menuMain li.menu0 ul{
		margin-top:10px;
		padding:0;
		width: 200px;
		background: #FFF;	
		position:relative;
		margin-left: 0;
	}
	
	#menuMain li.menu1{
		display:block;
		float:left;
		width:270px; /*obligatoire si on veut que tout le li soit cliquable*/
		margin-right:20px;
		margin-bottom:7px;
	}
	
	#menuMain li.menu0 ul li > a{
		display:block; /*Permet que le lien fasse toute la largeur du li*/
	}
	
	#menuMain ul.menu1 li > a.menuHover, #menuMain ul.menu1 li > a.menuselected{
		text-decoration:none;
		border-bottom:1px solid #ffffff;
		display:block;/*Permet que le lien fasse toute la largeur du li*/
	}
	
	/* NIVEAU 3 ============================================================ */
	#menuMain li.menu1 ul{
		margin:-15px 0px 0px 0px;
		padding:7px 20px 7px 20px;
	}
	
	#menuMain li.menu1 ul li{
		width:200px;
		margin-bottom:7px;
	}
	
	#menuMain li.menu1 ul li > a {
		display:block;
		text-decoration:none;
		color:black;
	}
	
	#menuMain li.menu1 ul li > a.menuHover, #menuMain li.menu1 ul li > a.menuselected {
		display:block;
		text-decoration:none;
		color:grey;
	}
	
	/* FIN ================================================================ */
}
@media screen and (min-width: 1280px) and (max-width: 1640px){

	#leftPanel
	{
		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{
		width: 1050px;
		margin: 0 auto;	
		padding:100px 0px 100px 120px;
		display:block;
		position:relative;
	}
	
	#menuMain ul.menu0{
		min-height:50px;
		font-size: 25px;
	}
	
	#menuMain ul.menu0:after{
		content:"";
		display:block;
		clear:both;
	}
	
	#menuMain li{
		list-style-type: none;
		padding-bottom:0px; /*compense le li de base*/
		margin-bottom: 100px;
	}
	
	#menuMain li:nth-child(n+4){
		margin-bottom: 0px;
	}
	
	#menuMain ul li > a{
		color:#000;
		text-decoration:none;
		outline:none;
	}
	
	#menuMain li.menu0{
		display:block;
		float:left;
		height:280px;
		padding-bottom:30px;
	}
	
	#menuMain a.menu0{
		padding-bottom:7px;
		margin-left: -80px;
	}
	#menuMain a.menu0:hover{
		color: #414042;
	}
	#menuMain a.menu0::before{
		content: "";
  		display: inline-block;
		width: 40px;
		height: 6px;
		background-color: #e14745;
		margin-right: 40px;
		margin-bottom: 5px;
	}
	#menuMain a.menu0:hover::before{
		content: "";
  		display: inline-block;
		width: 60px;
		height: 6px;
		background-color: #e14745;
		margin-right: 20px;
		margin-bottom: 5px;
	}
	#menuMain a.menu1{
		padding-left:0px;
	}
	#menuMain a.menu1:hover{
		color: black;
		margin-left: -60px;
		font-family: roboto_bold;
	}
	#menuMain a.menu1:hover::before{
		content: "";
  		display: inline-block;
		width: 40px;
		height: 6px;
		background-color: #e14745;
		margin-right: 20px;
		margin-bottom: 5px;
	}
		
	#ulmid_menu li
	{	
		margin-right: 100px;
		width: 280px;
		color: #a7a9ac;

	}
	#ulmid_menu li:nth-child(3n)
	{
		margin-right: 0px;
	}
	
	/* NIVEAU 2 ============================================================ */
	#menuMain li.menu0 ul{
		margin-top:10px;
		padding:0;
		width: 200px;
		background: #FFF;	
		position:absolute;
	}
	
	#menuMain li.menu1{
		display:block;
		float:left;
		width:300px; /*obligatoire si on veut que tout le li soit cliquable*/
		margin-right:20px;
		margin-bottom:7px;
	}
	
	#menuMain li.menu0 ul li > a{
		display:block; /*Permet que le lien fasse toute la largeur du li*/
	}
	
	#menuMain ul.menu1 li > a.menuHover, #menuMain ul.menu1 li > a.menuselected{
		text-decoration:none;
		border-bottom:1px solid #ffffff;
		display:block;/*Permet que le lien fasse toute la largeur du li*/
	}
	
	/* NIVEAU 3 ============================================================ */
	#menuMain li.menu1 ul{
		margin:-15px 0px 0px 0px;
		padding:7px 20px 7px 20px;
	}
	
	#menuMain li.menu1 ul li{
		width:200px;
		margin-bottom:7px;
	}
	
	#menuMain li.menu1 ul li > a {
		display:block;
		text-decoration:none;
		color:black;
	}
	
	#menuMain li.menu1 ul li > a.menuHover, #menuMain li.menu1 ul li > a.menuselected {
		display:block;
		text-decoration:none;
		color:grey;
	}
}

@media screen and (min-width: 780px) and (max-width: 1280px){
	#leftPanel
	{
		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{
		width: 670px;
		margin: 0 auto;	
		padding:50px 0px 50px 120px;
		display:block;
		position:relative;
	}
	
	#menuMain ul.menu0{
		min-height:50px;
		font-size: 25px;
	}
	
	#menuMain ul.menu0:after{
		content:"";
		display:block;
		clear:both;
	}
	
	#menuMain li{
		list-style-type: none;
		padding-bottom:0px; /*compense le li de base*/
		margin-bottom: 100px;
	}
	
	#menuMain li:nth-child(n+3){
		margin-bottom: 0px;
	}
	
	#menuMain ul li > a{
		color:#000;
		text-decoration:none;
		outline:none;
	}
	
	#menuMain li.menu0{
		display:block;
		float:left;
		height:280px;
		padding-bottom:30px;
	}
	
	#menuMain a.menu0{
		padding-bottom:7px;
		margin-left: -80px;
	}
	#menuMain a.menu0:hover{
		color: #414042;
	}
	#menuMain a.menu0::before{
		content: "";
  		display: inline-block;
		width: 40px;
		height: 6px;
		background-color: #e14745;
		margin-right: 40px;
		margin-bottom: 5px;
	}
	#menuMain a.menu0:hover::before{
		content: "";
  		display: inline-block;
		width: 60px;
		height: 6px;
		background-color: #e14745;
		margin-right: 20px;
		margin-bottom: 5px;
	}
	#menuMain a.menu1{
		padding-left:0px;
	}
	#menuMain a.menu1:hover{
		color: black;
		margin-left: -60px;
		font-family: roboto_bold;
	}
	#menuMain a.menu1:hover::before{
		content: "";
  		display: inline-block;
		width: 40px;
		height: 6px;
		background-color: #e14745;
		margin-right: 20px;
		margin-bottom: 5px;
	}
		
	#ulmid_menu li
	{	
		margin-right: 80px;
		width: 280px;
		color: #a7a9ac;
	}
	#ulmid_menu li:nth-child(2n)
	{
		margin-right: 0px;
	}
	
	/* NIVEAU 2 ============================================================ */
	#menuMain li.menu0 ul{
		margin-top:10px;
		padding:0;
		width: 200px;
		background: #FFF;	
		position:absolute;
	}
	
	#menuMain li.menu1{
		display:block;
		float:left;
		width:300px; /*obligatoire si on veut que tout le li soit cliquable*/
		margin-right:20px;
		margin-bottom:7px;
	}
	
	#menuMain li.menu0 ul li > a{
		display:block; /*Permet que le lien fasse toute la largeur du li*/
	}
	
	#menuMain ul.menu1 li > a.menuHover, #menuMain ul.menu1 li > a.menuselected{
		text-decoration:none;
		border-bottom:1px solid #ffffff;
		display:block;/*Permet que le lien fasse toute la largeur du li*/
	}
	
	/* NIVEAU 3 ============================================================ */
	#menuMain li.menu1 ul{
		margin:-15px 0px 0px 0px;
		padding:7px 20px 7px 20px;
	}
	
	#menuMain li.menu1 ul li{
		width:200px;
		margin-bottom:7px;
	}
	
	#menuMain li.menu1 ul li > a {
		display:block;
		text-decoration:none;
		color:black;
	}
	
	#menuMain li.menu1 ul li > a.menuHover, #menuMain li.menu1 ul li > a.menuselected {
		display:block;
		text-decoration:none;
		color:grey;
	}
	
}
@media screen and (max-width: 780px){
	#menuMain a.menu0{
		border-top: 1px solid #e14745;
		margin-top: 10px;
		padding: 20px;
		padding-bottom: 10px;
	}
	#menuMain a.menu1{
		padding: 8px 20px 8px 20px;
		color: black;
	}
	#menuMain ul.menu1{
		display: none;
	}
	#menuMain ul{
		margin: 0 auto;	
		padding:0px;
		display:block;
		position:relative;
	}
	#menuMain li{
		list-style-type: none;
	}
	#menuMain a.menu0:hover{
		color: #414042;
	}
	#menuMain ul.menu0 ul{
	 	display: none;
	}
	.menu0.menuselected{
		color: #414042 !important;
	}
	.menu1.menuselected{
		color: #e14745 !important;
		font-family: roboto_bold;
		margin-left: -20px;
	}
	.menu1.menuselected::before{
		content: "";
  		display: inline-block;
		width: 5px;
		height: 15px;
		background-color: #e14745;
		margin-right: 15px;
		margin-bottom: -1px;
	}
}

/* CODE POUR MENU ADMIN - NE PAS MODIFIER SANS RAISON ***********************/
div.styleMenuAdmin 
{
	display:none; 
	position:absolute;
	padding: 0px;
	background-color:#f5f5f5;
	border:1px solid #999999;
	z-index:200;
	font-size:11px;
}

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;
}
#menuMain .styleDivArrowAdmin
{
	position: absolute;
	margin-left: -15px;
}

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

.hideLevel
{
	padding:0px;
	margin:0px;
	width:0px;
	height:0px;
}#myaccountCtn
{
	display:none;
}
@media only screen and (min-width:1200px)
{
	#myaccountCtn
	{
		display:block;
		position:absolute;
		top:690px;
		right:0;
		z-index:1000;
	}
	.home #myaccountCtn{
		top: 890px;
	}
	#myaccountCtn h5
	{
		margin:0px;
		padding:0px;
		font-size:16px;
		font-weight:bold;
		color:#ffffff;
		background:#e14745;
		width:14px;
		padding:10px;
		text-align:center;
		word-break:break-all;
		float:left;
	}
	
	#myaccountCtn .infos
	{
		background:#dcdcdc;
		float:left;
		font-size:16px;
		max-width:0;
		max-height:187px;
		overflow:hidden;
		transition:max-width 0.3s, max-height 0.5s;
	}
	#myaccountCtn:hover .infos
	{
		max-width:300px;
		max-height:750px;
		padding:10px;
		border:1px solid #000000;
	}
	
	#myaccountCtn .infos .myAccountPart
	{
		margin-bottom:15px;
	}
	
	#myaccountCtn .infos .myAccountPart.first .title
	{
		font-weight:normal;
	}
	
	#myaccountCtn .infos .title
	{
		font-weight:bold;
		margin-bottom:10px;
	}
	
	#myaccountCtn .infos a
	{
		position:relative;
		display:block;
		margin:7px 0 7px 1px;
		padding-left:10px;
		text-decoration:none;
		color:#000000;
		transition:margin-left .2s;
	}
	#myaccountCtn .infos a:hover
	{
		margin-left:10px;
	}
	#myaccountCtn .infos a:before
	{
		position:absolute;
		display:block;
		left:0;
		top:50%;
		margin-top:-.5em;
		font-size:8px;
	}
}

/*style pour la fenêtre de login aux couleur de Conchita Plus*/
.btnConchita
{
	height:20px!important;
	color:#FFFFFF!important;
	background-color:#000000!important;
	font-family:Helvetica!important;
	font-size:12px!important;
	font-weight: bold!important;
	border-radius: 10px!important;
	box-sizing: border-box!important;
	padding:0 8px!important;
	border:0!important;
}

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

.tdLogin #password, .tdLogin #login
{
	background-color:#EAEAEA;
	height:20px!important;
	border-radius: 10px!important;
	border:0!important;
}
.txtPopupLoginConchita .popupTd::first-letter
{
	text-transform: uppercase;
}
.txtPopupLoginConchita .popupTd
{
	vertical-align:middle;
}

.txtPopupLoginConchita
{
	color:#000000;
	font-weight: bold;
	font-family:Helvetica!important;
	font-size:12px!important;
}
#newsListCtn .listElement
{
	padding-bottom:18px;
	margin-top:20px;
}

/*Styles spécifiques du plugin page en T1 */
#printsendCtn
{
	position:relative;
	display:block;
}
#printsendCtn:after
{
	content:"";
	display:block;
	clear:both;
}

#printsendCtn > a
{
	display:block;
	float:left;
	margin-right:10px;
	opacity:.5;
	transition:opacity .5s;
	color: #666;
}
#printsendCtn > a:hover
{
	opacity:1;
}

#printsendCtn > a:before
{
	font-size:20px;
}.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;	
}



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

.sm0, .sm1, .sm2, .sm3{
	font-family: roboto_regular;
	font-weight: normal;
}

/* Style pour le plan du site */
.sm0
{
    FONT-SIZE: 18px;
	font-family: roboto_medium;
    COLOR: #e14745;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    MARGIN-LEFT: 0px;

}

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

}

.sm2
{
    FONT-SIZE: 13px;
    COLOR: #e14745;
    MARGIN-BOTTOM: -4px;
    MARGIN-TOP: -4px;
    MARGIN-LEFT: 40px;

}

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

/*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;
		z-index:3;
		transition:all .5s;
	}
	#sliderCtn .slogan span
	{	
		display: block;
		font-size:19px;
		color:#000;
		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;
	}

@media only screen and (min-width:641px)
{
	#sliderCtn{
		max-height: 500px;
		min-height: 300px;
	}
	

	/*Style pour les puces de navigation*/
	#sliderCtn #bullets {
		display:block;	
		position:absolute;
		bottom:20px;
		right:20px;
		z-index:4;
	}
	#sliderCtn #bullets a {
		display:block;
		width:12px;
		height:12px;
		background: #fff;
		border-radius: 6px;
		text-indent:-9999px;
		border:0;
		margin-right:0px;
		float:left;
		margin-right: 6px;
	}
	#sliderCtn #bullets a:last-child {
		margin-right: 0;
	}
	#sliderCtn #bullets a.active {
		background-color: #e14745;
	}
	
	/*Style pour les flèches*/
	#sliderCtn .arrow
	{
		position:absolute;
		top:45%;
		display:block;
		width:30px;
		height:30px;
		font-size: 30px;
		color: rgba(255, 255, 255, 0.5);
		border:0;
		cursor:pointer;
		z-index:2;
		opacity:0;
		visibility:hidden;
		transition:all .5s;
	}
	#sliderCtn:hover .arrow
	{
		visibility:visible;
		opacity:1;
		text-decoration:none;
	}
	#sliderCtn .arrow:hover {
		color: rgba(255, 255, 255, 0.8);
	}
	#sliderCtn .sliderNext
	{
		right:10px;
		background-position:-30px 0;
	}
	#sliderCtn .sliderPrev {
		transform: rotateZ(180deg);
	}
	#sliderCtn .sliderBack
	{
		left:10px;
	}
}


@media only screen and (min-width:1640px)
{
	.home #sliderCtn{
		max-height: 700px;
		min-height: 500px;
	}
	
	.home #sliderCtn .sliderElementCtn .sliderItem .sliderElement{
		position: relative;
		right: 0;
		float: right;
		width: 69%;
	}
	
	.home .sliderItem{
		position: absolute;
		width: 100%;
		height: 700px;
	}
	.home #sliderCtn .slogan{
		bottom: auto;
		top: 150px;
		left: 160px;
		line-height: 1.1;
		display: inline-block;
		background: #FFF;		
		padding: 30px;
		margin: auto;
		width: auto;
	}
	.home #sliderCtn .slogan span{
		float: left;
		display: inline-block;
		font-family: roboto_regular;
		color: #000;
		position: relative;
		
	}
	.home #sliderCtn .slogan span .FirstLine{
		display: table;
		width: auto;
		font-family: roboto_black;
		font-size: 100px;
		color: #a7a9ac;
		text-transform: uppercase;
		width: 400px;
	}
	
}
@media only screen and (max-width:1640px) and (min-width:1400px)
{
	.home #sliderCtn{
		max-height: 700px;
		min-height: 500px;
	}
	.home #sliderCtn .sliderElementCtn .sliderItem .sliderElement{
		position: relative;
		right: 0;
		float: right;
		width: 69%;	
	}
	.home .sliderItem{
		position: absolute;
		width: 100%;
		height: 700px;
	}
	.home #sliderCtn .slogan{
		bottom: auto;
		top: 90px;
		left: 125px;
		line-height: 1.1;
		display: inline-block;
		background: #FFF;		
		padding: 30px;
		margin: auto;
		width: auto;
	}
	.home #sliderCtn .slogan span{
		float: left;
		display: inline-block;
		font-family: roboto_regular;
		color: #000;
		position: relative;
		
	}
	.home #sliderCtn .slogan span .FirstLine{
		display: table;
		width: auto;
		font-family: roboto_black;
		font-size: 80px;
		color: #a7a9ac;
		text-transform: uppercase;
		width: 400px;
	}
}

@media only screen and (max-width:1400px) and (min-width:780px)
{
	.home #sliderCtn{
		max-height: 700px;
		min-height: 500px;
	}
	.home #sliderCtn .sliderElementCtn .sliderItem .sliderElement{
		position: relative;
		right: 0;
		float: right;
		width: 100%;	
	}
	.home .sliderItem{
		position: absolute;
		width: 100%;
		height: 700px;
	}
	.home #sliderCtn .slogan{
		bottom: auto;
		top: 90px;
		left: 65px;
		line-height: 1.1;
		display: inline-block;
		background: #FFF;		
		padding: 30px;
		margin: auto;
		width: auto;
	}
	.home #sliderCtn .slogan span{
		float: left;
		display: inline-block;
		font-family: roboto_regular;
		color: #000;
		position: relative;
		
	}
	.home #sliderCtn .slogan span .FirstLine{
		display: table;
		width: auto;
		font-family: roboto_black;
		font-size: 80px;
		color: #a7a9ac;
		text-transform: uppercase;
		width: 400px;
	}
}
@media only screen and (max-width:780px){
	.home #sliderCtn{
		max-height: 400px;
		min-height: 200px;
	}
	.home #sliderCtn .slogan{
		display:block;
		bottom: auto;
		top: 20px;
		left: 20px;
		line-height: 1.1;
		display: inline-block;
		background: #FFF;		
		padding: 12px;
		margin: auto;
		width: auto;
	}
	.home #sliderCtn .slogan span{
		float: left;
		display: inline-block;
		font-family: roboto_regular;
		color: #000;
		position: relative;
		
	}
	.home #sliderCtn .slogan span .FirstLine{
		display: table;
		width: auto;
		font-family: roboto_black;
		font-size: 30px;
		color: #a7a9ac;
		text-transform: uppercase;
		width: 100px;
	}
}/*Style pour la recherche des personnes*/
.tableauUser
{
border-collapse:collapse;
padding:4px;
}

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

.enteteUser
{
font-weight:bold;
}

#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 .img
{
	float:left;
	width:40%;
}#youarehereCtn
{
	font-size:15px;
	font-family: roboto_regular;
	font-weight: normal;
	color:#949494;
	z-index: 10;
}

#youarehereCtn .header
{
	position:relative;
	display:inline-block;
	vertical-align: middle;
	color: #949494;
}
#youarehereCtn .header:before
{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	margin-right:5px;
	margin-top:-2px;
}

#youarehereCtn a
{
	display:inline-block;
	color:#949494;
	vertical-align: middle;
	text-decoration:none;
}
#youarehereCtn .separator
{
	display:inline-block;
	vertical-align: middle;
	color: #e14745;
	margin: 0 12px 0 12px;
	font-size: 15px;
}#donsimplenewContentCtn #pagehtmlcontent > h3{
	position: relative;
	display: block;
	background:#e14745;
	color:#ffffff;
	padding:5px 50px 5px 10px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius: 5px;
}
#donsimplenewContentCtn #pagehtmlcontent > h3:before{
	content:"";
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	border-right:0;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:12px solid #ffffff;
	transition: border .5s;
}
#donsimplenewContentCtn #pagehtmlcontent > h3.open:before{
	border-top:12px solid #ffffff;
	border-right:8px solid transparent;
	border-bottom:0;
	border-left:8px solid transparent;
}
#donsimplenewContentCtn #pagehtmlcontent > .opener{
	position: relative;
	display: block;
	max-height:0;
	overflow:hidden;
	transition: max-height .5s;
}
#donsimplenewContentCtn #pagehtmlcontent > .opener > .openercontent:after{
	content:"";
	display:block;
	clear: both;
}
#donsimplenewContentCtn #pagehtmlcontent > .opener p.padded{
	padding: 10px;
}
#donsimplenewContentCtn #pagehtmlcontent > .opener p.padded.count{
	padding-left:26px;
	text-indent:-16px;
	overflow:hidden;
}
#donsimplenewContentCtn #pagehtmlcontent > .opener img.twintqr{
	position:relative;
	display: block;
	float:right;
	width:50%;
	max-width:367px;
	border:0;
}

.error.payment
{
	display:block;
	background:red;
	color:#ffffff;
	padding:5px 10px 5px 10px;
	font-size:1.2em;
	margin:20px 0 0 0;
}
.donationSelectorContainer{
	position: relative;
	margin-bottom: 20px;
	max-width: 700px;
}

.donationSelectorContainer::after {
  content: "";
  clear: both;
  display: table;
}

.donationSelectorBox{
	width: 200px;
	height: 200px;
	background-color: #EEE;
	color: #333;
	border: 0px solid #AAA;
	transition: all 0.5s;
	cursor: pointer;
	margin-left: 4px;
	margin-bottom: 4px;
	float: left;
}

.donationSelectorBox > p{
	font-family: roboto_medium;
	font-size: 24px;
	display: block;
	transition: all 0.5s;
	margin: auto;
	text-align: center;
	margin-top: 25px;
}

.donationSelectorBox > p.amount{
	margin-top: 15px;
	font-size: 54px;
	font-family: roboto_bold;
}

@media only screen and (max-width:440px){
	.donationSelectorBox{
		width: 150px;
		height: 150px;
	}
	.donationSelectorBox > p.amount{
		font-size: 48px;	
	}
}

.donationSelectorBox:hover{
	background-color: #e14745;
	color: white;
}

.donationSelectorBox:hover > p{
	color: white;
}

.donationSelectorBox:hover > input{
	border-color: white;
}

.donationSelectorBoxActive{
	background-color: #e14745;
	color: white;
}

.donationSelectorBoxActive > p{
	color: white;
}

.donationAccountBox{
	border: 0px solid transparent;
	padding: 10px;
	max-width: 590px;
	background-color: #EEE;
}

p.donationSelectorDeclaration{
	font-size: 22px;
	font-family: roboto_medium;
	margin-bottom: 20px;
}

input#donationCustomInput[type="text"]{
	background-color: transparent;
	border: 0px solid;
	font-family: roboto_bold;
	font-size: 48px;
	margin-top: -5px;
	color: inherit;
	text-align:center;
	border-radius: 0px;
	border-bottom: 1px solid;
	width: 150px;
}

.donationForm td{
	vertical-align: top;
	min-width: 150px;
}

#donationPay
{
	box-sizing:border-box;
	margin:40px 0 40px 0; 
	width:100%;
	max-width:220px;
}#faqListCtn .listElement
{
	width:auto;
	float:none;
	border:0px;
	margin:0px 0px 10px 0px;
	height: auto;
}

#faqListCtn .listElement .question
{
	position:relative;
	display:block;
	width:auto;
	text-decoration:none;
	padding:15px 25px 15px 25px;
	background-color:#a7a9ac;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#faqListCtn .listElement .question:after
{
	content:"";
	display: block;
	position: absolute;
	right:20px;
	top:50%;
	background-image:url(/template/image/chevron.png);
	background-repeat: no-repeat;
	background-size:14px auto;
	width:14px;
	height:23px;
	transform: translateY(-50%);
	transform-origin: top;
	transition: all 0.5s;
}
#faqListCtn .listElement .question h5
{
	color:#ffffff;
	font-family: roboto_bold;
	font-size: 23px;
	margin:0px;
	text-transform: none;
}

#faqListCtn .listElement .question.open:after
{
	transform:rotate(90deg);
}

#faqListCtn .listElement .question.open h5, #bodyprint #faqListCtn .listElement .question h5
{

}

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

#bodyprint #faqListCtn .listElement .answer
{
	display:block;
}/*Style pour les mentions legales */
a.mentionslegales
{
	text-decoration:none;
}
#mentionslegalesContentCtn span, #mentionslegalesContentCtn span a
{
}/*Style pour la protection des données */
#disclaimerCtn
{
	position:fixed;
	display:block;
	left:0;bottom:0;right:0;
	opacity:1;
	background:rgba(0,0,0,0.6);/*#656464;*/
	z-index:1000;
	overflow:hidden;
	transition:max-height .5s;
	height: 100vh;
}
#disclaimerCtn.hide
{
	max-height:0;
}
#disclaimerCtn .disclaimer
{
	position:relative;
	display:block;
	box-sizing:border-box;
	padding:20px 30px 20px 30px;
	margin:0 auto 0 auto;
	font-size:.9em;
	line-height:1.5em;
	background: #FFFFFF;
	color:#000000;
	border-radius: 5px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:90%;
}

#disclaimerCtn .disclaimer h2
{
	font-size: 1.5em;
}

#disclaimerCtn .disclaimer .txt
{
	margin-bottom:20px;
}

#disclaimerCtn .disclaimer .close, #protectiondonneesContentCtn .save input[type=submit]
{
	position:relative;
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:7px 10px 7px 10px;
	text-align:center;
	background:#e14745;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	transition:background .5s;
	text-transform:uppercase;
	margin-top:20px;
}

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

	#disclaimerCtn .disclaimer
	{
		max-width:1280px;
		padding:10px 50px 50px 50px;
		font-size:1.2em;
	}
	#disclaimerCtn .disclaimer .txt
	{
		margin-bottom:0;
	}
	#disclaimerCtn .disclaimer a.read
	{
		display:inline-block;
		margin-bottom:0;
	}
	#disclaimerCtn .disclaimer .close, #protectiondonneesContentCtn .save input[type=submit]
	{
		width:auto;
		display: inline-block;
		margin:40px 20px 0 0;
	}
}

#protectiondonneesContentCtn .save
{
	margin-top:40px;
}

#protectiondonneesContentCtn .save input[type=submit]
{
	padding:10px;
	cursor: pointer;
}

#protectiondonneesContentCtn .sousTitre, #mentionslegalesContentCtn .sousTitre
{
	text-decoration:underline;
	margin-top: 15px;
}
#protectiondonneesContentCtn .activateCookie
{
	padding:15px 0 15px 10px ;
	font-weight: bold;
	text-transform: uppercase;

	margin:30px 0 50px 0;
	border-bottom: 2px solid #DEDEDE;
	background-color: #eeeeee;
}
#protectiondonneesContentCtn .activateCookie input
{
	width:20px;
	height:20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

#protectiondonneesContentCtn UL
{
	padding: 0px 0px 7px 13px;
	margin:0px 0px 0px 3px;
	list-style-type: none;
}


#protectiondonneesContentCtn ul li:before
{
	content: "•";
	margin-left: -15px;
	margin-right: 8px;
	font-size: 20px;
}

#protectiondonneesContentCtn h2
{
	color:black;
}
#protectiondonneesContentCtn a
{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width:100%;
	box-sizing: border-box;
}