/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Robin
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* bloc de citation accueil avec liseré bleu en page d'accueil 
.informations {
	border-left:5px solid #b68235;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
*/

/* Liseré fin sous l'en-tête */
.site-header {
  border-bottom: 1px solid #d3d0ce;
}
/* baisser le padding en-dessous du Liseré fin sous l'en-tête sauf mobile */
.inside-header { padding-bottom: 0; }
@media (max-width: 768px) {
  .inside-header { padding-bottom: 20px; }
}

/* Cadre photo accueil - bordure + liseré fin */
.planche img,
img.planche,
.wp-block-image.planche img {
  box-sizing: border-box;
  border: 6px solid #fff8ed !important;      /* passe-partout (surface) */
  outline: 1px solid #b68235;     /* liseré fin (divider) */
  outline-offset: 0;
}
/* patine archive, facultatif : 
  filter: sepia(0.22) saturate(0.82) contrast(1.05); 
*/

/* bloc Informations : tableau */
.info-cottard table { border: 0; }
.info-cottard th,
.info-cottard td { border: 0; padding: 2px 24px 2px 0; text-align: left; vertical-align: baseline; }
.info-cottard th { color: #b68235; font-weight: 400; width: 1%; white-space: nowrap; }