#wp-plogg-before-after-main .blocs-wrapper .bloc {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4em;
	margin-bottom: 4em;
	overflow: hidden;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .top-wrapper{
	overflow: hidden;
	margin-bottom: 1em;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper{
	width: 100%;
	overflow: hidden;
    font-size: 0;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper a{
	color: inherit;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-left{
	width: 50%;
	background-size: cover!important;
	float: left;
	position: relative;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-right{
	width: 50%;
	background-size: cover!important;
	float: right;
	position: relative;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-container{
    width: 25%;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 18px;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper.une-photo .photo-container{
	width: 100%;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper.deux-photos .photo-container{
	width: 50%;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper.deux-photos .photo-container .photo{
	padding-bottom: 50%;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper.trois-photos .photo-container{
	width: 33.33%;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-container .photo{
	padding-bottom: 66%;/* 56%;16:9 */
	background-size: cover!important;
	position: relative;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-container .photo.contain{
	background-size: contain!important;
}	
#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .label{
	position: absolute;
	background: rgba(255, 255, 255, 0.43);
	color: #000;
	padding: 10px;
	display: inline-block;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.5em;
	bottom: 0;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .right-wrapper{
	width: 100%;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .right-wrapper.no-photo{
	width: 100%;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc h2{
	margin-top: 0;
	display: inline-block;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc h2 a{
	border-bottom: none;
	text-decoration: none;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc h2 a:hover{
	border-bottom: 1px solid;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .auteur-wrapper span{
	color: #4eaadf;
	border-bottom: 1px solid;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .content-wrapper{
	line-height: 1.8em;
	font-size: 1.1em;
	color: #333;
}
#wp-plogg-before-after-main.foldable .blocs-wrapper .bloc .content-wrapper{
	display: none;
}
#wp-plogg-before-after-main.foldable .blocs-wrapper .bloc .right-wrapper.show .content-wrapper{
	display: block;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .icon-chat{
	color: #7CA8D4;
	float: right;
	font-size: 2em;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .icon-chat::before{
	vertical-align: middle;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .icon-chat a{
	font-weight: bold;
	font-size: .7em;
}
#wp-plogg-before-after-main .blocs-wrapper .bloc .more{
	font-size: 1.2em;
	font-weight: bold;
}
#wp-plogg-before-after-main .filtrer-avant-appres{
	max-width: 400px;
	margin-bottom: 2em;
}

#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-container .description{
    text-align: center;
    margin: 1em;
}

#wp-plogg-before-after-main .button-foldable-wrapper{
	text-align: center;
	margin-top: 1em;
}
#wp-plogg-before-after-main .button-foldable-wrapper .button.less,
#wp-plogg-before-after-main .right-wrapper.show .button-foldable-wrapper .button.more{
	display: none;
}
#wp-plogg-before-after-main .right-wrapper.show .button-foldable-wrapper .button.less{
	display: inline-block;
}
#wp-plogg-before-after-main .right-wrapper.show .button-foldable-wrapper{
	margin-top: 1em;
}

@media screen and (max-width: 1023px) {
	#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-container{width: 50%;  }
	#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper.trois-photos .photo-container{width: 33.33%;}
}

/* mobiles */
@media screen and (max-width: 767px) {
	/* Avant - Après */
	#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-left,
	#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-right{width: 100%;}
	#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-left .label,
	#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-right .label{font-size: 1em;}
	
	
	#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper .photo-container,
	#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper.une-photo .photo-container,
	#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper.deux-photos .photo-container,
	#wp-plogg-before-after-main .blocs-wrapper .bloc .photo-wrapper.trois-photos .photo-container{width: 100%;}
}