/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/

/* pagination */
.generate-columns-container .paging-navigation {
	margin-bottom: 20px !important;
}
.page-numbers, .boutonPagination {
    padding: 10px 15px;
	  margin-right: 5px;
    background-color: #000;
    color: #fff !important;
}

.page-numbers:hover, .boutonPagination:hover,
.page-numbers.gb-block-is-current {
	cursor: pointer;
    background-color: rgb(0, 90, 140);
    color: #fff !important;
}
/* liens Home */
h2.gb-headline a, h3.gb-headline a, h4.gb-headline a  {
	text-decoration: none;
}


/* page tags */
.archive #main-content {
  display: flex !important;
  flex-direction: column !important;
}
.archive .page-header {
  order: 5;
}
/* widget list category posts */
ul.lcp_catlist li {
    margin-bottom: 30px !important;
    clear: both;
    list-style-type: none !important;
}
ul.lcp_catlist li a {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}
ul.lcp_catlist li a:hover {
	color: #005a8c;
}
/* date modification article */
.post-modified-info {
	color: #aaa;
	font-style: italic;
}

/*fixe hauteur slider */
.flexslider .slides img {

}


.wp-caption-text {

}
/* mailchimp */
.widget_mc4wp_form_widget {
	
}
.widget_mc4wp_form_widget label {
	font-size: 12px;
}
.widget_mc4wp_form_widget p {
	font-size: 14px;
	margin-bottom: 20px;
}

/* widget accueil */
.textwidget p.texte {
	margin-top: 5px;
	font-size: 13px;
}
.textwidget p.texte a {
	color: #005a8c !important;
}
.textwidget p.texte a:hover {
	text-decoration: underline!important;
}
/* YARPP */
.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
	opacity: 0.8;
}
.yarpp-related .yarpp-thumbnail-title {
    font-weight: normal !important;
    font-size: 90% !important;
	padding-top: 10px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    max-height: unset !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: auto !important;
	display: inline-block !important;
    border: none !important;
}
/* titre sidebar */
.widget-title {
	background: #005a8c;
	color: #ffffff;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 16px !important;
}

/* tags */
.tagcloud a, .wp-block-tag-cloud a { font-size: 14px !important; background-color: #000000; display: inline-block; font-weight: 700; color: #fff  !important; padding: 5px 10px; margin: 0 4px 8px 0; white-space: nowrap; text-transform: uppercase; text-decoration: none; }
.tagcloud a:hover, .mh-widget .tagcloud a:hover, .mh-footer-widget .tagcloud a:hover, .wp-block-tag-cloud a:hover { color: #fff  !important; background: #005a8c }

/* footer */
.entry-meta a {
	text-decoration: none !important;
}
/* fil ariane yoast */
#breadcrumbs, #breadcrumbs a {
  font-size: 13px;
  color: #979797;
	text-decoration: none;
}
#breadcrumbs a {
	text-transform: uppercase;
	font-weight: 700;
}
@media (max-width: 374px){	
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: 100% !important;
		height: auto !important;
	}
}

/* barre partage */
.GP-social-wrapper {
    margin: 30px 0;
    font-size: 0;
}

.GP-social-wrapper span {
    font-weight: bold;
    padding-right: 10px;
    font-size: 16px;
}

.GP-social-sharing {
    font-size: 17px;
    padding: 7px 20px;
}

@media only screen and (max-width: 600px) {
    .GP-social-sharing {
        font-size: 17px;
        padding: 6px 17px;
        display: inline-block;
    }
	.GP-social-wrapper {
    margin: 30px 0px;
    font-size: 0;
}


}

.GP-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

.GP-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);

}

.GP-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.GP-social-twitter {
    fill: #fff;
    background-color: rgba(0,0,0,1);
}

.GP-social-twitter:hover {
    background-color: rgba(0,0,0,.8);
}

.GP-social-pinterest {
    fill: #fff;
    background-color: rgba(189, 8, 28, 1);
}

.GP-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.GP-social-linkedin {
    fill: #fff;
    background-color: rgba(0, 119, 181, 1);
}

.GP-social-linkedin:hover {
    background-color: rgba(0, 119, 181, .8);
}

.GP-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.GP-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}

.GP-social-reddit {
    fill: #fff;
    background-color: rgba(255, 87, 0, 1);
}

.GP-social-reddit:hover {
    background-color: rgba(255, 87, 0, .8);
}
