/*
Theme Name: SP Benne
Description: Thème enfant de GeneratePress pour le site vitrine SP Benne.
Template: generatepress
Version: 0.1.0
*/

/* ---- Squelette de mise en page ----
   Couleurs et espacements provisoires, à remplacer par la charte graphique
   définitive une fois reçue (logo, couleurs de la société). */

.spb-hero {
	background-color: #1b2430;
	color: #fff;
	padding: 4rem 1.5rem;
	text-align: center;
}

.spb-hero .wp-block-button__link {
	background-color: #e8590c;
}

.spb-hero p {
	color: #dcdfe4;
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
}

.spb-section {
	padding: 3rem 1.5rem;
	max-width: 1100px;
	margin: 0 auto;
}

.spb-section--muted {
	background-color: #f4f4f4;
	max-width: none;
	padding: 3rem 1.5rem;
}

.spb-section--muted > * {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.spb-section h2 {
	text-align: center;
	margin-bottom: 2rem;
}

.spb-cta {
	text-align: center;
	background-color: #eef2f6;
	max-width: none;
}

.spb-cta > * {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.spb-todo {
	display: inline-block;
	background: #fff3cd;
	color: #7a5b00;
	border: 1px dashed #d8b04a;
	padding: 0.15em 0.5em;
	font-size: 0.85em;
	border-radius: 4px;
}
