@import url('/fonts/lce-fonts.css');

.page .wp-site-blocks {
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 3rem 2rem !important;
}

.page .entry-content.alignfull.wp-block-post-content {
  font-family: 'EB Garamond', serif !important;
  font-size: 1.15rem !important;
  color: #1a1a1a !important;
  line-height: 1.7 !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

.page .wp-block-post-content h2 {
  font-family: 'Work Sans', sans-serif !important;
  color: #1A2A5E !important;
  font-weight: 900 !important;
  font-size: 2rem !important;
  margin-bottom: 1.5rem !important;
}

.page .wp-block-post-content p {
  margin-bottom: 1.4rem !important;
  max-width: 100% !important;
}

.page .wp-block-post-content strong {
  color: #1A2A5E !important;
}

.page .wp-block-post-content a:not(.lce-retour) {
  color: #8B1A1A !important;
  text-decoration: none !important;
}

.page .wp-block-post-content a:not(.lce-retour):hover {
  text-decoration: underline !important;
}

.lce-retour {
  display: inline-block !important;
  margin: 2rem 0 !important;
  padding: 1rem 2.5rem !important;
  background: #1A2A5E !important;
  color: white !important;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.lce-retour:hover {
  background: #2D3A6E !important;
  color: white !important;
  text-decoration: none !important;
}
