/*
Theme Name: Vantage Le Vallon
Description: Theme enfant de Vantage
Author: E.Fischer
Author URI: https://www.levallon.asso.fr
Template: vantage 
Version: 0.1.0
*/



/* Pour avoir un fond du contenu des pages coloré et quand même des marges (fond de base du site #dddcd4;) */
.site-content {
  background-color: #f3f2e9;
  padding: 35px;
}


/* Pour que le fond du contenu des pages soit sans marge en haut et en bas */
#main {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}

#masthead .logo-wrapper {
	margin-left: 35px;
}


/* En page accueil, cadre central avec fond transparent */
.wide-grey.panel-row-style {
	background-color: rgba(255, 255, 255, 0.0);
	border-top: 4px solid #ddd;
	border-bottom: 4px solid #ddd;
}
#pg-131-1 .panel-grid-cell {
	background-color: #f8f6f2;
}
#pg-131-1 .widget_headline-widget .decoration {
	border-top: 3px solid #f8dc22;
}
#pg-131-1 h1 {
	font-weight: bold;
}
#pg-131-1 h3 {
	white-space: pre-line;
	font-weight: bold;
}

  
  


/* Pour empêcher de voir le texte SiteOrigin dans le footer */
#colophon #theme-attribution, #colophon #site-info {
  text-align: center;
  margin-top: 5px;
}
/*
  color: #2f3033;
  font-size: 1.5px;
  */

#colophon #theme-attribution a {
	color: #2f3033;;
}
