/*
Bienvenue dans l’éditeur CSS de l’extension Design !

CSS (Cascading Style Sheets) est un langage qui fournit des informations à
votre navigateur concernant le style de la page web que vous visitez. Vous
pouvez maintenant supprimer ces commentaires et commencer à ajouter votre
propre code CSS.

Par défaut, cette feuille de style sera chargée après la feuille de
style de votre thème, ce qui veut dire que les nouvelles règles que vous
ajouterez ici pourront remplacer celles créées par le thème.

Vous pouvez donc ajouter ici les changements que vous souhaitez apporter à
votre thème, sans avoir à copier la feuille de style existante de
celui-ci, ou avoir à recréer toutes les règles de style de votre thème.
*/

/*___OMBRAGE___*/

#header,#main-content, #wrapper-footer {
  box-shadow: 0px 10px 15px black;
}

/*___BARRE DE NAVIGATION___*/

/*bordure du haut du site masquée*/

#top-navigation-wrapper {
    border-bottom: none;
}

/*barre de navigation fixée*/

.menu-box {
    position: fixed;
	  top: 0px;
	  border-bottom: none;
}

.admin-bar .menu-box {
    top: 32px !important;
}

/*___HEADER___*/

/*marge supérieure*/

.top-navigation {
    min-height: 0px;
    padding: 0px;
}

/*Texte du header*/

.site-description, .site-title a {
    color: #000000;
	  text-shadow: white 1px 0 10px;
}

.site-description {
    font-size: 25px;
}

/*fond du header*/

.header-content {
	background-image: url("http://moonlightblade4fig.net/wp-content/uploads/2018/08/header_2.jpg");
	background-size: cover;
	padding: 28px;
	margin-top: 44px;
	border-bottom: solid 1px black;
}

/*facebook*/

#wrapper .top-navigation .header-icons a {
    background-color: #3A559F;
    border-radius: 0 0 5px 5px;
}

/*barre de recherche*/

input[type="text"], input[type="file"], input[type="password"], input[type="number"], input[type="search"], input[type="email"], input[type="url"], textarea, select {
    border: 1px solid #d4d4d4;
	  border-radius: 5px;
}

#searchform .searchform-wrapper .send {
    border-radius: 0px 5px 5px 0px;
    transition: .3s;
}

/*___BARRE DE NAVIGATION___*/

.menu-box .link-home {
    background-image: url(http://moonlightblade4fig.net/wp-content/uploads/2018/08/icon-home.png);
}

.menu-box ul ul {
    border-style: solid;
    border-color: #333333;
    opacity: 0.9;
}

/*positionnement des images des classes*/

.pos {
	margin: 15px 15px 0 0;
}

.pos2 {
	position: absolute;
	right: 30px;
	top: 15px;
	max-width: 100px;
}

.pos3 {
	margin-top: 10px;
}

/*--------------|SLIDESHOW|--------------*/

.header-image img {
    border-bottom: solid 2px #d4d4d4;
}

.metaslider .caption {
    text-align: center;
    text-transform: uppercase;
	  margin: 5px;
}

/*___BODY___*/

span.entry-headline-text {
	font-family: "Waiting for the Sunrise", Arial, Helvetica, sans-serif;
}

#wrapper #main-content {
	padding: 28px;
	    border-top: solid 1px black;
}

/*largeur des articles*/

.home-latest-posts, .home-list-posts {
	width: 98%;
}

/*éléments de droite*/

#sidebar {
    background-color: #E5E5E5;
	  background-image: url(http://moonlightblade4fig.net/wp-content/uploads/2018/08/dragon_right.jpg);
	  background-position: top right;
	  background-repeat: no-repeat;
	  border-radius: 5px;
	  margin: 0;
	  padding: 10px;
	  border-style: solid;
	  border-width: 1px;
	  border-color: rgba(0, 0, 0, 0.02);
	 
}

.sidebar-widget .sidebar-headline {
	text-align: center;
}

.sidebar-headline-text {
	  padding: 0 10px;
    background-color: #E5E5E5;
}

.sidebar-widget .sidebar-headline {
	    background: left 50% repeat-x url(http://moonlightblade4fig.net/wp-content/themes/minezine/images/pattern-footer.png);
}

/*design de l'image d'avatar*/

.bp-login-widget-user-avatar img.avatar {
    height: 80px;
    width: 80px;
	  margin-right: 10px;
	  border-style: solid;
	  border-width: 1px;
	  border-color: white;
	  border-radius: 5px;
	  transition: .3s;
}

.bp-login-widget-user-avatar img.avatar:hover {
	opacity: 0.8;
	transition: .3s;
}

/*suppression de l'espace intérieur supérieur de l'avatar*/

.sidebar-widget img, .footer-widget img {
    padding-top: 0;
}

/*hauteur des vidéos YouTube et autres éléments importés*/

iframe, embed {
    height: 300px;
}

/*classes et étiquettes des articles masquées*/

#main-content .post-info {
	display: none;
}

/*fond des articles*/

.post-entry {
	background-color: #E5E5E5;
	background-image: url(http://moonlightblade4fig.net/wp-content/uploads/2018/08/news_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 10px;
	width: 95%;
	border-radius: 5px;
  border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.02);
}

/*centrage du titre principal des articles*/

.entry-headline {
	text-align: center;
	width: 98%;
}

/*côtés blancs du titre principal des articles*/

.entry-headline-text {
    padding: 0 15px;
}

.home-latest-posts .entry-headline {
    margin-bottom: 28px;
}

/*design des images des articles*/

.attachment-post-thumbnail {
    margin: 0 10px 0 0;
	  height: 152px;
	  width: 250px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 5px;
	  transition: .3s;
}

.attachment-post-thumbnail:hover{
	transition: .3s;
	opacity:0.8;
}

/*espace entre les articles*/

.post-entry {
	margin-bottom: 28px;
}

/*CTA des articles*/

.post-entry .read-more-button {
	margin: 10px 0 0 0;
	padding: 8px;
	border-radius: 5px;
	transition: .3s;
}

.read-more-button:hover {
	transition: .3s;
}

/*marge inférieure des articles*/

.home-latest-posts {
    margin-bottom: 0px;
}

/*marge inférieure de la pagination*/

#nav-below, #minezine-post-nav, .search .navigation {
    margin: 0;
}

/*texte de la pagination masqué*/

.navigation-headline {
    display: none;
}

/*design de la pagination*/

p.navigation-links {
	text-align: center;
}

span.page-numbers.current, a.page-numbers,span.page-numbers.dots {
	color: white;
	background-color: #e65757;
	padding: 10px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.02);
}

a.page-numbers, span.page-numbers.dots {
	color: black;
	background-color: #E5E5E5;
	transition: .3s;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.02);
}

a.page-numbers:hover {
	background-color: #e65757;
	opacity: 0.5;
	color: white;
	transition: .3s;
	text-decoration: none!important;
}

/*___FOOTER___*/

.footer-headline-text {
    background: none;
}

#footer .footer-widget .footer-headline {
    background: none;
}

#footer {
	background-image: url("http://moonlightblade4fig.net/wp-content/uploads/2018/08/footer.jpg");
	background-size: cover;
}

/*bouton de connexion*/

input[type="submit"], input[type="reset"] {
    padding: 8px;
	  border-radius: 5px !important;
	  font-size: 13px;
	  transition: .3s;
	  text-transform: uppercase;
}

/*bouton d'inscription*/

.bp-login-widget-register-link {
	  background-color: #8DD654;
	  border-radius: 5px;
	  padding: 8px;
	  transition: .3s;
}

span.bp-login-widget-register-link a {
    color: #ffffff;
	  text-transform: uppercase;
}

.bp-login-widget-register-link:hover {
	  background-color: #6AB62C;
	  transition: .3s;
}

/*suppression des surlignements de tous les liens*/

.sidebar-widget a {
    text-decoration: none;
}

/*----------RESOLUTIONS----------*/

@media screen and (max-width: 1012px) {
#wrapper #sidebar {
    width: 93%;
}
}