/* **************************************************************************************************** */
/* MANAGEMENT-SETUP / LANGUAGE / FLAGS */
/* **************************************************************************************************** */
#language-flags{
	overflow:hidden;
}

#language-flags a{
	float:left;
	margin:0 5px 0 0;
	display:block;
	text-indent:-100000px;
}

#language-flags.size-16 a{
	width:16px;
	height:16px;
	background:url(../images/flags/flags_16x16.png) no-repeat center center;
}
#language-flags.size-16 a.fr{background-position:0 0;}
#language-flags.size-16 a.en{background-position:-16px 0;}
#language-flags.size-16 a.de{background-position:-32px 0;}
#language-flags.size-16 a.nl{background-position:-48px 0;}

#language-flags.size-24 a{
	width:24px;
	height:24px;
	background:url(../images/flags/flags_24x24.png) no-repeat center center;
}
#language-flags.size-24 a.fr{background-position:0 0;}
#language-flags.size-24 a.en{background-position:-24px 0;}
#language-flags.size-24 a.de{background-position:-48px 0;}
#language-flags.size-24 a.nl{background-position:-72px 0;}

#language-flags.size-32 a{
	width:32px;
	height:32px;
	background:url(../images/flags/flags_32x32.png) no-repeat center center;
}
#language-flags.size-32 a.fr{background-position:0 0;}
#language-flags.size-32 a.en{background-position:-32px 0;}
#language-flags.size-32 a.de{background-position:-64px 0;}
#language-flags.size-32 a.nl{background-position:-96px 0;}/* **************************************************************************************************** */
/* MANAGEMENT-ACCESS / MEMBER / LOGIN */
/* **************************************************************************************************** */
#member-login{
}
#member-login-choice{
	overflow:hidden;
	width:40%;
	margin:0 auto 20px auto;
}

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

#member-login hgroup{
	text-align:center;
}

#member-login-choice .form-error{width:100%;}

#member-login-choice .customer-login-exist p,
#member-login-choice .customer-login-new p{
	overflow:hidden;
	margin:0 0 5px 0;
}

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

#member-login-choice .facebook{
	text-align:center;
}
#member-login-choice .facebook-error,
#member-login-choice .facebook-loader{
	display:none;
}
#member-login-choice .facebook-error a{color:inherit;margin: 10px 0 0 -35px;text-align:center;display:block}
#member-login-choice .facebook-loader{background-color:transparent;}
#member-login-choice .or{
	margin: 30px 0 25px 0;
}
#member-login-choice .or span{
	padding: 0 10px 0 10px;
	margin: -9px auto 0 auto;
	display: block;
	width: 50px;
}

#member-login-choice .facebook .message{
	text-align:center;
	margin-top:10px;
}

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

#member-login-choice .customer-login-exist{
	margin:auto;
}

#member-login-choice .customer-login-exist .message{text-align:center;margin:0 0 10px 0;}

#member-login-choice .form-exist p.connection{
	margin:15px auto 0 auto;
	text-align:center;
}
#member-login-choice .form-exist p.password-renew{
	margin:5px auto 10px auto;
}
#member-login-choice .form-exist p.password-renew a{
	text-decoration:underline;
	cursor:pointer;
}

#member-login-choice .form-exist p{
	margin:0 0 5px 0;	
}
#member-login-choice .form-exist p.information{font-weight:bold;}

#member-login-choice .form-exist input[type=password],
#member-login-choice .form-exist input[type=text]{
	width:100%;	
}

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

#member-login-choice .customer-login-new .message{text-align:center;margin:0 0 10px 0;}

/* **************************************************************************************************** */
/* MANAGEMENT-ACCESS / MEMBER / OVERVIEW */
/* **************************************************************************************************** */
#member-overview .empty a{
	display:inline-block;
}
#member-overview .empty a:nth-of-type(2){
	margin-left:10px;
}

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

#member-overview .icons{float:right;}
#member-overview .icons a{
	line-height:3em;
	margin:0 30px 0 0;
}
#member-overview .icons span.name{margin:0 20px 0 0;}

#member-overview figure.member-identity{
	float:right;
	position:relative;
}
#member-overview figure.member-identity img{width:40px;height:40px;border-radius:50%;}

#member-overview figure.member-identity a{width:55px;}
#member-overview figure.member-identity a::after{
    content: "";
    position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 0 6px;
	border-color: #aaaaaa transparent transparent transparent;
    right: 0;
    top: 30px;
}

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

div#member-overview .icons a.feed,
div#member-overview .icons a.notification,
div#member-overview .icons a.message,
div#member-overview .icons a.parameters{
	background-repeat:no-repeat;
	background-position: 0 0;
	background-size:25px 25px;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	text-align: left;
	position:relative;
	display:inline-block;
	position:relative;
	top:5px;
}

div#member-overview .icons a.feed{background-image: url(../images/icons/feed.svg);}
div#member-overview .icons a.notification{background-image: url(../images/icons/notification.svg);}
div#member-overview .icons a.message{background-image: url(../images/icons/message.svg);width:30px;background-size:30px 24px;}
div#member-overview .icons a.parameters{background-image: url(../images/icons/wheel.svg);}

div#member-overview .icons a.feed:hover,
div#member-overview .icons a.feed.selection{background-image: url(../images/icons/feed_selection.svg);}

div#member-overview .icons a.message:hover,
div#member-overview .icons a.message.selection{background-image: url(../images/icons/message_selection.svg);}

div#member-overview .icons a.notification:hover,
div#member-overview .icons a.notification.selection{background-image: url(../images/icons/notification_selection.svg);}


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

#member-overview nav.menu-account{
    border: 1px solid #AAAAAA;
    right: 0;
    top: 49px;
    background: white;	
    z-index:10000;
    position:absolute;
    display:none;
}
#member-overview nav.menu-account ul{list-style-type:none;}
#member-overview nav.menu-account li a{
    padding: 10px 20px;
    border-bottom: 1px solid #AAAAAA;	
    display:block;
}
#member-overview nav.menu-account li:last-of-type a{border-bottom:0;}

#member-overview nav.menu-account li a:hover{background:#CCCCCC;color:black;}

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

#member-overview .notices.form-loader{padding:45px 0 0 0;}        
#member-overview .notices{
    border: 1px solid #AAAAAA;
    right: 0;
    top: 49px;
    background-color: white;	
    z-index:10000;
    position:absolute;
    display:none;	
    width:400px;
}
#member-overview .notices .list h2{
	padding:5px 10px;	
	font-size:1.2em;
	margin:0;
}
#member-overview .notices .list .member-notices{
	max-height:250px;
	min-height:100px;
	overflow:auto;
	margin:0;
}
#member-overview .notices .list .member-notices .notice{
	margin:0 0 -1px 0;
	border-left:0;
	border-right:0;
}
#member-overview .notices .all{
	text-align:center;
	background:#AAAAAA;
	padding:5px 10px;
}
#member-overview .notices .all a{
	color:black;	
}

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

div#member-overview .icons a span.nb{
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 100;
    color: white;
    text-indent: 0;
    background: red;
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 50%;
    line-height: 2em;
    font-weight: bold;
    text-align: center;
}
div#member-overview .icons a span.nb:empty{display:none;}

/* **************************************************************************************************** */
/* MEMBER-ACCESS / MEMBER / LISTING */
/* **************************************************************************************************** */
.members{
	position:relative;
	overflow:hidden;
}
.members .member{overflow:hidden;width:25%;margin:0 0 30px 0;float:left;text-align:center;}
.members .member:nth-of-type(4n+4){margin-right:0;}
.members .member:nth-of-type(4n+5){clear:both;}

.members .member figure{margin:0 0 10px 0;}
.members .member .member-infos{margin: 0;}
.members .member .member-infos .name{font-weight: bold;margin: 0 0 5px 0;}

/* **************************************************************************************************** */
/* MEMBER-ACCESS / MEMBER / IDENTITY */
/* **************************************************************************************************** */
.member-identity{display:flex;}
.member-identity a{text-decoration:none;}

.member-identity img,
.member-identity span.box,
.member-identity a.text{
    border: 2px solid white;    
}

.member-identity .box{
	text-align:center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;	
    border-radius: 50%;
}
.member-identity a.box.text,
.member-identity span.box{background:black;color:white;}
.member-identity .box span,
.member-identity a.box{font-size:2em;}

/* **************************************************************************************************** */
/* MEMBER-ACCESS / MEMBER / GET CHART */
/* **************************************************************************************************** */
.member-chart .chart{
	margin:0 auto 30px auto;
	width:100%;
	height:400px;	
}

/* **************************************************************************************************** */
/* MEMBER-ACCESS / MEMBER / GET CHART */
/* **************************************************************************************************** */
.component-member-follow{display:inline;}/* **************************************************************************************************** */
/* MANAGEMENT-MEMBER / MEMBER-NOTICES / GET */
/* **************************************************************************************************** */
.member-notices{margin:0 0 20px 0;}
.member-notices .notice{width:100%;margin:0 0 5px 0;position:relative;cursor:pointer;}
.member-notices .notice .message{font-weight:normal;margin:0 60px 0 0;}
.member-notices .notice .date{margin-top:5px;font-style:italic;font-size:0.9em;}
.member-notices .notice .close{position:absolute;top:5px;right:5px;cursor:pointer;}
.member-notices .notice a{color:inherit;}

.member-notices .notice.read{
	background-color:transparent !important;
}

/* **************************************************************************************************** */
/* MANAGEMENT-MEMBER / MEMBER-NOTICES / HELP */
/* **************************************************************************************************** */
.member-notice.help{width:100%;margin:0 0 5px 0;position:absolute;display:none;}
.member-notice.help .message{font-weight:normal;margin:0 0 0 0;display:inline;}
.member-notice.help .more{padding: 5px 0 0 0;display: block;}
.member-notice.help > .close{position:absolute;top:5px;right:5px;cursor:pointer;}
.member-notice.help a{color:inherit;}

.member-notice.help .action{text-align:center;padding:0 0 0 0;}
.member-notice.help .action .understand,
.member-notice.help .action .close{cursor:pointer;}

.member-notice.notice.help::after{position:absolute;content:"";width:20px;height:10px;background:url(../images/plugins/management-member/help/help-arrow.svg) no-repeat;background-size:cover;display:none;}
.member-notice.notice.help.arrow-left::after{display:block;left:-20px;top:50%;margin-top:-5px;transform: rotate(-90deg);}
.member-notice.notice.help.arrow-right::after{display:block;right:-20px;top:50%;margin-top:-5px;transform: rotate(90deg);}
.member-notice.notice.help.arrow-top::after{display:block;left:50%;top:-14px;margin-left:-10px;transform: rotate(0deg);}
.member-notice.notice.help.arrow-bottom::after{display:block;left:50%;bottom:-14px;transform: rotate(180deg);}
.member-notice.notice.help.arrow-bottom-left::after{display:block;left:5px;bottom:-14px;transform: rotate(180deg);}
.member-notice.notice.help.arrow-bottom-right::after{display:block;right:5px;bottom:-14px;transform: rotate(180deg);}

.member-notice.help.nowebsite{display:none !important;}

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

	.member-notice.help.mobile{display:block !important;}
	.member-notice.help.nomobile{display:none !important;}

}

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

.member-notice.notice.help{border:1px solid #fa6b31;padding:20px 30px 20px 30px;color:white;text-align:center;position:absolute;border-radius:10px;font-size:1em;margin:0 0 25px 0;background:url(../images/plugins/management-member/help/help-opacity.png);}

.member-notice.notice.help > .close{background: black;border-radius: 50%;padding: 3px 6px;position: absolute;top: -10px;right: -8px;font-weight:bold;}

.member-notice.notice.help .action .more{color:#fa6b31;text-decoration:none;}
.member-notice.notice.help .action .understand{border: 1px solid #fa6b31;padding: 7px 0px;background: black;position: absolute;bottom: -20px;width: 125px;left: 50%;margin-left: -65px;font-weight: bold;}

.member-notice.notice.help.static{position:relative;width:auto;}/* **************************************************************************************************** */
/* CMS / CMS-PAGE / MAIN-MENU */
/* **************************************************************************************************** */
.responsive-menu,
#responsive-menu{
    display: none;
}

#responsive-menu:checked ~ .menu-page{
    display: block;
}/* **************************************************************************************************** */
/* ANIMATION / ANIMATION-SEARCH / FORM */
/* **************************************************************************************************** */
.search-component-form .field{margin:0 0 5px 0;position:relative;}

.autocomplete{
    display:none;
    position:absolute;
    top:45px;
    left:0;
    width:500px;
    border:1px solid #CCCCCC;
    background:white no-repeat center center;
}
.autocomplete.loading{min-height:100px;background-image:url(../images/loader/loader.svg);}

.autocomplete > ul{max-height:300px;overflow:auto;}
.autocomplete ul{list-style-type:none;}
.autocomplete ul li > span{display:block;padding:10px 10px 10px 40px;background:url(../images/icons/star.svg) no-repeat 10px center;background-size: auto 20px;font-weight:bold;}
.autocomplete ul ul li{padding: 5px 10px;}
.autocomplete ul ul li a p:first-child{font-weight:bold;font-size:1.2em;}

.autocomplete ul li > span.search-go{background:white;border-top:1px solid #CCCCCC;}

.autocomplete .all{text-align:right;padding:10px;background:#EEEEEE;font-weight:bold;}

.autocomplete .search-go{cursor:pointer;}

/* **************************************************************************************************** */
/* ANIMATION / ANIMATION-SEARCH / LAST */
/* **************************************************************************************************** */
.search-component-last{
	margin:0 0 20px 0;	
	float:left;
	width:45%;
	overflow:hidden;
}
.search-component-last ul{
	margin:0 0 0 20px;	
}
.search-component-last ul li{
	float:left;
	width:50%;		
}

/* **************************************************************************************************** */
/* ANIMATION / ANIMATION-SEARCH / RECURRENT */
/* **************************************************************************************************** */
.search-component-recurrent{
	margin:0 0 20px 0;	
	float:right;
	width:45%;
	overflow:hidden;
}
.search-component-recurrent ul{
	margin:0 0 0 20px;	
}
.search-component-recurrent ul li{
	float:left;
	width:50%;	
}/* **************************************************************************************************** */
/* MANAGEMENT-MEMBER / MEMBER-TALK / ASK */
/* **************************************************************************************************** */
.action-ask{padding:10px;}

.action-ask-container .action-ask{display:none;}

.action-ask .message{margin:0 0 10px 0;}
.action-ask .follower label{line-height:initial;}
.action-ask .sub{text-align:right;}/* **************************************************************************************************** */
/* MISC / MISC-PRESENTATION */
/* **************************************************************************************************** */
.misc-presentation.IMAGE-LEFT figure{float:left;text-align:center;}
.misc-presentation.IMAGE-LEFT .infos{float:right;}

.misc-presentation.IMAGE-RIGHT figure{float:right;text-align:center;}
.misc-presentation.IMAGE-RIGHT .infos{float:left;}

.misc-presentation.TEXT-BACKGROUND{background-position: center center;background-size: cover;}
.misc-presentation.TEXT-BACKGROUND .inner{padding:65px 0;background: rgba(255,255,255,0.7);}
.misc-presentation.TEXT-BACKGROUND .infos{text-align:center;}

.misc-presentation.IMAGE-TOP{text-align:center;}
.misc-presentation.IMAGE-TOP figure{margin:0 0 20px 0;}

.misc-presentation.IMAGE-ALONE{text-align:center;}

.misc-presentation.VIDEO-ALONE{text-align:center;}
.misc-presentation.VIDEO-ALONE .video{min-height:200px;background:#CCCCCC url(../images/loader/loader.svg) no-repeat center center;background-size:100px;}
.misc-presentation.VIDEO-ALONE iframe{max-width:100%;}

.misc-presentation.fullsize figure img{width:100%;height:auto;}
.community-all{
	overflow:hidden;
}
.community-all .community{
	float:left;	
}/* **************************************************************************************************** */
/* TWIZA-VIEW / LISTING */
/* **************************************************************************************************** */
.twiza-listing{}

/* **************************************************************************************************** */

.c-search{
    background: #EAEAEA;
    padding: 15px;
    margin: 25px 0 25px 0;	
}
.c-search .sh a{color:inherit;}

/* **************************************************************************************************** */

.filters{margin:0 0 10px 0;}

.filters form{display:flex;}
.filters .section{margin: 0 0 10px 0;padding: 0 0 0 0;flex-grow:1;}

.filters .title{
	font-weight:bold;
	Text-align:left;
    padding: 10px;
    margin: 0 0 0 0;	
    font-size: 1.5em;	
	background:#EEEEEE;   
	cursor:pointer; 
    background: url(../images/icons/arrow_up.svg) #EEEEEE no-repeat;
    background-size: 20px;
    background-position: 98% center;	
    border: 1px solid #AAAAAA;
}
.filters .title.close{background-image:url(../images/icons/arrow_down.svg);}

.filters .fields{padding:10px 0 10px 0;border: 1px solid #AAAAAA;border-top: 0;background:white;}
.filters .fields.close{display:none;}

.filters .field{min-height:initial;padding:0 10px;margin:0 0 5px 0;}
.filters label{float:none;margin:0;line-height:initial;}
.filters label span{padding-left:5px;}
.filters label :checked+span{font-weight:bold;}

.filters .submit{padding:0 0 0 5px;text-align:center;}

.filters .field.level2{
	border-bottom: 1px dashed #AAAAAA;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    border-top: 1px dashed #AAAAAA;
}
.filters .field.level2:first-child{
	padding-top:0;
	border-top:0;
}

/* **************************************************************************************************** */
/* TWIZA-VIEW / MAP */
/* **************************************************************************************************** */
.map-area {
    min-height: 350px;
    background: url(../images/loader/loader.svg) #EEEEEE center center no-repeat;
    background-size: 64px 64px;
    max-width:1040px;
    margin:0 auto 20px auto;
}

.twiza-map{position:relative;}

.twiza-map .filters{margin:0;border-top:0;}
.twiza-map .filter-content{padding:0;}

.twiza-map #map{
	width:auto;
	height:685px;
        margin:0 0 20px 0;
}
.pros .twiza-map #map{height:685px;}

.twiza-map .information-circle{
	text-align: right;
	color: #888888;
	padding: 5px 0 5px 0;
	font-style: italic;
	background:white;
}

.twiza-map .legend{
	z-index:100;
	background:white;
	bottom:0;
	left:0;
	padding:5px;
	border:1px solid #AAAAAA;	
}
.twiza-map .legend.circle{top:initial;}
	
.twiza-map .legend ul{list-style-type:none;}
.twiza-map .legend ul li{display:inline-block;vertical-align:top;padding:0 5px 0;}
.twiza-map .legend ul li img{
	width: 20px;
    float: left;
    margin-top: 0px;
    margin: 0 5px 0 0;
}
.twiza-map .legend ul li span{line-height:2em;}
/* **************************************************************************************************** */
/* TWIZA-MAP / MAP AND LISTING */
/* **************************************************************************************************** */
body.twiza-view .inner{width:auto;max-width:1040px;}

#twiza-listing hgroup{border:0;padding:0;margin: 0 0 15px 0;}
#twiza-listing hgroup h1{
    text-align: left;
    text-transform: none;
}

/* **************************************************************************************************** */

#twiza-listing .c-content .cta{
	padding:15px;
	background:#F4F4F4;
	text-align:right;
	margin:40px 0 50px 0;
}
#twiza-listing .c-content .cta a{
	background: #0088EB;
    font-size: 16px;
    padding: 15px 25px;
    line-height: initial;
    height: auto;
    min-width: auto;
    border-radius: 3px;
    border: 1px solid #0088EB;
    box-shadow: 0px 3px 6px 0px #DFDFDF;
    color: white;	
        font-weight:normal;
}

/* **************************************************************************************************** */

.l-content .sh{text-align:center;display:none;}

#twiza-view .messageList{
    padding: 20px 0 10px 0;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;	
}

#twiza-view .nb,
#twiza-listing .nb  {
    margin: 0 0 5px 0;
    position:relative;
}

#twiza-view .nb{text-align: left;}
#twiza-listing .nb{text-align:left;}

.nb .sh-map{
    color: #0088EB;
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    right: 0;
    text-align:center;
	
}
	
	
#twiza-view .nb .sh-map{display:none;}

#twiza-listing .explain {
    padding: 0 0 0 0;
    text-align: right;
    color: #AAAAAA;
    font-style: italic;
}
#twiza-listing .tabs-menu{}
#twiza-listing .tabs-menu.no-margin{margin-top:0;}

#twiza-listing .tabs-menu li{margin:0 5px 0 0;padding:0;}
#twiza-listing .tab h2.accordion{display:none;}

#twiza-listing .visible{text-align:right;margin:0 0 10px 0;}

/* **************************************************************************************************** */

#twiza-listing .map-area{
	min-height:350px;
	background:url(../images/loader/loader.svg) #EEEEEE center center no-repeat;
	background-size:64px 64px;
	display:none;
}
#twiza-listing.pros .map-area{min-height:440px;}

#twiza-listing .map-area.open{display:block;}

/* **************************************************************************************************** */

.twiza-listing.tab{padding:0 0;border:0;background:transparent;}
.twiza-listing.tab .accordion-content{padding:0;}/* ****************************************************************************************** */
/* HEADER */
/* ****************************************************************************************** */
#area-header{overflow:hidden;background:white;text-align:center;}
#area-header img{height:auto;display:block;margin:auto;}

#area-header iframe{max-width:100%;}

/* ****************************************************************************************** */
/* VIEW - REFERENCE */
/* ****************************************************************************************** */
#area-reference-top{overflow:hidden;margin:0 0 0 0;text-align:center;}
#area-reference-top img{width:100%;height:auto;}
#area-reference-top .inset{margin:0 0 15px 0;font-size: 18px;font-weight: lighter;}
#area-reference-top .inset p{margin: 0 0 5px 0;line-height: 1.5em;}

/* ****************************************************************************************** */
/* VIEW - DIRECTORY */
/* ****************************************************************************************** */
#area-directory-top{overflow:hidden;margin:0 0 0 0;text-align:center;}
#area-directory-top img{width:100%;height:auto;}
#area-directory-top .inset{margin:0 0 15px 0;font-size: 18px;font-weight: lighter;}
#area-directory-top .inset p{margin: 0 0 5px 0;line-height: 1.5em;}

/* ****************************************************************************************** */
/* VIEW - LISTING */
/* ****************************************************************************************** */
#area-map-top{overflow:hidden;margin:0 0 0 0;text-align:center;}
#area-map-top img{width:100%;height:auto;}
#area-map-top .inset{margin:0 0 15px 0;font-size: 18px;font-weight: lighter;}
#area-map-top .inset p{margin: 0 0 5px 0;line-height: 1.5em;}

#area-map-bottom{overflow:hidden;margin:0 0 0 0;text-align:center;}
#area-map-bottom img{width:100%;height:auto;}
#area-map-bottom .inset{margin:5px 0 5px 0;}

/* ****************************************************************************************** */
/* FEED */
/* ****************************************************************************************** */
#area-feed-first{overflow:hidden;margin:0 0 0 0;text-align:center;}
#area-feed-first img{width:100%;height:auto;}
#area-feed-first .inset{margin:0 0 15px 0;}

/* ****************************************************************************************** */
/* TALK */
/* ****************************************************************************************** */
#area-talk-top{overflow:hidden;margin:0 0 0 0;text-align:center;}
#area-talk-top img{width:100%;height:auto;}
#area-talk-top .inset{margin:0 0 15px 0;}

#area-talk-bottom{overflow:hidden;margin:0 0 0 0;text-align:center;}
#area-talk-bottom img{width:100%;height:auto;}
#area-talk-bottom .inset{margin:0 0 15px 0;}


/* **************************************************************************************************** */
/* MANAGEMENT-ACCESS / MEMBER / IDENTITY */
/* **************************************************************************************************** */
.member-identity a.box.text, .member-identity span.box{background:#588250;}

/* **************************************************************************************************** */
/* MANAGEMENT-ACCESS / MEMBER / OVERVIEW */
/* **************************************************************************************************** */
#member-overview .empty a{
	line-height:initial;
	padding:5px 10px;
	min-width:initial;
	height:auto;
	font-size:1.25em;
	font-weight:normal;
}

#member-overview nav.menu-account li a:hover{background:#0088EB;color:white;}

div#member-overview .icons a.feed, 
div#member-overview .icons a.notification, 
div#member-overview .icons a.message, 
div#member-overview .icons a.parameters{
	display:inline-block;
	color:#999999;
	padding:22px 12px 0 12px;
	position:relative;
	font-size:0.9em;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: auto 19px;   
    text-indent:initial;
    text-align:center;
    top:0;
    border-top:0;
    width:auto;
    line-height:inherit;
    margin:0;
    position:relative;
}

div#member-overview .icons a span.nb {
    position: absolute;
    top: -8px;
    right: 8px;
    line-height: 2.1em;
    width: 22px;
    height: 22px;        
}
div#member-overview .icons a:hover,
div#member-overview .icons a.selection{color:#050505;}

div#member-overview .icons a.selection:after{
	content:"";
	position:absolute;
	z-index:10;
	bottom: -29px;
	left:50%;
	margin-left:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffffff transparent transparent transparent;
}

div#member-overview .icons a.parameters{display:none;}

#member-overview figure.member-identity{margin-top:-5px;margin-left:10px;text-align:left;}
#member-overview figure.member-identity img{width:30px;height:30px;display:block;margin:0 auto 1px auto;}
#member-overview figure.member-identity a{width:35px;}
#member-overview figure.member-identity a::after{right: -12px;top: 32px;}
#member-overview figure.member-identity .box .you{
    position: absolute;
    bottom: -11px;
    right:5px;
    font-size: 0.4em;
    color: #999999;
}
#member-overview figure.member-identity .box span{font-size:0.5em;}

/* **************************************************************************************************** */

#member-overview nav.menu-account{
    top: 50px;
    right:-30px;
    min-width: 260px;
    box-shadow: 0px 0px 10px 0px #DFDFDF;
    border: 0;
    border-radius: 10px;
    padding:0;
}
#member-overview nav.menu-account::before{
	border:1px solid #DFDFDF;
	background:white;
	content:"";
	position:absolute;
	right:40px;
	top:-8px;
	width:16px;
	height:16px;
	transform: rotate(45deg);
}
#member-overview nav.menu-account::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 12px;
    background: white;
    right: 37px;
    top:0;
}

#member-overview nav.menu-account .pres{overflow:hidden;margin:0 10px 0 10px;padding:15px 10px;}
#member-overview nav.menu-account .pres .member-identity {float:left;margin:0;}
#member-overview nav.menu-account .pres .member-identity img{width:55px;height:55px;}
#member-overview nav.menu-account .pres .member-identity .box span{font-size:1.5em;}

#member-overview nav.menu-account .pres .infos{margin-left:70px;margin-top: 10px;}
#member-overview nav.menu-account .pres .infos p:nth-of-type(1){font-size:1.25em;margin:0 0 3px 0;}

#member-overview nav.menu-account ul{padding:10px 0;border-top:1px solid #3B3B3A;}
#member-overview nav.menu-account li.separate{padding:10px 0 0 0;border-top:1px solid #3B3B3A;margin-top:10px;}

#member-overview nav.menu-account li a{padding: 3px 0 3px 20px;border:0;font-weight:lighter;font-size:1.3em;color:#333333;}
#member-overview nav.menu-account li a:hover{background:rgba(162,162,162,0.15);color:#333333;}

/* **************************************************************************************************** */

#member-overview .cta{
    position: absolute;
    top: -8px;
    right: -120px;
    font-weight: lighter;
    font-size: 1.25em;
    width: 100px;
    text-align: center;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* **************************************************************************************************** */

body#pro div#member-overview .icons a:hover,
body#pro div#member-overview .icons a.selection{color:white;}

body#pro div#member-overview .icons a.message:hover, 
body#pro div#member-overview .icons a.message.selection{background-image:url(../images/icons/message_white.svg);}

body#pro div#member-overview .icons a.notification:hover, 
body#pro div#member-overview .icons a.notification.selection{background-image:url(../images/icons/notification_white.svg);}

body#pro div#member-overview .icons a.selection:after{border-color: #3B3B3A transparent transparent transparent;}

body#pro #member-overview figure.name a:hover{color:white;}

body#pro div#member-overview .cta a{color:white;}

/* **************************************************************************************************** */
/* MANAGEMENT-ACCESS / MEMBER / LOGIN */
/* **************************************************************************************************** */
#member-login{
	overflow:hidden;
	margin:25px 0 100px 60px;
	background:rgba(255,255,255,0.8);
	border-radius:10px;
	width:300px;
	padding:20px;
}

#member-login hgroup{border:0;}
#member-login h1{
	text-align:center;	
	font-family:"Roboto",sans-serif;
	font-size:24px;
	font-weight:lighter;
}
#member-login hgroup h2{display:none;border:0;}

#member-login-choice{
	overflow:hidden;
	width:auto;
	margin:0 auto 0 auto;	
}
#member-login-choice{width:auto;}

#member-login-choice .facebook .message{display:none;}

#member-login-choice p{margin:0 0 15px 0;}

#member-login-choice .or{
	text-align: center;
	font-size:18px;
}

#member-login-choice .customer-login-exist .selected{
	background-color:#009900;
	color:white;
}

#member-login-choice .form-exist p.password-renew{font-size:18px;}
#member-login-choice .form-exist p.password-renew a{color:inherit;text-decoration:none;}

/* ****************************************************************************************** */

#member-login-choice .form-error{width:100%;}

#member-login-choice input[type=password], 
#member-login-choice input[type=text]{border-radius:5px;border:0;}

/* ****************************************************************************************** */

#member-login-choice .facebook{
	text-align:center;
}
#member-login-#member-login-choice .form-exist p.connection .facebook-error,
#member-login-choice .facebook-loader{
	display:none;
}
#member-login-choice .facebook-error a{color:inherit;margin: 10px 0 0 -35px;text-align:center;display:block}
#member-login-choice .facebook-loader{background-color:transparent;}
#member-login-choice .or{
	margin:25px 0 15px 0;
}

/* ****************************************************************************************** */

#member-login-choice .form-exist p{margin:0 0 15px 0;}

#member-login-choice .form-exist p.connection{
	margin:15px auto 15px auto;
	text-align:center;
}
#member-login-choice .form-exist p.connection input{
	background:#0088EB;
	height:auto;
	width:200px;
	padding:0px 10px;
	border:0;
	font-size:18px;
	border-radius:5px;
}

#member-login-choice .form-exist p.password-renew{
	margin:15px auto 30px auto;
}
#member-login-choice .form-exist p.password-renew a{
	cursor:pointer;
}

#member-login-choice p{
	text-align:center;
}
#member-login-choice p.information{font-weight:bold;}

#member-login-choice input[type=password],
#member-login-choice input[type=text]{
	width:100%;	
}

#member-login-choice .member-login-new{font-size:18px;}
#member-login-choice .member-login-new p{margin:0 0 5px 0;}
#member-login-choice .member-login-new a{color:inherit;font-weight:bold;}

/* ****************************************************************************************** */

#member-login-choice .customer-login-new .message{text-align:center;margin:0 0 10px 0;}

#member #member-login .data-text{
	box-shadow:none;
}/* **************************************************************************************************** */
/* MANAGEMENT-FOLLOW / MEMBER-RATING / LISTING */
/* **************************************************************************************************** */
.member-notices .notice.form-information{
	border: 1px solid #422C1C;
    background-color: #DDC2AE;
    color: #422C1C;	
}

/* **************************************************************************************************** */
/* MANAGEMENT-FOLLOW / MEMBER-RATING / HELP */
/* **************************************************************************************************** */
.member-notice.notice.help {
	width:560px;
	background:linear-gradient(45deg,#A42C06,#D04215);
	border-radius:6px;
	border:0;
	box-shadow: 2px 2px 6px 3px rgba(0,0,0,0.25);
	padding:50px 50px 40px 50px;
}
.member-notice.help .message{font-size:18px;font-weight:lighter;}
.member-notice.notice.help > .close{display:none;background: none;top: 0;right: 0;font-size: 1.5em;font-weight: lighter;}

.member-notice.notice.help .action{margin:25px 0 0 0;padding:8px;}
.member-notice.notice.help .action .understand{border-radius:6px;background:white;color:#EC663B;padding:8px 30px;border:0;position:static;margin:0 5px;}
.member-notice.notice.help .action .more{display:inline;border-radius:6px;background:transparent;color:white;padding:8px 30px;border:0;position:static;margin:0 5px;}
.member-notice.notice.help .action .close{display:inline;border-radius:6px;background:#EC663B;color:white;padding:8px 30px;border:0;position:static;margin:0 5px;}

.member-notice.notice.help::after{width:25px;height:13px;}
.member-notice.notice.help.arrow-left::after{left:-18px;}
.member-notice.notice.help.arrow-right::after{right:-18px;background:url(../images/plugins/management-member/help/help-arrow-light.svg) no-repeat;;}
.member-notice.notice.help.arrow-top::after{left:50%;top:-12px;background:url(../images/plugins/management-member/help/help-arrow-light.svg) no-repeat;}
.member-notice.notice.help.arrow-bottom::after{display:block;left:50%;bottom:-12px;}
.member-notice.notice.help.arrow-bottom-left::after{left:20px;bottom:-12px;}
.member-notice.notice.help.arrow-bottom-right::after{right:20px;bottom:-12px;background:url(../images/plugins/management-member/help/help-arrow-light.svg) no-repeat;}

/* **************************************************************************************************** */

.member-notice.help{width: 335px;position: absolute;z-index: 8000;}
.member-notice.help[data-code=HELP-SEARCH]{left: 224px;top: 33px;}
.member-notice.help[data-code=HELP-PROFILE]{right: 185px;top: -55px;}
.member-notice.help[data-code=HELP-PUBLISH]{position:relative;width:auto;}

.member-notice.help[data-code=HELP-FOLLOW]{top: -212px;right: 40px;}
body.action-profile .member-notice.help[data-code=HELP-FOLLOW]{right: 245px;top: -65px;}/* **************************************************************************************************** */
/* CMS / CMS-PAGE / CHILDREN */
/* **************************************************************************************************** */
.cms-page-children{
	padding:90px 0 100px 0; 
	border-top:1px solid #EEEEEE;
}

.cms-page-children h2{padding:0 10px;margin:0 auto 30px auto;font-size:2.5em;max-width: 980px;}

.cms-page-children ul{list-style-type:none;overflow:hidden;max-width: 980px;margin: auto;}
.cms-page-children ul li{
	display:inline-block;
	vertical-align:top;
    width: 300px;
    margin: 0 10px 20px 10px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.cms-page-children ul li figure{min-height:155px;background:#CCCCCC;}
.cms-page-children ul li figure img{width:100%;display:block;}

.cms-page-children ul li:hover img{opacity:0.8;}

.cms-page-children ul li .text{background:white;border-radius:0 0 10px 10px;padding:30px 20px 30px 20px; border: 1px solid #CCCCCC;overflow:hidden;}

.cms-page-children ul li .page-link{margin:0 0 20px 0;}
.cms-page-children ul li .page-link a{font-size:20px;font-weight:normal;color:inherit;}
.cms-page-children ul li .summary{max-height:90px;overflow:hidden;font-size:18px;font-weight:lighter;}
#page .cms-page-children ul li .summary p{line-height:1.2em;}/* **************************************************************************************************** */
/* ANIMATION / ANIMATION-SEARCH / FORM */
/* **************************************************************************************************** */
.search-component-form{
    margin: 0;
    text-align: left;
    padding:0;
}
.search-component-form .field{margin:0;min-height:auto;}
.search-component-form .field input[type=text]{
	border: 0;
    padding: 7px 0 7px 35px;
    font-size: 1.2em;
    width: 185px;
    outline: none;
    background: transparent no-repeat;
    background-image: url(../images/icons/magnifier.svg);
    background-size: 15px;
    background-position: 10px center;
    background-color: #F2F2F2;
    border-radius:10px;
}
.search-component-form .field input[type=submit]{
    border: 0;
    background: #CCCCCC;
    border-radius: 10px;
    padding: 5px 4px;
    font-size: 1em;
    margin-right: -7px;	
    height:auto;
    width:auto;
    line-height:initial;
    display:none;
}

.autocomplete ul li > span{border-top: 1px solid #CCCCCC;background:url(../images/icons/star-black.svg) no-repeat 10px center;background-size: auto 20px;padding-left: 40px;}
.autocomplete ul li > span.se-pro{border-top: 1px solid #CCCCCC;background:url(../images/icons/phone_round_selection.svg) no-repeat 10px center;background-size: auto 20px;padding-left: 40px;}
.autocomplete ul li > span.se-site{border-top: 1px solid #CCCCCC;background:url(../images/icons/marker_selection.svg) no-repeat 12px center;background-size:auto 25px;padding-left:40px;}
.autocomplete ul li > span.se-category{border-top: 1px solid #CCCCCC;background: url(../images/icons/book_selection.svg) no-repeat 10px center;background-size:auto 20px;padding-left:40px;}

/* **************************************************************************************************** */
/* ANIMATION / ANIMATION-SEARCH */
/* **************************************************************************************************** */
#search .result ul.tabs{
	border-bottom:1px dashed black;
}
#search .result ul.tabs li{
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	border:1px solid black;
	border-bottom:0;
	background-color:#A5A5A5;
	color:white;	
}
#search .result ul.tabs li.current{
	border-bottom:1px solid white;	
	color:black;
	background-color:white;
}

/* **************************************************************************************************** */
/* ANIMATION / ANIMATION-SEARCH / SEARCH-COMPLEX */
/* **************************************************************************************************** */
.animation-search-complex{

}
.animation-search-complex .cols{
    display: flex;
    justify-content: space-between;
}

.animation-search-complex .fields{
	width:65%;
	margin:0 0 10px 0;
}

.animation-search-complex .filters .fields{width:auto;}

.animation-search-complex input[type=text]{
	width:100%;
	font-size:16px;
	border:0;
	border-radius:5px;
	background:white;
	padding:11px;
}

.animation-search-complex input.date-pick{width:150px;margin-right:10px;}

.animation-search-complex .submit{width:30%;margin:0;}
.animation-search-complex .submit .button{
    width: 100%;
    border-radius: 5px;
    height: auto;
    font-size: 16px;
    line-height:2.4em;
}

/* **************************************************************************************************** */
/* ANIMATION / ANIMATION-SEARCH / SEARCH-INIT */
/* **************************************************************************************************** */
.search-init::before{
	content:" - ";
	display:inline;
}/* **************************************************************************************************** */
/* TWIZA-VIEW / LISTING */
/* **************************************************************************************************** */
.twiza-listing{}

/* **************************************************************************************************** */

.c-search{
    background: #EAEAEA;
    padding: 15px;
    margin: 25px 0 25px 0;	
}
.c-search .sh a{color:inherit;}

/* **************************************************************************************************** */

.filters{margin:0 0 10px 0;}

.filters form{display:flex;}
.filters .section{margin: 0 0 10px 0;padding: 0 0 0 0;flex-grow:1;}

.filters .title{
	font-weight:bold;
	Text-align:left;
    padding: 10px;
    margin: 0 0 0 0;	
    font-size: 1.5em;	
	background:#EEEEEE;   
	cursor:pointer; 
    background: url(../images/icons/arrow_up.svg) #EEEEEE no-repeat;
    background-size: 20px;
    background-position: 98% center;	
    border: 1px solid #AAAAAA;
}
.filters .title.close{background-image:url(../images/icons/arrow_down.svg);}

.filters .fields{padding:10px 0 10px 0;border: 1px solid #AAAAAA;border-top: 0;background:white;}
.filters .fields.close{display:none;}

.filters .field{min-height:initial;padding:0 10px;margin:0 0 5px 0;}
.filters label{float:none;margin:0;line-height:initial;}
.filters label span{padding-left:5px;}
.filters label :checked+span{font-weight:bold;}

.filters .submit{padding:0 0 0 5px;text-align:center;}

.filters .field.level2{
	border-bottom: 1px dashed #AAAAAA;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    border-top: 1px dashed #AAAAAA;
}
.filters .field.level2:first-child{
	padding-top:0;
	border-top:0;
}

/* **************************************************************************************************** */
/* TWIZA-VIEW / MAP */
/* **************************************************************************************************** */
.map-area {
    min-height: 350px;
    background: url(../images/loader/loader.svg) #EEEEEE center center no-repeat;
    background-size: 64px 64px;
    max-width:1040px;
    margin:0 auto 20px auto;
}

.twiza-map{position:relative;}

.twiza-map .filters{margin:0;border-top:0;}
.twiza-map .filter-content{padding:0;}

.twiza-map #map{
	width:auto;
	height:685px;
        margin:0 0 20px 0;
}
.pros .twiza-map #map{height:685px;}

.twiza-map .information-circle{
	text-align: right;
	color: #888888;
	padding: 5px 0 5px 0;
	font-style: italic;
	background:white;
}

.twiza-map .legend{
	z-index:100;
	background:white;
	bottom:0;
	left:0;
	padding:5px;
	border:1px solid #AAAAAA;	
}
.twiza-map .legend.circle{top:initial;}
	
.twiza-map .legend ul{list-style-type:none;}
.twiza-map .legend ul li{display:inline-block;vertical-align:top;padding:0 5px 0;}
.twiza-map .legend ul li img{
	width: 20px;
    float: left;
    margin-top: 0px;
    margin: 0 5px 0 0;
}
.twiza-map .legend ul li span{line-height:2em;}
/* **************************************************************************************************** */
/* TWIZA-FOLLOW / TWIZA-SITE / MAP */
/* **************************************************************************************************** */
.site-map #map{
	width:100%;
	height:350px;
	margin:0 0 0 0;
}
.site-map #map .site{margin:0;padding:0;border:0;}
.site-map #map .interactions{display:none;}

.site-map .information-circle{
	text-align:right;
	color:#888888;
	padding:5px 0 5px 0;
	font-style:italic;
}

.showMap{
	position: absolute;
	margin-top: -42px;
}

/* **************************************************************************************************** */
/* TWIZA-FOLLOW / TWIZA-SITE / LISTING */
/* **************************************************************************************************** */
.sites{
	/*margin-top:20px;*/
}
.site{
	position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #AAAAAA;
    overflow: hidden;
    background: white;
}
.site:last-of-type{border-bottom:0;}

.site .name{margin:0 70px 5px 170px;}
.site .name a{
	font-size: 1.6em;
    font-weight:normal;
}

.site .category{
	display:block;
	margin:0 0 5px 0;
	color:#666666;
	font-style:italic;
}
.site .category a{text-decoration:none;}

.site .distance{color:#AAAAAA;position:absolute;top:5px;right:10px;font-style:italic;}

.site .text{width:auto;margin:0 0 10px 0;color:#666666;;}

.site time{
	display:block;
	margin:0 0 15px 0;
	color:#666666;
	font-style:italic;
}
.site span{font-weight:bold;}
.site time a{color:#88AA1D;text-decoration:none;}

.site figure{
	float: left;
	position: relative;	
	width:150px;
	margin-top: -25px;
}
.site figure img{	
	width:100%;
        height:auto;
}

.site .informations{margin-left:170px;}

#member-profile .site .interactions,
.site .interactions{
	border-bottom:0;
	height:auto;
	padding:0;
	position:absolute;
	right:10px;
	top:35px;
}

.site footer{
	text-align:right;
}

#map .site{margin-bottom:0;border:0;padding-bottom:0;}/* **************************************************************************************************** */
/* ANIMATION / ANIMATION-NEWS / COMMUNITY */
/* **************************************************************************************************** */
.community-all{
	text-align:center;
	margin:0 0 30px 0;
}
.community-all .community{	
	display:inline-block;
	float:none;
	overflow:visible;
	padding:0;
	margin:0 8px;
}
.community-all .community a{
	width:40px;
	height:40px;
	background:no-repeat center center;
	background-size:40px;
	text-indent: -10000px;
	display:inline-block;		
}
.community-all .community-facebook a{background-image:url(../images/icons/social/facebook.svg);}
.community-all .community-twitter a{background-image:url(../images/icons/social/twitter.svg);}
.community-all .community-googlePlus a{background-image:url(../images/icons/social/google-plus.svg);}
.community-all .community-flickr a{background-image:url(../images/icons/social/flickr.svg);}
.community-all .community-youtube a{background-image:url(../images/icons/social/youtube.svg);}
.community-all .community-pinterest a{background-image:url(../images/icons/social/pinterest.svg);}
.community-all .community-instagram a{background-image:url(../images/icons/social/instagram.svg);}
.community-all .community-linkedin a{background-image:url(../images/icons/social/linkedin.svg);}