/* weDoc Pages */
.doc-nav-list .current-menu-item .menu-link{
	color:#fff!important;
}
.docs-template-default .entry-content a{
	color:#e44444!important;
}
.wedocs-entry-footer{
	display: none!important;
}
.wedocs-docs-single h3,
.wedocs-docs-single h3 a{
	font-family: Aerohate, sans-serif;
	color:#e44444;
}
.inside, 
ul.wedocs-doc-sections a{
	color:#000!important;
}
.wedocs-doc-link{
	display: flex;
	justify-content: center;
	align-items: center
}
.wedocs-doc-link a,
.nav-next a{
	margin-left: auto;
  	margin-right: auto;
	background-color:#e44444;
	color:#fff!important;
	font-family: Scala Sans,Helvetica,Arial,sans-serif;
	padding: 10px 20px;
}
.wedocs-doc-link a:hover,
.nav-next a:hover{
	background-color:#d63538;
	color:#fff;
	transform: scale(1.1);
}
.wedocs-single-wrap,
.ast-separate-container .ast-article-single:not(.ast-related-post),
.post-1599 .wedocs-docs-single,
.type-docs .ast-article-inner{
background: url('https://www.menhirsfate.com/wp-content/uploads/2024/08/00_Background_lighter-scaled.jpg'); 
}
.type-docs .ast-article-inner{
	border-radius:20px;
}
.type-docs .ast-article-inner h2 a{
	color:#000!important;
}
.wedocs-single-wrap{
	padding:20px;}
.wedocs-single-wrap .widget-title{
	color:#000!important;
	font-size: 2rem!important;
}
.type-docs h2.wp-block-heading{
color: #844725 !important;
  font-family: 'scala sans'!important;
  border-bottom:1px solid #844725;
}
.article-child h3{
	color:#000!important;
}
.type-docs h3.wp-block-heading,
.type-docs h4.wp-block-heading,
.type-docs h5.wp-block-heading,
.type-docs h6.wp-block-heading{
	color: #844725 !important;
	font-family: 'scala sans'!important;
}

.type-docs h1.wp-block-heading,
.type-docs .gform_title,
.type-docs .gfield_label,
.type-docs .form-field-label{
	color:#000!important;
}
.type-docs .wp-block-button a,
.type-docs .gform_button{
	color:#fff!important;
	background-color: #e44444!important;
  	border-color: #e44444!important;
}
.type-docs .wp-block-button a:hover,
.type-docs .gform_button:hover{
	background-color: #d63538!important;
  	transform: scale(1.1)!important;
}
}
table.wp-block-table tbody > tr:first-child {
    background-color: #ece6de !important;
}

.type-docs p,
.type-docs li,
.type-docs td{
	color: #000 !important;
  	font-family: 'scala sans';
}
ul.wp-block-list li::marker{
	color:#000!important;
}
.wp-block-quote{
	border-left:none!important;
	background-color:#ffffff82;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.5);
}
.wp-element-caption,
.blocks-gallery-caption{
	color:#000!important;
	font-style: italic;
	font-family:aerohate!important;
	font-size: 14px !important;
}
.right-sidebar .doc-nav-list{
	max-height: 600px;
  overflow-y: scroll;
}