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%;
	vertical-align: baseline;
}


body {
padding:0;
margin:0;
height:100%;
}

* {
  box-sizing: inherit;
}

body {
background-image: url('http://bdjack.online.fr/pages/bg/bg-pixels.png');
background-attachment: fixed;
}


.page {
	width: 100%;
    height: 100%;
	margin:0 auto; 
	position: relative;
    display: flex; 
	align-items: stretch;
}

.aside-header {
	width: 12%;
	display: flex;
    align-items: top;
	justify-content: left;
	background-color: #222;
	padding-left: 2rem;
    padding-right: 2rem;
	min-width: 0; 
	min-height: 0;
	color: #FFF;
}

.main-colonne {
	width: 65%;
	display: flex;
    align-items: top;
	justify-content: center;
	padding: 2rem;
	min-height: 100px;
}

article {
	width: 73%;
	margin-left:auto ;
	margin-right:auto ;
	display: block;
}

.aside-colonne {
	width: 23%;
    align-items: top;
	justify-content: right;
	padding: 2rem 4rem 2rem 0;	
}

.header-contener {
  width: 100%;
  height: auto;
  text-align: left;
}

.main-contener {
  width: 90%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding-top: 2rem;
  border: 2px dashed rgba(101, 152, 203, 0.5);
}

.aside-colonne-contener {
  width: 90%;
  height: auto;
}

.entry-title {
	width: 100%;
	padding-bottom: 1rem;
}


/* Menu aside header */

.menu-aside-header a {
	display:block;
	border-bottom:1px;
	text-decoration:none;
    color: #FFF;
	line-height:150%;
}

.menu-aside-header a:hover {
	color:#FFF;
    background-color: #6598cb;
}


/* Menu Aside Colonne*/

#nav-aside-colonne a {
	display:block;
	border-bottom:1px;
	text-decoration:none;
    color: #F0F8FF;
	line-height:200%;
}

#nav-aside-colonne a:hover {
	color:#F0F8FF;
    background-color: #6598CB;
}


hr.blue-aside-header {
height:2px;
border-width:0;
background-color:#6598cb;
width: 30%;
}



hr, hr.blue-separateur {
border: 1px dashed rgba(101, 152, 203, 0.5);
padding: 1rem 0 1 rem 0;
}




/* Text */


.txtcenter {
	text-align: center;
}

.txtjustify {
	text-align: justify;
}

.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

p {
 padding-bottom: 2rem;
}

/* Font Face */


@font-face {
    font-family: "Muli";
    src: url('../font/Muli-Regular.ttf');
}

@font-face {
    font-family: "SC";
    src: url('../font/Space Comics.ttf');
}

@font-face {
    font-family: "Muli";
    font-style: italic;
    src: url('../font/Muli-Italic.ttf');
}


/* Font Size */ 

.fontsize20 {
font-size: 20px;
}

.fontsize30 {
font-size: 30px;
}


/*  Font */

body {
font-family: 'Muli', Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #F0F8FF;
text-align:justify;
}

.header::first-letter {
font-family: 'SC', 'Muli', Verdana, Arial, Sans-Serif;
color: #6598cb;
}


h2.header::first-letter, .firstletter {
font-family: 'SC', 'Muli', Verdana, Arial, Sans-Serif;
color: #6598cb;
}

h1 {
font-family: 'Muli', Verdana, Arial, Sans-Serif;
font-weight: 400;
font-size: 40px;
}

h2 {
font-family: 'Muli', Verdana, Arial, Sans-Serif;
font-weight: 400;
font-size: 30px;
}

h3 {
font-family: 'Muli', Verdana, Arial, Sans-Serif;
font-size: 22px;
padding-bottom: 2rem;
}

h4 {
font-family: 'Muli', Verdana, Arial, Sans-Serif;
font-size: 20px;
padding-bottom: 2rem;
}

h5 {
font-family: 'Muli', Verdana, Arial, Sans-Serif;
font-size: 20px;
padding-bottom: 2rem;
}

h6 {
font-family: 'Muli', Arial, Sans-Serif; 
text-transform: uppercase;
font-weight: 400;
font-size: 20px;
padding-bottom: 2rem;
}

h2.dedicace {
font-size: 16px;
padding-bottom: 1rem;
}

h2.menu-header {
font-size: 20px;
margin: 2rem 0;
}

p.postmetadata {
	font-size: 16px;
}




/* Accueil */


h2.accueil {
margin: 2rem 0;
}

img.logoacc01 {	
float: left;
width: 200px;
padding: 30px 15px 0 0;
}

img.logoacc02 {
float: left;
width: 200px;
padding: 30px 14px 0 14px;
}

img.logoacc03 {
float: left;
width: 200px;
padding: 30px 0 0 15px;
}

hr.blue-accueil {
height:2px;
border-width:0;
background-color:#6598cb;
}




/* Img */


.thumbs {
border-radius: 10px;
padding:2px;
float: left;
}

.blog {
	float: left;
	margin-right: 2rem;
}


.img-auteur-extrait {
border-radius: 10px;
padding:2px;
}

img.coupdecoeur {
width:100%;
height: 100%;
}

img.dedicace {
padding:2px;
margin-left:auto ;
margin-right:auto ;
border-radius: 10px;
display: block;
}

img.menu-festival-affiche {
width: 50%;
float: left;
padding-right: 3rem;
padding-bottom: 3rem;
}


figure.aligncenter {
	text-align: center;
	padding-bottom: 3rem;
}

/* Align */

.left {
float: left;
background-color:none;
display:block;  
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
}

.right {
float: right;
background-color: none;
display:block;  
}



/* Aside */

.item-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	border: 2px dashed rgba(101, 152, 203, 0.5);
}

.item-box-title {
	border-bottom: 1px solid #6598CB;
	font-size: 20px;
}

.item-box-texte {
	padding: 1rem;
}

.item-box-texte a {
	display:block;
	margin: 5px;
	border-bottom:1px;
	text-decoration:none;
    color: #6598CB;
	line-height:150%;
}

.item-box-texte a:hover {
	color:#FFF;
    background-color: #6598cb;
}



/* Extlink */ 


article a[href^="http:"] {
   background: transparent url('/pages/bg/extlink1.webp') right center no-repeat;
   padding-right: 15px;
   color:#6598CB;
}

article a[href^="https:"] {
   background: transparent url('/pages/bg/extlink1.webp') right center no-repeat;
   padding-right: 15px;
   color:#6598CB;
}

article a[href^="http://bdjack.online.fr"] {
   background: none;
   padding-right: 0px;
   color:#6598CB;
}

article a[href^="http://bdjack.free.fr"] {
   background: none;
   padding-right: 0px;
   color:#6598CB;
}

article a[href^="index.php"] {
   background: none;
   padding-right: 0px;
   color:#6598CB;
}

article a:hover[href^="http:"] {
   background: transparent url('/pages/bg/extlink2.webp') right center no-repeat;
   padding-right: 15px;
   color:#000;
   background-color:#FFF;
}

article a:hover[href^="https:"] {
   background: transparent url('/pages/bg/extlink2.webp') right center no-repeat;
   padding-right: 15px;
   color:#000;
   background-color:#FFF;
}

article a:hover[href^="http://bdjack.online.fr"] {
   background: none;
   padding-right: 0px;
   color:#FFF;
   background-color:#6598CB;
}

article a:hover[href^="http://bdjack.free.fr"] {
   background: none;
   padding-right: 0px;
   color:#FFF;
   background-color:#6598CB;
}

article a:hover[href^="index.php"] {
   background: none;
   padding-right: 0px;
   color:#FFF;
   background-color:#6598CB;
}


/* Extrait */

.flex-extrait {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.flex-extrait-item {
    padding: 1rem;
}

h3.extrait a {
	color: #F0F8FF;
}

h3.extrait a:hover {
	color: #6598CB;
	background-color: #F0F8FF;
}



/* Divers */

.clear {
clear: both;
}

.spacer {
    float: none;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    padding: 20px;
    margin: 0;
    clear: both;
}

.coupdecoeur {
    min-height: auto;
	max-width: 100%;
}

.flex-row {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.flex-auteurs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; 
    justify-content: space-between;
}

.flex-auteurs-item {
    padding: 1rem;
    width: 30%;
}