@charset "utf-8";

 

#primary #privateCommune,
#primary #publicCommune{
	margin-bottom: 20px;
}

#primary #publicCommune{
}

#primary a#public{
	position: relative;
	display: block;
	z-index: 116;
}

#primary #publicCommune>a#public>h1{
	display: table;
	padding: 0 8px;
	width: 100%;
	height: 40px;
	color: #fff;
	font-family: 'Poiret One', cursive;
	font-size: 24px;
	/* font-weight: bold; */
	line-height: 1.2;
	cursor: pointer;
	background: #3dbcc5; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;/* */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#primary a#public:hover{
	opacity: 1;
}

#primary a#public>h1>em,
#primary a#public>h1 strong,
#primary span#userChanger{
	display: table-cell;
	vertical-align: middle;
}

#primary a#public>h1>em{
	width: 160px;
}
#primary a#public>h1 strong{
}

#primary a#public>h1 strong>img,
#primary a#public>h1 strong>span{
	display: inline;
	font-size: 12px;
	vertical-align: middle;
}

#primary a#public>h1 strong>img{
	margin: 0 4px 0 0;
	width: 32x;
	height: 32px;
}


#primary a#public>h1 i{
	padding-left: 12px;
}

#primary span#userChanger{
	width: 158px;
	font-size: 1.2rem;
}
#primary span#userChanger>em,
#primary span#userChanger>i{
	display: inline;
	vertical-align: middle;
}

#primary span#userChanger>em{
}


#userBar img{
	width: 32px;
	height: 32px;
	border: #e1d9c5 solid 1px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pallet{/* 312 */
	position: absolute;
	right: 0px;
	top: 44px;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1) ;
}

#pallet.on
{
	height: 384px;
}

#pallet .wrapper{
	padding: 8px 0;
	width: 220px;
	background: #fefefe;
	border: #e1d9c5 solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#pallet li{ 
	display: table;
	width: 100%;
	padding: 4px;
	font-size: 12px;
	text-align: left;
	color: #8f7b4b;
	border-bottom: #e5e5e5 solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pallet li:hover{
	background: #fbfaf8;

}	

#pallet li img,
#pallet li span{
	display: table-cell;
	vertical-align: middle;text-align: left;
}
#pallet li span{
	width: calc( 100% - 36px);
	width: 172px;
}

#pallet li img{ 
	width: 32px;
	height: 32px;
	border: #e1d9c5 solid 1px;
	border-radius: 21px;
	object-fit: cover;
}

#pallet li:last-child{
	border: none;
}	

html body div#primary section#publicCommune.public a#public.close h1 i.fa.fa-angle-cstm,
#primary #privateCommune>a.close>h1 i.fa-angle-up:before{
	content: "\f107";
}
html body div#primary section#publicCommune.public a#public.open h1 i.fa.fa-angle-cstm,

#primary #privateCommune>a.open>h1 i.fa-angle-up:before{
	content: "\f106";
}
 
 #primary  section.commentBox{
	 margin: 0 !important;
	 padding-top: 20px;
 }
 
#primary #privateCommune section.commentBox form .bodyComment{
	color: #dfcacf;
	background: #faf9ff;
	border: #ccc solid 1px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

#primary #privateCommune section.commentBox article .wrapFrame{
background: #fff2fc;
}

#primary #privateCommune section.commentBox form .wrapFrame{
background: #fff;
}

#primary.detailedReport{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#primary section.commentBox .comment {
	
}

#primary section.commentBox .comment {
	position: relative;
	z-index: 111;
	padding: 0 0 0 48px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#primary section.commentBox .parentBlock{
	margin-bottom: 16px;
	position: static;
	z-index: 111;
}

#primary section.commentBox .parentBlock:last-child{
	margin-bottom: 0px;
}

#primary section.commentBox .replyComment {
	position: relative;
	z-index: 111;
	margin-bottom: 16px;
	padding: 0 0 0 32px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#primary section.commentBox article {
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1) ;
}

#primary section.commentBox article.deleteMe {
opacity: 0;
}

#primary section.commentBox  .userIcon{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-size: cover;
    border: #ebebeb solid 1px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-background-size: cover;
}

#primary section.commentBox .comment .userIcon{
    width: 40px;
    height: 40px;
}

#primary section.commentBox .replyComment .userIcon {
    width: 24px;
    height: 24px;
}

#primary section.commentBox  .userIcon.noImage{
	color: #fff;
	font-size: 1.6rem;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	background: #00b300;
	background-image: none !important;
	border: none;
}

#primary section.commentBox  .userIcon.noImage.orange{
	background-color: #ff8820;
}

#primary section.commentBox  .userIcon.noImage.blue{
	background: #006cd9;
}

#primary section.commentBox  .userIcon.noImage.yellow{
	background: #b3b300;
}

#primary section.commentBox  .userIcon.noImage.pink{
	background: #ff7396;
}

#primary #privateCommune section.commentBox .owner .userIcon.noImge{
	background: #9673ff !important;
}

#primary section.commentBox .comment .userIcon.noImage{
	line-height: 40px;
}

#primary section.commentBox .comment .replyComment .userIcon.noImage{
	line-height: 24px;
}

#primary section.commentBox article .wrapFrame{
	margin-bottom: 4px;
	padding: 8px;
	background: #efefef;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#primary section.commentBox .wrapFrame:last-child{
	margin-bottom: 0;
}

#searchForm{
	margin-bottom: 0;
}

#searchForm .wrapFrame{
	margin-bottom: 0;
	padding: 0;
	background: #fff;
}

#primary section.commentBox footer{
	display: table;
}

#primary section.commentBox footer a{
	display: table-cell;
	padding-right: 8px;
	font-size: 1.2rem;
	color: #333;
	vertical-align: middle;
}

#primary section.commentBox footer a.replyEditBtn,
#primary section.commentBox footer a.deleteBtn
{
	display: none;
}

#primary section.commentBox .owner>.parentBlock>footer a.replyEditBtn,
#primary section.commentBox .owner>.parentBlock>footer a.deleteBtn,
#primary section.commentBox .owner>footer a.replyEditBtn,
#primary section.commentBox .owner>footer a.deleteBtn
{
	display: table-cell;
}

#primary section.commentBox footer a.iconBox.smile{
	font-size: 1rem;
}
#primary section.commentBox footer a.iconBox span,
#primary section.commentBox footer a.iconBox i
{
	vertical-align: middle;
}

#primary section.commentBox footer a.iconBox i{
    margin-right: 4px;
	height: 18px;
	color: #3faee2;
    line-height: 16px;
    background: #f7e26c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}	

#primary section.commentBox footer a.iconBox i.checked{
	position: relative;
	z-index: 111;
	color: #ff8820;
}

#primary section.commentBox  .wrapFrame header{
	margin-bottom: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}

#primary section.commentBox  header .name{
	padding-right: 4px;
	font-size: 1.3rem;
}

#primary section.commentBox  .bodyComment{
	font-size: 1.4rem;
	line-height: 1.8rem;
}

 #searchForm.replyComment .userIcon{
	top: 4px;
}

 #searchForm.comment .userIcon{
	top: -2px;
	line-height: 40px;
}
 
/* SUBMIT FORM +++++++++++++ */

#searchForm .selectBox#imgDir{
	z-index: 10;
}

#searchForm .selectBox#imgTrim{
	z-index: 12;
}

#searchForm .selectBox ul.box2{
	z-index: 12;
	top: 36px;
	padding: 0 8px;
	width: 100%;
	height: 0;
	background: rgba(255,255,255,0.9);
	border: #ccc solid;
	border-width: 0 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
}

#searchForm .selectBox.slideDown ul.box2{
	padding: 8px;
	height: 88px;
	height: auto;
	border: #ccc solid 1px;
}

#searchForm .selectBox.slideDown ul.box2 li{
	margin-bottom: 0;
	color: #666;
	text-align: left;
	border-bottom: #ccc solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#searchForm .selectBox.slideDown ul.box2 li:last-child{
	border-bottom: 0;
}

#searchForm.replyComment  footer,
#searchForm.comment  footer{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#primary section.commentBox article .deleteBox
{
	position: relative;
	z-index: -1;
	display: block;
	padding: 0 8px;
	height: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1) ;
	overflow: hidden;
}

/* #primary section.commentBox article .parentBlock.deleteOn  .deleteBox, */
#primary section.commentBox article.deleteOn  .deleteBox{
	margin-top: 8px;
	padding: 8px;
	height: 78px;
	border: #ccc solid 1px;
	z-index: 111;
}

#primary section.commentBox article .parentBlock.deleteOn .deleteBox/* ,
#primary section.commentBox article.deleteOn .parentBlock .deleteBox */{
	margin-top: 8px;
	padding: 8px;
	height: 96px;
	border: #ccc solid 1px;
	z-index: 111;
}

#primary section.commentBox article .deleteBox{
	background: #fcfcfc;
	border: #ccc solid;
	border-width: 0 1px;
	/* -webkit-box-sizing: border-box; */
	/* -moz-box-sizing: border-box; */
	/* box-sizing: border-box; */

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#primary section.commentBox article .deleteBox .button{
	color: #bd4117;
	border: #bd4117 solid 1px;
	background: #fff;
}

#primary section.commentBox article .deleteBox p{
	padding: 8px 0 8px;
	font-size: 14px;
	color: #bd4117;
}

#primary section.commentBox article .deleteBox .btnWrapper{
	position: absolute;
	right: 8px;
	bottom: 8px;
	display: table;
	/* width: 100%; */
	height: 32px;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1) ;
	opacity: 0;
}

#primary section.commentBox article .parentBlock.deleteOn .deleteBox .btnWrapper,
#primary section.commentBox article.deleteOn .deleteBox .btnWrapper{
	opacity: 1;
}

#primary section.commentBox article #placeholderForm,
#primary section.commentBox article #placeholderForm52.slideDown{
	height: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1) ;
}

#primary section.commentBox article #placeholderForm.slideDown,
#primary section.commentBox article #placeholderForm52{
	height: 52px;
}

/* POSTFORM ++++++++++ */

#searchForm  footer.defHidden{
	display: block;
	padding: 0 8px;
	height: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.52, 1) ;
	overflow: hidden;
}

#searchForm.active  footer.defHidden{
	padding: 8px;
	height: 46px;
}

#searchForm  footer.defHidden .btnWrapper{
	display: table;
	width: 100%;
	height: 32px;
}

#primary #privateCommune section.commentBox form .bodyComment.on,
#searchForm  .bodyComment.on{
	color: #333;
}

#primary section.commentBox .replyComment .button,
#primary section.commentBox .comment .button{
	display: table-cell;
	padding: 4px 20px;	
	font-size: 1.33rem;
	color: #3faee2;
	vertical-align: middle;
	cursor: pointer;
	background: #fff;
	border: #3faee2 solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: right;
}

#primary section.commentBox  .button.cancel,
#searchForm  footer .button.cancel{
	margin-right: 8px;
}

#primary section.commentBox footer a.replyCommentBtn{
	display: none;
}

#primary section.commentBox .comment.parent footer a.replyCommentBtn{
	display: table-cell;
	
}

.w480{display: none;}


@media only screen and (max-width: 736px){
	#searchForm .bodyComment{
		font-size: 16px;
		line-height: 20px;
	}
	
}

@media only screen and (max-width: 480px){
		
	#primary section.commentBox footer a{
		font-size: 1.3rem;
		color: #333;
	}

	#primary a#public>h1>em{
		width: 88px;
		font-size: 18px;
		line-height: 18px;
	}

	#primary span#userChanger{
		width: 80px;
	}
	#primary span#userChanger>em,
	#primary span#userChanger>i{
		display: inline-block;
		vertical-align: middle;
	}

	#primary span#userChanger>i.far{
		font-size: 1.1rem;
	}

	html body div#primary section#publicCommune.public a#public.close h1 span#userChanger i,
	#primary span#userChanger>i{
		padding-left: 4px;
	}
	#primary span#userChanger>em{
		font-size: 10px;
	}

	#primary a#public>h1 strong{
		padding: 4px 8px 4px 0;
		text-align: center;
	}

	#primary a#public>h1 strong>img,
	#primary a#public>h1 strong>span{
		margin: 0 auto;
		font-size: 11px;
		text-align: center;
		vertical-align: middle;
	}

	#primary a#public>h1 strong>img{
		margin: 0 4px 0 0;
		width: 32x;
		height: 32px;
	}

	.w480{display: inline;}
	
	#searchForm .selectBox#imgTrim{
		z-index: 12;
	}

	#searchForm .selectBox#imgConv{
		z-index: 12;
	}

	#searchForm .selectBox#imgDir{
		z-index: 12;
	}

	#searchForm .selectBox ul.box2{
		position: fixed;
		z-index: 18;
		top: 49px;
		left: 0;
		padding: 0 8px;
		width: 100%;
		height: 0;
		background: rgba(231,255,247,0.99);
		-webkit-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
	}
	
		
	#searchForm .selectBox.slideDown  ul.box2{
		height: auto;
	}
		
	#searchForm .selectBox.slideDown  ul.box2 li {
		padding: 4px 0;
	}
		
	#searchForm .selectBox.slideDown  ul.box2 li .selectValue{
		background: rgba(255,255,255,0.7);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}


	#searchForm .selectBox.slideDown ul.box2{
		padding: 0 8px 8px;
		height: auto;
		-webkit-box-shadow:  0 4px 6px rgba(26,26,26,0.2);
		-moz-box-shadow:  0 4px 6px rgba(26,26,26,0.2);
		box-shadow:  0 4px 6px rgba(26,26,26,0.2);

	}

	#searchForm .selectBox ul.box1{
		z-index: 12;
		width: 100%;
	}

	
	
}

