<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: .7em;
	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&gt;span&gt;span:first-of-type&gt;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&gt;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 : 600;
	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 ul,
.entry-content ol,
.entry-content p,
.entry-content&gt;div,
.entry-content iframe,
.entry-content blockquote{
	position : relative;
	margin-bottom : 1.5em;
}



.entry-content&gt;*: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]){
	margin-bottom : 1.5em;
}

.entry-content ul:not([class]) li,
.entry-content ol:not([class]) li{
	position:relative;
	padding-left: 1.5em;
	margin-bottom : .4em;
}

.entry-content ul:not([class]) li:before,
.entry-content ol:not([class]) li:before{
	display : inline-block;
	position:absolute;
	top:0;
	left:0;
	width: 1em;
	color : var(--primary);
	transform: scale(.75);
    transform-origin: left center;
}

.entry-content ul:not([class])&gt;li:before{
	content : '\f00c';
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	width: 1em;
}


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

.entry-content ul:not([class])&gt;li ul&gt;li:before,
.entry-content ol:not([class])&gt;li ul&gt;li:before{
	content: '\f0da';
	width: .5em;
}
*/


.entry-content p + ul:not([class]),
.entry-content p + ul[class*="column"],
.entry-content p + ol:not([class]),
.entry-content p + ol[class*="column"]{
	margin-top : -.75em;
}

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

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



.entry-content ul:not([class]) li,
.entry-content ol:not([class]) li,
.entry-content ul[class*="column"] li,
.entry-content ol[class*="column"] li{
	position:relative;
	margin-top : .5em;
	text-indent: -1em;
}

/*
.entry-content ul:not([class]) li ul&gt;li,
.entry-content ul[class*="column"] li ul&gt;li,
.entry-content ol:not([class]) ul&gt;li,
.entry-content ol[class*="column"] ul&gt;li{
	text-indent: -.5em;
}*/



.entry-content ul:not([class])&gt;li:before,
.entry-content ul[class*="column"]&gt;li:before{
	content : '\f00c';
	display : inline-block;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	width: 1em;
	color : var(--primary);
	transform: scale(.75) translateY(15%);
    text-align: right;
    padding-right: 0.25em;
}

.entry-content ul:not([class])&gt;li ul&gt;li:before,
.entry-content ul[class*="column"]&gt;li ul&gt;li:before,
.entry-content ol:not([class])&gt;li ul&gt;li:before,
.entry-content ol[class*="column"]&gt;li ul&gt;li:before{
	content: '\f0da';
	width: .5em;
}

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

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

.entry-content ol:not([class])&gt;li:before,
.entry-content ol[class*="column"]&gt;li:before {
	display:inline-block;
	content: counter(num)!important;
	width: 1em;
	text-align:center;
    font-weight: 600;
    color: var(--primary);
	transform: scale(.75);
    transform-origin: center;
	-moz-transform-origin: .4em .4em;
}

.entry-content ol:not([class])&gt;li:after,
.entry-content ol[class*="column"]&gt;li:after{
	content:"";
	display:inline-block;
	position:absolute;
	width: 1.3em;
	height: 1.3em;
	top: 0.05em;
	left: -1.55em;
	border:1px solid var(--primary);
	border-radius: 50%;
}

@media(min-width : 768px){
	p.column-2,
	ul.column-2{
		columns: 2;
		column-gap : 30px;
		margin-bottom : 1.5rem;
	}
	
	p.column-3,
	ul.column-3{
		columns: 3;
		column-gap : 30px;
		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 1.5em!important;
}

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

.entry-content .alignright {
	float: right;
	max-width : 40%!important;
	margin: .5em 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: 0;
	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&gt;p{
	margin-bottom : .5rem;
}

.entry-content blockquote&gt;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&gt;footer,
.entry-content blockquote&gt;cite{
	text-align : right;
	margin-top : -.5rem;
}

/*
*	Remove empty p
*/

p:empty{
	display : none;
}

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

</pre></body></html>