/*
Theme Name: documentations
Author: X
Text Domain: documentations
*/



:root {
/*  --main-bg-color: #F9F4F4;
  --main-txt-color: #13131A;*/

    --main-bg-color: #ffffff;
  --main-txt-color: #000000;
    --main-txt-size: 18px;
	--main-txt-line: 27px; 
}


@font-face {
    font-family: 'LMMonoLt10';
    src: url('font/LMMonoLt10-Regular.woff2') format('woff2'),
        url('font/LMMonoLt10-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LMMono10';
    src: url('font/LMMono10-Regular.woff2') format('woff2'),
        url('font/LMMono10-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body{ 
	background-color: var(--main-bg-color);

    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
/*    letter-spacing: 0.025em;*/
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;



}

body.home{
	background-color: var(--main-bg-color);
}

body.single-post{
	background-color: var(--main-bg-color);
}



a:link{ 
	/*color: #551a8b; */
	color: var(--main-txt-color);
	text-decoration: none;
	/*text-shadow: #bbbbbb 1px 0 10px;*/
/*	text-shadow: #ffffff 0px 0px 0px;*/

	/*text-shadow: 1px 0 10px var(--main-background);*/
/*	transition: color 1.5s, text-shadow 1.5s;*/
}

a:active{ 
	color: var(--main-txt-color);
	text-decoration: none;
 }

a:visited{ 
	color: var(--main-txt-color);
	text-decoration: none;
 }

a:hover{ 
	/*color: #FC00FC; */
	color: var(--main-txt-color);

	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset : 3px;

/*	text-shadow: 1px 0 10px #FC00FC;
	transition: color 0.5s, text-shadow 0.5s;*/
}

em{ 
	font-style: italic;
}

ol {
    list-style-type: decimal;
    padding-left: 18px;
	padding-right: 18px;
    font-size: var(--main-txt-size);
    line-height: var(--main-txt-line);
}

ol li{
	margin-bottom: 18px;
}


body.home #container{
/*	width: 1000px;
	padding-left:40px;
	padding-right:40px;*/

	width: 100%;

	margin: auto;
	background-color: transparent;

/*	padding-top: 40px;*/
	margin-top: 0px;
	margin-bottom: 20px;
}


body.home #container #content{     

	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}



body.category #container {
/*	width: 1000px;
	padding-left:40px;
	padding-right:40px;*/

	width: 100%;

	margin: auto;
	background-color: transparent;

/*	padding-top: 40px;*/
	margin-top: 0px;
	margin-bottom: 20px;
}

body.category #container #content{     

	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}

body.category article{ 
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 0px solid var(--main-txt-color);
    max-width: 33.33%;
/*    padding-left: 30px;
    padding-right: 30px;*/

        padding-left: 15px;
    padding-right: 15px;
 }

body.category h1.entry-title {
    width: 800px;
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
    text-align: left !important;

}

body.tag #container {
/*	width: 1000px;
	padding-left:40px;
	padding-right:40px;*/

	width: 100%;

	margin: auto;
	background-color: transparent;

/*	padding-top: 40px;*/
	margin-top: 0px;
	margin-bottom: 20px;
}

body.tag #container #content{     

	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}

body.tag article{ 
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 0px solid var(--main-txt-color);
    max-width: 33.33%;
/*    padding-left: 30px;
    padding-right: 30px;*/

        padding-left: 15px;
    padding-right: 15px;
 }

body.tag h1.entry-title {
    width: 800px;
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
    text-align: left !important;

}


body.search-results #container {
/*	width: 1000px;
	padding-left:40px;
	padding-right:40px;*/

	width: 100%;

	margin: auto;
	background-color: transparent;

/*	padding-top: 40px;*/
	margin-top: 0px;
	margin-bottom: 20px;
}

body.search-results #container #content{     

	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}

body.search-results article{ 
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 0px solid var(--main-txt-color);
    max-width: 33.33%;
/*    padding-left: 30px;
    padding-right: 30px;*/

        padding-left: 15px;
    padding-right: 15px;
 }

body.search-results h1.entry-title {
    width: 800px;
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
    text-align: left !important;

}






/*body #container {
    width: 800px;
    margin: auto;
    background-color: var(--main-bg-color);
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
}*/

body.single-post #container{
	
	background-color: transparent;
}




.headerSite{
	/*border-bottom: 1px solid black;*/
    text-align: center;
    background-color:  transparent;
/*    padding-top: 30px;*/
}

#branding{
	line-height: 1;
}

#introduction{
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

#introduction p:last-child{
	margin-bottom: 5px !important;
}


#introduction .wp-block-image {
    margin-top: 30px;
    margin-bottom: 5px;
}

#ad{
	padding-left: 30px;
	padding-right: 30px;
    padding-top: 22px;
}

#ad img{
	width: 100%;
	display: block;
}

#darkmode-toggle{ display:none }

article{ 
    margin-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid var(--main-txt-color);

 }

body.home article{ 
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 0px solid var(--main-txt-color);
    max-width: 33.33%;
/*    padding-left: 30px;
    padding-right: 30px;*/

        padding-left: 15px;
    padding-right: 15px;
 }

/*body.home article:first-child{
	max-width: 100%;
}
*/





article .line{ margin-top: 15px; }

article.post .entry-content p{
	font-size: var(--main-txt-size); 
	line-height: var(--main-txt-line); 
}

article.page .entry-content p{
	font-size: var(--main-txt-size); 
	line-height: var(--main-txt-line); 
}

article.page .entry-content li{
	font-size: var(--main-txt-size); 
	line-height: var(--main-txt-line); 
}

body.single-post article{
	margin-top: 0px;
}

body.single-post article header{ 
	width: 100%;
		background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
}

body.single-post header .entry-title{ 
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;
	font-size: 60px;
 }

body.single-post header .entry-meta{ 
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;
 }

body.single-post .entry-content{
	margin-top: 50px;
	width: 800px;
	margin: auto;
	padding-top: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
}

body.single-post .entry-content p{
		padding-left:100px;
	padding-right:100px;
}



body.page article{
	margin-top: 0px;
}

body.page article header{ 
	width: 100%;
		background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
 }

body.page header .entry-title{ 
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;
 }

body.page header .entry-meta{ 
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;
 }

body.page .entry-content{
	margin-top: 50px;
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;
	padding-top: 40px;
	margin-top: 0px;
/*	margin-bottom: 20px;*/
	margin-bottom: 80px;
}

/*body.tag article{ 
	margin-top: 0px;
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;	
 }*/

body.single p img {
    /*width: 120% !important;
    margin-left: -10%;*/
    height: auto !important;
}


/*

body.tag header .categorie-post-link{
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;	
}

body.tag header .tag-links{
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;
}

body.tag header .entry-title{ 
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;
 }

body.tag header .entry-meta{ 
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;
 }

body.tag .entry-content{
	margin-top: 50px;
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;
	padding-top: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
}

body.tag .entry-footer{
	width: 800px;
	margin: auto;
	padding-left:100px;
	padding-right:100px;
}
*/

header{
   
   

}

nav{ 
	border-top: 0px solid var(--main-txt-color);
	background-color: transparent;
	margin-top: 30px;
	z-index: 3;
    position: relative;
        display: none;
 }



nav .categories-item{
	font-size: 14px;
	line-height: 20px;
	padding: 14px 7px;
	font-family:monospace;
    font-family: 'LMMonoLt10';
	font-weight: 500;
}

nav .page_item{
	font-size: 14px;ƒ
	line-height: 20px;
	padding: 0px 7px;
	font-family:monospace;
    font-family: 'LMMonoLt10';
	font-weight: 500;
}

.menu{
	display: inline-block;
	/*margin-left: 70px;*/
	font-family:monospace;
/*    font-family: 'LMMonoLt10';*/
    font-family: 'LMMono10';
}


.spacer{     width: 10px;
    display: inline-block;
    text-align: center;
     }

#branding{
	line-height: 2;
}

.entry-summary{
/*	margin-bottom: 20px ;*/
}

.entry-summary a img{
    width: 100% !important;
    height: auto;
    min-height: 100%;
}

.entry-footer{
	margin-top: 13px;
}

.image-article{
    width: 100%;
/*    height: 284px !important;*/
/*    overflow: hidden;*/
}

.image-article img{
/*	transform: translateY(-24%);*/
}

#titre-site{
		/*font-family:monospace;*/
		font-size: 120%;
		display: block;
		font-size: 36px; 
		line-height: 40px; 
		font-family:monospace;
	    font-family: 'LMMonoLt10';
		text-align: center;
		/* text-transform: uppercase;
		font-weight: bold; */
		display: none;
}
ul#menu-primary{
	display: flex;
/*	justify-content: space-evenly;*/
justify-content: space-between;
	background-color: var(--main-bg-color);
/*	color: white;*/
/*    height: 50px;*/
/*    padding-top: 8px;*/
padding-left: 30px;
padding-right: 30px;
    padding-top: 15px;
}

ul#menu-primary a{
/*	color: white !important;*/
	font-size:14px;
	line-height :20px;
	color : var(--main-txt-color);
}

ul#menu-primary a:hover{
	color : var(--main-txt-color);
}

ul.sub-menu{
	display: none;
	flex-direction: column;
    position: absolute;
    z-index: 9999;
    background-color: var(--main-bg-color);
/*        width: 200px;*/
    /* left: 0px; */
/*    margin-left: -69px;*/
	padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    text-align: left;

    padding-bottom: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

li.menu-item-has-children:hover > ul.sub-menu{
	display: flex;
	position: absolute;
}

.menu-item{
	position: relative;
}

#menu-item-459{
/* ici la loupe	*/
}


h1{ 
	font-size: 200%; 
}
h2{ 
	font-size: 36px; 
	line-height: 40px; 
	font-family:monospace;     
    font-family: 'LMMonoLt10';	
	margin-bottom: 20px; 

}

body.single-post h2{
		    padding-left: 100px;
    padding-right: 100px;
}

h3{ 
	font-size: 21px; 
}

/*.wp-block-quote p{
    font-size: 25px;
    line-height: 28px;
    font-family: monospace;
    margin-bottom: 20px;
}

.wp-block-pullquote blockquote p{
    font-size: 25px;
    line-height: 28px;
    font-family: monospace;
    margin-bottom: 20px;
}
*/

.wp-block-button__link {
    color: black;
    background-color: white;
    border: 1pt solid black;
}

blockquote {
    margin-bottom: 20px;
}

blockquote p{
    font-size: 25px !important;
    line-height: 28px !important;
    font-family: monospace;
    font-family: 'LMMonoLt10';
}





.entry-title{
/*	font-size: 36px; */
/*	line-height: 40px; */
    font-size: 2.3em;
	line-height: 0.9em;
	font-family:monospace;
	font-family: 'CourierNewRegular';
    font-family: 'CourierNewBold';
	font-family: 'CourierNewLight';
    font-family: 'LMMonoLt10';
	margin-bottom: 0px; 
	letter-spacing: -2px;
}

.entry-title a:hover{

	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset : 3px;
}

hr{ 
    /*height: 3px !important;
    border-width: 0px;
    background-color: transparent;*/
    /*padding: 2px 0px !important;*/
    border-top: 1px;
    border-color: var(--main-bg-color);
    transition: border-color 1.5s;
 }
p{  
	font-size: 15px; 
	line-height: 19px;
}
footer#footer{
	text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
/*h1{
		font-family:monospace;

}

h2{
			font-family:monospace;

}*/


.mono{
	font-family:monospace;
    font-family: 'LMMonoLt10';
	font-size: 120%;
}

.tab{
	width: 130px;
	font-family:monospace;
    font-family: 'LMMonoLt10';
    display: inline-block;
	font-size: 120%;
}

.entry-meta{
	font-size: 12px; 
	line-height: 14px; 
	font-family:monospace; 
	text-transform: uppercase;
    font-family: 'LMMono10';

}

.categorie-post-link{ 	
	font-size: 14px;
	line-height: 20px;
	/*padding: 14px 7px;*/
	font-family:monospace;
    font-family: 'LMMono10';
	font-weight: 500;
 }

.post-edit-link{
	float: right;
	/*background-color: white; */
	background-color: transparent;
	border: 1px solid var(--main-txt-color);
	border-radius: 200px;
	padding: 3px 10px;
}

.btn-lire{
	margin-top: 15px;
    border-radius: 7px;
    text-align: center;

    /*width: 100%;*/
    
    width: 110px;
    padding: 3px 10px;
    border: 1px solid var(--main-txt-color);
    margin: auto;

	border-radius: 200px;
    position: relative;
    display: block;

}

.categories-item{
	display: inline-block;
}

.menu ul li{
	display: inline-block;
}

.item-description p{
	/*padding-left: 100px;
	padding-right: 100px;*/

}

strong{ font-weight: bold !important; }




/* WP ARTICLES */

p{
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-image{
    margin-top: 50px;
    margin-bottom: 50px;
}

.wp-block-image img{
/*    max-width: 120%;
    margin-left: -10%;*/
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 0px solid;
    margin-top: 50px;
    margin-bottom: 50px;
}

.wp-block-image size-full{

}


figcaption{

}

.footnote_referrer a:first-child{ 
pointer-events: none;
 }

.footnote_tooltip {
    display: block;
    font-size: 11px !important;
    left: calc(50% + 300px);
    width: calc((100vw - 600px)/2);
    max-width: 25% !important;
    position: absolute;
    padding-top: 0px;
    margin-top: -27px;
    line-height: 1.3;
    padding: 0px 30px 0px 50px;
    padding-left: 20px !important; 
    padding-right: 20px !important;
    z-index: 9 !important;

}


.line{ 
    height: 50px;
    overflow: hidden;
    margin-top: -17px;
    margin-bottom: -25px;
    pointer-events: none;

    display: none;
}

.line div{     
    margin-top: 22px;
    height: 50px;
    width: 120%;
    margin-left: -10%;
    border-top: 1px solid var(--main-txt-color);
    opacity: 0.7;
}

.randomposts {
	display: flex;
}
.randomposts li{
	/*display: flex;*/
	width: 25%;
	font-family:monospace;
    font-family: 'LMMonoLt10';
	font-size: var(--main-txt-size);
    line-height: 22px;
    padding: 20px;
}

.randomposts li .entry-meta{
	line-height: 12px;
}

.randomposts li:first-child{
    padding-left: 40px;
}

.randomposts li:last-child{
    padding-right: 40px;
}

.randompost-summary{
	font-family: sans-serif;
	font-size: 13px;
    line-height: 17px;
}

.lireLaSuite{
	display: block;
	text-align: center;

}

.widget_search{
	display: none;
}

.widget_newsletterwidget{
	width: 400px;
	margin: auto;
}

.tnp-widget input.tnp-submit {
    background-color: transparent !important;
    background-image: none !important;
    text-shadow: none !important;
    color: #000 !important;
    margin: 0 !important;
	text-shadow: 1px 0 10px #FC00FC !important;
	cursor: pointer;
    width: auto !important;
    margin: auto !important;
    font-family: sans-serif;
    border: 0px !important;
    font-size: 16px;
}


.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid !important;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 4px;
}

div.tnp-subscription, div.tnp-profile, form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 0em auto !important;
    max-width: none !important;
    width: 100%;
}

.tnp-email{
	border-radius: 4px;
	background-color: var(--main-bg-color) !important;
	color: var(--main-txt-color) !important;
}

.tnp-subscription label, .tnp-profile label {
    display: block;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 0.25em;
     font-size: 1em !important; 
}


.wp-block-search__inside-wrapper input[type="search"]{
	border-radius: 4px;
/*	    width: 100%;*/
    padding: 0.7em;
    display: block;
    border: 1px solid;
    color: black;
    border-color: black;
    background-color: white;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}


.wp-block-search__button{
		border-radius: 4px;
		    color: black;
    border-color: black;
    background-color: white;
    border: 1px solid;

}

/* darkmode */





.darkmode-layer{
	z-index: 10;
	mix-blend-mode: exclusion !important;

}

.darkmode-toggle{
	z-index: 20;
	background: transparent !important;
	color: var(--main-txt-color);
    width: calc((100vw - 600px)/2) !important;
    left: 0px;
    text-align: right;
    left: none;
    right: 0px;
    top: 60px;
    bottom: none;
    width: 110px !important;
    display: block !important;
    position: absolute !important;
    text-shadow: rgb(219, 66, 10) 1px 0px 10px;

    display: none !important;
}

.darkmode-toggle:after{
	content: " sombre";
}

.darkmode-toggle--white{
	color: var(--main-bg-color);
}
.darkmode-toggle--white:after{
	content: " clair";
}

.darkmode-layer--button{ 
opacity: 0;
/*transition: opacity 1s;*/

}

.darkmode-layer--expanded{
opacity: 1;	
/*transition: opacity 1s;*/
}*/


img{ 
position: relative;
z-index: 15;
 }

 #comments{
    width: 800px;
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.comment-author.vcard img{
	display: none;
}

.comment-author.vcard .fn{
	font-style: normal;
}

.comment-author.vcard{
	font-family:monospace; 
    font-family: 'LMMonoLt10';
	display: inline-block;
}
.comment-meta.commentmetadata{
		display: inline-block;
}


.comment{
	margin-bottom: 15px;

}

.comment .children{
	margin-left: 100px;
}
.comment .says{
	display: none;
}

.comment-meta.commentmetadata{
	font-size: 10px;
    line-height: 8px;
    font-family:monospace;
    font-family: 'LMMonoLt10';
    text-transform: uppercase;
}

.comment-reply-link{
    text-align: right;
    display: block;
}

.comment-reply-title{ 
	font-size: 36px;
	line-height: 40px;
	font-family:monospace;
    font-family: 'LMMonoLt10';
}

.required-field-message{ 
	display: none; 
}

.comment-form-comment {
	/*display: none;*/
	margin-bottom: 15px;
}

.comment-form-comment textarea#comment{
	border-radius: 4px;
    background-color: var(--main-bg-color) !important;
    color: var(--main-txt-color) !important;
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    /*height: auto;*/
}

.comment-form-author{
	margin-bottom: 15px;
}

.comment-form-author input#author{
	border-radius: 4px;
    background-color: var(--main-bg-color) !important;
    color: var(--main-txt-color) !important;
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.comment-form-email{
	margin-bottom: 15px;
}

.comment-form-email input#email{
	border-radius: 4px;
    background-color: var(--main-bg-color) !important;
    color: var(--main-txt-color) !important;
	width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}


.comment-form-url{ display: none; }


.form-submit{ 
	text-align: center;
	margin-top: 25px;
 }

.form-submit input#submit {
    background-color: transparent !important;
    background-image: none !important;
    text-shadow: none !important;
    color: #000 !important;
    margin: 0 !important;
	text-shadow: 1px 0 10px #FC00FC !important;
	cursor: pointer;
    width: auto !important;
    margin: auto !important;
    font-family: sans-serif;
    border: 0px !important;
    font-size: 16px;
}

p.comment-notes{
	margin-top: 10px; 
	margin-bottom: 25px;	
}

p.logged-in-as{
	margin-top: 10px; 
	margin-bottom: 25px;
}





.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea{
	border: 1px solid !important;
}




/* BACKGROUND GENERATOR */

.main {
  top: 0px;
  width: 100vw;
  height: 100%;
  position: absolute;
  /*overflow: hidden;*/
  z-index: -1;
}

.box {
/*  width: 100px;
  height: 100px;*/
  background: #e00;
  border-radius: 999999px;
  position: absolute;
  /* parent width - box width */
  filter: blur(10.5rem);
}



/*.pll-parent-menu-item a span{ display:none }

.pll-parent-menu-item a { content:"traduction" }*/




/* RESPONSIVE */

@media all and (min-width:0px) and (max-width: 800px) {
	body.home #container{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	body.category #container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	body.single-post header .entry-title{ 
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.single-post header .entry-meta{ 
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.single-post .entry-content{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.single-post .entry-content p{
		padding-left: 0px;
		padding-right: 0px;
	}

	body.single-post h2{ 
		padding-left: 0px;
		padding-right: 0px;
		word-wrap: break-word;

	}

	body.page header .entry-title{ 
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;

		font-size: 36px;
	}

	body.page header .entry-meta{ 
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.page .entry-content{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	#comments{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.widget_newsletterwidget {
		width: 100%;
	}
/*	.entry-meta .spacer{
		display: none;
	}*/

	.spacer{ 
	visibility: hidden;
	display: block;
	   height: 0px;
	     }

/*	.entry-meta .author{
		display: block;
	}*/

	#footer{ 
	padding-left: 20px;
	padding-right: 20px; }

	.mono{
		font-size: 110%;
	}

	.randomposts{
		display: block;
	}

	.randomposts li {
		 display: block; 
		width: 100%;
		padding-left: 20px; 
		padding-right: 20px;
		font-family:monospace;
	    font-family: 'LMMonoLt10';
		font-size: var(--main-txt-size);
		line-height: 22px;
		padding: 20px;
	}

	.darkmode-toggle{
		top: 4px;
		right: 50% !important;
		margin-right: -55px;
		text-align: center !important;
	}

	.headerSite{
/*		padding-top: 44px;*/
		padding-top: 0px;

	}

	#menu-primary{
		flex-direction: column;
	}




}

@media all and (min-width:0px) and (max-width: 650px) {
	body.home article{
		max-width: 100%;
	}
}
@media all and (min-width:650px) and (max-width: 1100px) {
	body.home article{
		max-width: 50%;
	}
}





