/*
Theme Name: Hopblog
Theme URI: https://www.hop-blog.fr/
Template: hueman
Author: Benoit Richard
Author URI: https://www.hop-blog.fr/
Description: The Hueman theme loads fast and is 100% mobile-friendly according to Google. One of the best rated theme for blogs and magazines on WordPress.org. Powering 70K+ websites around the world.
Tags: one-column,two-columns,three-columns,right-sidebar,left-sidebar,custom-colors,custom-menu,featured-images,flexible-header,full-width-template,post-formats,sticky-post,theme-options,threaded-comments,translation-ready
Version: 3.6.0.1596176640
Updated: 2020-07-31 08:24:00

*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}

/* Accueil */
.site-description {padding: 30px 0;}
.entry.excerpt {color:#323232; font-size: 18px!important; text-align: justify;}
.featured .post-title {color:#000; font-size: 26px!important;}

/* Single */
.entry-inner{color:#323232; font-size: 18px!important; text-align: justify;}
.entry h1 {font-size: 26px!important;}
.entry h2 {color:#191919; font-size: 20px!important;}
.entry h3 {font-size: 20px!important;}
.single .related-posts .post-title{font-size:1.0625em!important;}

/* taille police article */
.post-title {font-size: 20px!important;}
.single .post-title {font-size: 26px!important;}
.entry {font-size: 18px!important;}


/* Page */
.page-title {display:none!important;}


/* Subscribe Reloaded */
.search-form input[type=search], .themeform input[type=text], .themeform input[type=password], .themeform input[type=email], .themeform input[type=url], .themeform input[type=tel], .themeform input[type=number], .themeform select, .themeform textarea {color:#000;}

/* Cookies Notice */

#cn-accept-cookie {
color:white;
background-color: #0060af !important;
}

#cn-refuse-cookie {
color:white;
background-color: #0060af !important;
}

#cn-more-info {
color:white;
background-color: #0060af !important;
}

.cn-button.wp-default {
color:white;
background-color: #0060af !important;
}
