/*
Theme Name: customizr child
Description: Theme enfant de France Archives Explore
Author: N GROSBOIS
Author URI: https://www.web76west.com
Template: customizr
Version: 0.1.0
*/

/**************************CSS ACTIVE************************************/

/*agrandir la font du menu seulement
.nav__menu .menu-item .nav__link .nav__title {
font-size: 1em; 
}
p {
  font-weight:400;
}
*/

/*Au survol changement de couleur au  niveau du menu*/
.menu-item :hover{
    color:#7f9cb5;
}
/*titre en bleu*/
.entry-title {
    color: #00396b;
}
/*supprimer les capitales des menus*/
.nav__title {
  
    text-transform: none;
	font-size: 1.2em;
	font-weight:normal;
}
.nav__title:hover {
  
   	font-weight:700;
}
/*footer*/
.footer-skin-light .footer__wrapper #colophon {
background: #081e33;
 }
.czr-copyright{
  color:#fff;
}
.footer-skin-light .footer__wrapper a {
    color: #fff;
}
/*Au survol des liens en bas de page*/
.footer-skin-light .footer__wrapper a:active, .footer-skin-light .footer__wrapper a:focus, .footer-skin-light .footer__wrapper a:hover {
    color: #7f9cb5;
}

/* DIAPORAMA ALPHA*/
div.section-slider .czr-filter::before {
  background: ;
}
/*PAGE D'ACCUEIL*/
/*couleur des bouton "lire la suite" sous les pages mises en une */
.btn-skin-dark, .btn-skin-dark.inverted:active, .btn-skin-dark.inverted:focus, .btn-skin-dark.inverted:hover {
	background-color:#081e33;}
	
/*Lien fil d'ariane ou url lien changement de couleur grisé*/
a{
	color:#00396b;
}
a.active, a:active, a:focus, a:hover {
color:#7f9cb5;
}

/*trait delimitant les info sur un article*/
hr {
    
border-top: 1px solid #081e33;

}
hr.wp-block-separator{
	width:50%;
	margin: auto;
   
}
hr.wp-block-separator.is-style-wide{
	width:100%;
}
/* bouton wp*/

a.wp-block-button__link.has-background{
	padding:6px 12px;
	font-size:17px;
	text-decoration: none;
}