/*
Theme Name: catch-responsive-child
Description: Theme enfant de catch-responsive
Author: Joël Chalifour
Author URI: https://soireediapo.joelchalifour.fr/
Template: catch-responsive
Version: 1.0
*/

/* Corrige marge galerie */
ul.blocks-gallery-grid {
	margin-left: 0;
}

/* Centre et met en italique legende image */
.wp-block-image figcaption {
	text-align: center;
	font-style: italic;
}

.blocks-gallery-caption {
	margin-top: -20px;
	margin-bottom: 20px;
	text-align: center;
}

/* Légende des images de galerie en italique
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	font-style: italic;
}*/
.blocks-gallery-item__caption {
	font-style: italic;
}

/* Couleur titre  et description (ne fonctionne pas ici) */
.site-title a, .site-description {
  color: #000000;
}

/* Taille police de la description */
.site-description  {
	font-size: 18px;
}

/* Couleur des titres */
h2,h3,h4,h5 {
	color: #31d88a;
}

/* Couleur et taille police "Pages :" */
.page-links span.pages {
	color: #31d88a;
    font-size: 110%;
}

/* Couleur légende formulaire de connexion */
#wpmem_login, #wpmem_reg {
    color: #bebebe;
}

/* fond transparent pour bloc UAG table des matières */
.wp-block-uagb-table-of-contents div.uagb-toc__wrap {
	background: transparent;
}

/* modifs LuckyWP Table of content, seul "background-color: transparent;" fonctionne ici */
.lwptoc .lwptoc_i {
	background-color: transparent;
	border: 1px solid #666666;
	border-radius: 10px;
}

