/*
Theme Name: GeneratePress Algerie Patriotique
Theme URI: https://generatepress.com
Description: Thème enfant de GeneratePress
Author: Emotion Studio
Author URI: https://emotion-studio.net
Template: generatepress
Version: 1.0
*/

/* Ici, tu peux ajouter ton CSS personnalisé */

body {
  font-family: 'Montserrat', sans-serif;
}


h1 {
	font-size:2em;
	font-weight:600;
}

.urgent-entete:empty, .gb-element-1918b58c:empty,
.gb-query-2af9c59d:empty, gb-element-f3b84330:empty
 {
 display: none;
}
/* menu principal */
#menu-menu-2 li a{
	text-transform:uppercase;
	font-weight:500;
}





@media (max-width: 768px) {

/* permet de decaler le texte pour ne pas etre superposé sur le mot URGENT */

.urgent {
	text-indent:105px;
}


h1 {
	font-size:1.5em;
	}

	
}


/*--  effet de survol dans le menu principal  -- */
@media (min-width: 769px) {
    .main-navigation .menu > .menu-item > a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);

        display: block;
        width: 0;
        height: 2px;

        background-color: currentColor;
        transition: 0.3s width ease;
    }
    .main-navigation .menu > .menu-item.current-menu-item > a::after,
    .main-navigation .menu > .menu-item.current-menu-ancestor > a::after,
    .main-navigation .menu > .menu-item > a:hover::after {
        width: 80%;
    }
}


/* personalisation de la zone de commentaires  */

#comments .comment-body {
	padding: 20px 0;
}

#comments .comments-title {
	border-bottom:1px solid #1b253e;
	padding-bottom:10px;
	font-size:1.2em;
	font-weight:600;
}

#comments .comment-content {
	background-color: #f7f7f7;
	border-radius: 8px;
	margin-top:.5em;
	padding:10px 20px;
	border:none;
	font-size:.9em;
}

#comments .reply {
	background-color:#eee;
	border:1px solid #ccc;
	padding:5px;
	float:right;
}

#comments .reply a {
	color:#000;
	
}


#comments ul.children {
	
}


#comments .comment-author-info .entry-meta{
	display:none;
	
}

#comments .comment-author .fn {
	
	font-size:.8em;
}

#comments  .comment-awaiting-moderation {
	background-color:#0b7a13;
	color:#fff;
	padding:10px;
}

#respond {
	border:1px solid #1b253e;
	padding:20px;
	
}

#respond .comment-reply-title{
	font-size:1.6em;
	border-bottom:1px solid #1b253e;
}

#respond p.comment-form-cookies-consent {
	font-size:.8em;
}


/** style pour article suivant / article precedant */
.nav-articles {
display:flex;
justify-content:space-between;
gap:20px;
margin-top:30px;	
	
}
.prev-article {
	flex:1;text-align:left;
	
}

.link-next-article {
	
	margin-top:5px;
	font-weight:600;
}

@media (max-width: 769px) { 
.link-next-article {
	font-weight:600;
	font-size:.8em;
	}
}

.tags-links {
	margin:20px;
}
.tags-links a {
	font-size:16px;
	padding:10px;
	color:#fff;
	background-color:#1b253e;
}
.tags-links a:hover {
	color:#1b253e;
	background-color:#ccc;

}


/*---- masquer article suivant et precedant par defaut de wordpress   */

.post-navigation {
	display:none;
	
}


