.mce-content-body{
	max-width : 800px!important;
	margin : auto!important;
	background-color : #e6e6e6;
}

.mce-content-body .row,
.mce-content-body .col-12{
	border : 1px dotted var(--border);
}


/*
*	Fil d'ariane
*/
#breadcrumbs{
	font-weight: 400;
    font-size: .85em;
	color: var(--muted);
}

#breadcrumbs a{
	color: var(--muted);
}
/*
#breadcrumbs a:before,
.breadcrumb_last:before{
	position : relative;
	top : -1px;
	font-size : 8px;
	display : inline-block;
	content: "\f054";
	margin-left : 3px;
	margin-right : 5px;
	font-family: "Font Awesome\ 5 Free",Arial;
	font-weight: 900;
}

#breadcrumbs>span>span>a:before{
	content : none;
}
*/
#breadcrumbs a:hover{
	color: var(--body);
}
/*
#breadcrumbs i{
	display : none;
	
}

#breadcrumbs span i{
	
}
*/
@media(max-width:767px){
	.single #breadcrumb.last{
		display : none;
	}
}

/*
*	Intro
*/

.post-intro p{
	clear : none!important;
}

.post-intro p:last-child{
	margin-bottom : 0;
}

.post-intro img.alignleft,
.post-intro img.alignright{
	max-width : 50%;
}

@media(min-width:768px){
	.post-intro img.alignleft,
	.post-intro img.alignright{
		max-width : 25%;
	}
}




.entry-content{
	clear : both;
	position : relative;
}

.entry-content:after{
	content:"";
	clear : both;
}

.entry-content>div:not(.row),
.entry-content iframe,
.entry-content,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	max-width : 100%;
	clear : both;
}

.entry-content iframe{
	margin : auto;
}

.entry-content figure{
    margin: 0 0 1rem;
}

/*
*	Link
*/
.entry-content a:not([class*="btn"]),
.entry-content a.obf:not([class*="btn"]),
.btn-link{
	font-weight : 700;
	color: var(--primary);
	text-decoration : underline;
	text-underline-position: under;
}

.entry-content a:not([class]):hover,
.btn-link:hover,
.btn-link:active,
.btn-link:focus{
	filter: brightness(60%);
}

/*
*	p
*/
@media (min-width : 1024px){
	.big{
		font-size : 1.1em;
	}
}

.entry-content p,
.entry-content>div{
	position : relative;
	margin-bottom : 1.5em;
}

.entry-content p + ul,
.entry-content p + ol{
	margin-top : -.75rem;
}

.entry-content>*:last-child{
	margin-bottom: 0;
}

@media(min-width:1200px){
	.big{
		font-size : 1.2em;
	}
}

/*
*	Lists
*/

.entry-content ul:not([class]),
.entry-content ol:not([class]),
.entry-content ul[class*="column"],
.entry-content ol[class*="column"]{
	list-style-type : none;
	padding-top : 0;
	padding-left : .5em;
	margin-bottom : 1.5em;
}

.entry-content ul:not([class]) ul,
.entry-content ol:not([class]) ol,
.entry-content ul[class*="column"] ul,
.entry-content ol[class*="column"] ol{
	margin-top : .4em;
	margin-bottom : 0;
	padding-left : 1em;
}

.entry-content ul:not([class]) li,
.entry-content ol:not([class]) li,
.entry-content ul[class*="column"] li,
.entry-content ol[class*="column"] li{
	padding-bottom : .4em;
}



.entry-content ul:not([class])>li:before,
.entry-content ul[class*="column"] li:before{
	content : '\f00c';
	display : inline-block;
	margin-right : .5em;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	font-size : .8em;
	color : var(--primary);
	vertical-align : .1em;
}

.entry-content ul:not([class])>li li:before,
.entry-content ul[class*="column"]>li li:before{
	font-size: 1.2em;
    content: '\f0da';
    line-height: .7em;
    vertical-align: -.1em;
    margin-right: .25em;
}

.entry-content ol:not([class]),
.entry-content ol[class*="column"] {
    counter-reset: num;
}

.entry-content ol:not([class])>li,
.entry-content ol[class*="column"]>li {
    counter-increment: num;
}

.entry-content ol:not([class])>li:before,
.entry-content ol[class*="column"]>li:before {
	position: relative;
    display: inline-block;
    content: counter(num);
    width: 1.8em;
	max-height: 1.8em;
    margin-right: .5em;
    margin-left: 0em;
    text-align: center;
    font-size: .75em;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--primary);
    border: 0.15em solid;
    border-radius: 50%;
}

@media(min-width : 768px){
	.column-2{
		columns: 2;
		column-gap : 30px;
		/*column-rule : 1px solid var(--border);*/
		margin-bottom : 1.5rem;
	}
	
	.column-3{
		columns: 3;
		column-gap : 30px;
		/*column-rule : 1px solid var(--border);*/
		margin-bottom : 1.5rem;
	}
	
	
}

.entry-content:not(.mce-content-body) .gallery-ctn{
	padding-left : 0;
	padding-right : 0;
	border : 1px solid transparent;
}

.entry-content:not(.mce-content-body) .gallery-item{
	position : relative;
	display : block;
	cursor : zoom-in;
	height: 100%;
}


.entry-content:not(.mce-content-body) .landscape{
	min-width: 100%;
	flex-grow : 1;
}

.entry-content:not(.mce-content-body) .portrait{
	min-width: 50%;
	flex-grow : 2;
}

.entry-content:not(.mce-content-body) .landscape .gallery-item{
	padding : 66% 0 0;
}

.entry-content:not(.mce-content-body) .portrait .gallery-item{
	padding : 133.3333% 0 0;
}

@media(min-width : 768px){
	.entry-content:not(.mce-content-body) .landscape{
		min-width: 50%;
		max-width : 66.66667%;
	}

	.entry-content:not(.mce-content-body) .portrait{
		min-width: 25%;
		max-width : 33.3333%;
	}
}





.entry-content:not(.mce-content-body) .gallery-item:hover img{
	opacity : .7;
}

.entry-content:not(.mce-content-body) .gallery-item img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity : 1;
  transition : .4s opacity;
}





/*
*	Wordpress default
*/
.entry-content .aligncenter {
	display: block;
	margin: 0 auto 1rem!important;
}

.entry-content .alignleft {
	float: left;
	max-width : 40%!important;
	margin: 0.5rem 1rem 0.5rem 0!important;
}

.entry-content .alignright {
	float: right;
	max-width : 40%!important;
	margin: 0.5rem 0 0.5rem 1rem!important;
}

/*
*	Figure
*/

.entry-content .wp-caption {
	position : relative;
	max-width : 100%;
    text-align: center;
	z-index: 1;
}

.entry-content .wp-caption .wp-caption-text{
	/*position: absolute;
    bottom: .5em;*/
	position : relative;
    width: 100%;
	font-size: .85rem;
    color: var(--muted);
	background-color: var(--light);
    line-height: 1.2;
    text-align: right;
    padding: .25rem;
    text-shadow: -1px 0 rgba(255,255,255,.5), 0 1px rgba(255,255,255,.5), 1px 0 #fff, 0 -1px rgba(255,255,255,.5);
	user-select: none;
}

/* Blockquotes */
.entry-content blockquote{
	position : relative;
	font-size : 1.4em;
	font-style : italic;
	display : block;
	padding : 30px 30px;
	margin : 3rem 0 1.5rem;
	color : var(--muted);
	background-color : var(--light);
}

.entry-content blockquote>p{
	margin-bottom : .5rem;
}

.entry-content blockquote>p:last-child{
	margin-bottom : 0;
}

.entry-content blockquote:before{
	position : absolute;
	top: -4rem;
	left : 50%;
	content: '\201C';
    display: inline-block;
    color: var(--primary);
    font-family: Arial, sans-serif;
    font-size: 10rem;
    font-weight: 900;
    line-height: 1;
    font-style: normal;
	opacity : .2;
	transform : translateX(-50%);
}

.entry-content blockquote>footer,
.entry-content blockquote>cite{
	text-align : right;
	margin-top : -.5rem;
}

/*
*	Remove empty p
*/

p:empty{
	display : none;
}

.single-thumbnail figure{
	margin-top : 0!important;
}

