/* ****************************************************************************************** */
/* MANAGEMENT-MEMBER / MEMBER-REFERENCE */
/* ****************************************************************************************** */
body#formation{background:white;}
body#formation #content .inner{width:auto;}
body#formation #content .inner #data{width:auto;padding:0;}

#member-formation .formation-header{
    padding:10px 10px;
    background:black;
    overflow:hidden;
}
#member-formation .formation-header .logo{float:left;}
#member-formation .formation-header .buttons{float:right;}

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

#member-formation .inner{
    max-width:1040px;
    font-size: 18px;
    font-weight: lighter;
    position:relative;    
}

#member-formation h1,
#member-formation h2{margin:0 0 10px 0;}

#member-formation h2{font-weight:lighter;}

#member-formation h3{font-size:20px;}

#member-formation p{line-height: 1.5em;}
#member-formation ul{list-style-position:inside;}

#member-formation .localisation{display:flex;justify-content: space-between;}

#member-formation .formation-content {margin:0 auto 50px auto;}

#member-formation .formation-content .details{display:flex;justify-content:space-between;margin:20px 0 40px 0;}
#member-formation .formation-content .details .formation-images{max-width:500px;}
#member-formation .formation-content .details .formation-text{width:500px;}

#member-formation .formation-content .details .formation-text{padding:0 25px;}

#member-formation .formation-content .details .formation-images{display:flex;justify-content:space-between;flex-wrap:wrap;align-content:flex-start;}
#member-formation .formation-content .details .formation-images figure{
    background:#EEEEEE;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;   
}
#member-formation .formation-content .details .formation-images figure img{max-width:100%;height:auto;display:block;border-radius:5px;}
#member-formation .formation-content .details .formation-images .img-main{max-width:500px;min-height:375px;margin-bottom:20px;}
#member-formation .formation-content .details .formation-images .img-others{max-width:240px;min-height:180px;}


/* ****************************************************************************************** */
/* MANAGEMENT-MEMBER / MEMBER-REFERENCE / EDIT */
/* ****************************************************************************************** */
#member-formation .formation-header.scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

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

body#formation.action-edit #member-formation .formation-content hgroup h1,
body#formation.action-edit #member-formation .formation-content hgroup h2{border:1px dashed #CCCCCC;}

body#formation.action-edit #member-formation .formation-content h3 select{width:auto;font-size:inherit;}

body#formation.action-edit #member-formation .localisation{display:block;}

body#formation.action-edit #member-formation .formation-content .localisation input,
body#formation.action-edit #member-formation .formation-content .localisation select{width:auto;font-size:inherit;}

body#formation.action-edit #member-formation .formation-content .text{min-height:200px;border:1px dashed #CCCCCC;overflow:hidden;}

body#formation.action-edit #member-formation .formation-content .formation-text{position:relative;}
body#formation.action-edit #member-formation .formation-content .formation-text .length{padding: 10px 0;text-align: right;font-size: 0.8em;font-style: italic;}

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

#member-formation figure .upload{}
#member-formation figure .upload .juc .ajax-upload-dragdrop{background:transparent;border:none;margin:0;}
#member-formation figure .upload .juc .ajax-upload-dragdrop > span{display:none;}

#member-formation figure .upload .juc-crop-queue,
#member-formation figure .upload .juc-crop-loading{display:none !important;}
#member-formation figure .upload .ajax-file-upload-filename{display:none;}
#member-formation figure .upload .ajax-file-upload-statusbar{overflow:hidden;background:white;width:100%;padding: 0;}
#member-formation figure .upload .ajax-file-upload-statusbar:nth-of-type(4){left:0;}

#member-formation figure .upload .ajax-file-upload-bar{text-indent:-10000px;}

#member-formation figure .upload .ajax-file-upload-progress{width:100%;margin:0;}
#member-formation figure .upload .ajax-file-upload-red{display:none !important;}
#member-formation figure .upload .ajax-file-upload-bar{height:25px;}

#member-formation figure .overview{width:100%;height:100%;position:relative;}
#member-formation figure .delete-image{
    background:white;
    padding:10px;
    color:red;
    top:0;
    right:0;
    position: absolute;
    font-weight: bold;
    font-size: 30px; 
    cursor:pointer;
    z-index:1000;
}

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

body#formation.action-edit #header-main,
body#formation.action-edit #form-bug,
body#formation.action-edit #footer-main{display:none;}

/* ****************************************************************************************** */
/* MANAGEMENT-MEMBER / MEMBER-ARTICLE / VIEW */
/* ****************************************************************************************** */
#member-formation .formation-content .manage{}

body#formation.action-view #member-formation figure{background:url("../images/css/no-photo.svg") center center no-repeat;background-size:25%;}

body#formation.action-view #member-formation .formation-text .text{margin:0 0 20px 0;}
#member-formation .formation-text .share{}

#member-formation  .author{
    padding:5px 0;
    background:#F7F7F7;
    margin:0 0 0 0;
    overflow:hidden;
    padding:40px 0;
}
#member-formation .author .info{
    display:flex;
    justify-content: space-between;
}
#member-formation .author .info a{font-weight:bold;}

#member-formation .author .info p:nth-of-type(1){margin:0 0 10px 0;}

#member-formation .author .contact{margin-top:40px;}

#member-formation .author .contact a{
    font-size: 16px;
    padding: 15px 35px 15px 55px;
    line-height: initial;
    height: auto;
    min-width: 200px;
    border-radius: 3px;
    border: 1px solid #33A7D9;
    box-shadow: 0px 3px 6px 0px #DFDFDF;
    color: white;
    text-align: center;
    text-transform: uppercase;
    background: #33A7D9;
}

#member-formation .others{padding:60px 0 120px 0;}
#member-formation .others h2{margin:0 0 25px 0;}

/* ****************************************************************************************** */
/* MANAGEMENT-MEMBER / MEMBER-ARTICLE / INFORMATION */
/* ****************************************************************************************** */
#member-formation-information .buttons{text-align:center;margin:50px auto 50px auto;}
#member-formation-information .buttons a{margin:0 5px;}

/* ****************************************************************************************** */
/* LAPTOP */
/* ****************************************************************************************** */
@media screen and (max-width:1024px){
	
}

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

    #member-formation .formation-content hgroup{text-align:center;}
    #member-formation .formation-content .localisation{display:block;text-align:center;}
    #member-formation .formation-content .manage{margin-top:25px;}
    
    #member-formation .formation-content .details{display:block;}
    #member-formation .formation-content .details .formation-images{margin:0 auto 20px auto;}
    #member-formation .formation-content .details .formation-images .img-main{min-height:initial;}
    #member-formation .formation-content .details .formation-images .img-others{min-height:initial;max-width:45%;}
    
    #member-formation .formation-content .details .formation-text{max-width:500px;width:auto;margin:0 auto 20px auto;padding:0 10px;}
    
    #member-formation .author .info{display:block;text-align:center;}
    #member-formation .author .contact{margin-top:20px;}
    
    /* ****************************************************************************************** */
    
    #member-formation .formation-content .details .formation-text{max-width:500px;width:auto;}
    body#formation.action-edit #member-formation .formation-content .details .formation-images .img-main{width:100%;}
    body#formation.action-edit #member-formation .formation-content .details .formation-images .img-main .juc{width:100% !important;max-width:500px;}

}

/* ****************************************************************************************** */
/* MOBILE - L */
/* ****************************************************************************************** */
@media screen and (max-width:480px){

}

/* ****************************************************************************************** */
/* MOBILE - L */
/* ****************************************************************************************** */
@media screen and (max-width:425px){

}
    
/* ****************************************************************************************** */
/* MOBILE - M */
/* ****************************************************************************************** */
@media screen and (max-width:375px){
	
}

/* ****************************************************************************************** */
/* MOBILE - S */
/* ****************************************************************************************** */
@media screen and (max-width:320px){
	
}
/* **************************************************************************************************** */
/* MANAGEMENT-MEMBER / MEMBER-REFERENCE / GET */
/* **************************************************************************************************** */
.member-formations{overflow:hidden;}

.member-formations .list{display:flex;justify-content:space-between;flex-wrap:wrap;}

.member-formations .more{margin:10px 0 20px 0;}
.member-formations .more a{
    padding: 10px;
    border: 2px solid #AAAAAA;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #AAAAAA;
    margin: auto;
    font-size: 2em;  
}    
.member-formations .more a:hover {
    background: #AAAAAA;
    color:white;
}

.member-formations .more .form-loader{display:none;}

/* **************************************************************************************************** */

div.member-formation{margin:0 auto 25px auto;max-width:320px;}

div.member-formation figure{margin:0 0 15px 0;}
div.member-formation figure.empty{
    min-height:240px;
    width:320px;
    border:1px solid #CCCCCC;
    background:#EEEEEE url("../images/css/no-photo.svg") center center no-repeat;
    background-size:25%;
    border-radius:5px;
}
div.member-formation figure img{max-width:100%;height:auto;display:block;border-radius:5px;}

div.member-formation h3{margin:0 0 5px 0;}
div.member-formation h4{margin:0 0 10px 0;font-size:}
div.member-formation .geolocation{margin:0 0 15px 0;}


/* **************************************************************************************************** */
/* 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;
}/* **************************************************************************************************** */
/* MANAGEMENT-MEMBER / MEMBER-REFERENCE / GET */
/* **************************************************************************************************** */
.member-formations{overflow:hidden;}

.member-formations .list{display:flex;justify-content:space-between;flex-wrap:wrap;}

.member-formations .more{margin:10px 0 20px 0;}
.member-formations .more a{
    padding: 10px;
    border: 2px solid #AAAAAA;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #AAAAAA;
    margin: auto;
    font-size: 2em;  
}    
.member-formations .more a:hover {
    background: #AAAAAA;
    color:white;
}

.member-formations .more .form-loader{display:none;}

/* **************************************************************************************************** */

div.member-formation{margin:0 auto 25px auto;max-width:320px;}

div.member-formation figure{margin:0 0 15px 0;}
div.member-formation figure.empty{
    min-height:240px;
    width:320px;
    border:1px solid #CCCCCC;
    background:#EEEEEE url("../images/css/no-photo.svg") center center no-repeat;
    background-size:25%;
    border-radius:5px;
}
div.member-formation figure img{max-width:100%;height:auto;display:block;border-radius:5px;}

div.member-formation h3{margin:0 0 5px 0;}
div.member-formation h4{margin:0 0 10px 0;font-size:}
div.member-formation .geolocation{margin:0 0 15px 0;}


/* **************************************************************************************************** */
/* RESOURCES / RESOURCES-FORM */
/* **************************************************************************************************** */
.component-resource-form .resources-form-form{
	width:50%;	
	margin:auto;
}

.component-resource-form .form-error{
	display:none;
}

.component-resource-form .resources-form-form .url{
	display:none;	
}

.component-resource-form input[type=text], 
.component-resource-form input[type=password], 
.component-resource-form select, 
.component-resource-form textarea{
	width:100%;
}

.component-resource-form .resources-form-form fieldset{
	margin:0 0 20px 0;
	border:1px solid #CCCCCC;
	padding:20px;
}
.component-resource-form .resources-form-form fieldset fieldset{
	margin:0 0 0 0;
}
.component-resource-form .resources-form-form fieldset .message{
	margin:0 0 20px 0;
}

.component-resource-form .resources-form-form .field{
	overflow:visible;
}
.component-resource-form .resources-form-form .field-file{
	min-height:30px;	
}
.component-resource-form .resources-form-form .field label{
	float:left;
	width:120px;
	text-align:left;
	margin:0 10px 0 0;
	line-height: 2em;
}

.component-resource-form .resources-form-form .uploadifyQueue{
	clear:both;	
}

.component-resource-form .resources-form-form .view{
	margin-left:130px;	
	clear:both;
	padding:5px 0 0 0;
}
.component-resource-form .resources-form-form .view .delete{
	padding-top:5px;
	cursor:pointer;
}
.component-resource-form .resources-form-form object{
	float:left;	
}
	
.component-resource-form .resources-form-form .bouton{
	text-align:center;	
	margin:20px 0 20px 0;
}/* **************************************************************************************************** */
/* MANAGEMENT-MISC / CAPTCHA */
/* **************************************************************************************************** */
.captcha{
	text-align:center;
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	border-radius:3px;
	padding:20px;
}
.captcha .form-error{margin-top:15px;margin-bottom:0;display:none;}

.captcha .title{font-size:20px;margin:0 0 10px 0;}
.captcha .message{font-size:15px;margin:0 0 10px 0;}

.captcha .captcha-image img{display:block;margin:0 auto 10px auto;border:1px solid black;}

.captcha-choice{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:320px;
	margin:auto;
}
.captcha-choice .c{
	display:block;
	padding:2px;
	border:1px solid black;
	background:white;
	border-radius:50%;
	cursor:pointer;
}
.captcha-choice .c.selected{background:#66CC00;}
	
.captcha-choice .c img{display:block;}

.captcha .message span{font-weight:bold;}

/* **************************************************************************************************** */
/* 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;	
}/* ****************************************************************************************** */
/* MANAGEMENT-MEMBER / MEMBER-ARTICLE */
/* ****************************************************************************************** */
body#formation{background:white;}

#member-formation .formation-header{
    background:#3B3B3A;
}
#member-formation .formation-header .logo{
    background: url(../images/logo_white.svg) no-repeat 0 2px;
    width: 122px;
    height: 30px;
}
#member-formation .formation-header .logo a img {visibility: hidden;}

#member-formation .component-resource-form h2{display:block;text-align:center;}/* ****************************************************************************************** */
/* 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;}/* **************************************************************************************************** */
/* RESOURCES / RESOURCES-FORM / FORM */
/* **************************************************************************************************** */
.component-resource-form .resources-form-form .field label{display:none;}

.component-resource-form h2{display:none;}

.component-resource-form .cnil{max-width: 720px;margin:0 auto 50px auto;}/* **************************************************************************************************** */
/* 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);}