<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Mesmerize Custom
Description: Theme enfant de Mesmerize pour personnaliser le site de la CPGE La RamÃŠe
Author: GaÃĢl Pongnot
Author URI: pongnot.fr
Template: mesmerize
Version: 1.0
*/

body {
  color: #666; /* #8E9DAE; */
}

h1.hero-title {
  color: #FFFFFF;
  margin-bottom: 1.25rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: 0.9px;
}

p.header-subtitle2,
p.header-subtitle {
  font-family: "Muli", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.wp-caption p.wp-caption-text {
    font-size: 0.8em;
    line-height: 150%;
    margin: 0;
    padding: 0 4px 5px;
}

.breadcrumbs {
    background-color: #ffffff;
    border-bottom: none;
    border: 1px solid #e0e1e1;
    box-shadow: none;
    border: 1px solid #e0e1e1;
	margin-bottom: 1rem;
	padding: 1rem;
}

.gridContainer {
	max-width: 1500px;
}

video {
	max-width: 80%
}</pre></body></html>