/*
Theme Name: mbs
Author: Marie Boulesteix
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Général */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a {
    text-decoration: none;
    color : #90c7cb;
    font-weight: bold;
}

body {
    background: white;
}

p {
    color: #214363;
    font-family: 'Noto Sans';
}

.page-title {
	font-family: 'Noto Serif';
	color : #214363;
	font-size: 1.5em;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

/* Icônes haut page */

.blocduhaut {
	display : flex;
	justify-content : space-between;
	align-items: center;
}

.topnav {
	margin-left : 3em;
}

.icones-haut {
	width: 2.6em;
	margin-top: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	transition: transform 0.5s;
}

.icones-haut:hover {
	transform : scale(1.2);
}

/* Bloc éditorial */
.bloc-edito {
    margin-right: 3em;
    font-family: Noto Sans;
    font-size: 0.9em;
    font-weight: normal;
    display: none;
}

/* Menu */

.nav ul {
	list-style : none;
	margin-left: 12em;
	margin-right: 12em;
	justify-content: space-evenly;
}

.nav {
	z-index: 2;
	padding-top : 0.6em;
	padding-bottom: 0.6em;
    background-color: #4588ac;
}

.nav a {
	text-align : center;
	color : white;
	font-family: 'Oswald';
	font-size: 1.1em;
	padding-left : 0.5em;
	padding-right: 0.5em;
	font-weight: normal;
}

.nav a:hover {
	color : #214363;
	background-color: #ffe192;
}

.item-menu {
	margin-left : 1.2em;
	margin-right: 1.2em;
	margin-bottom : 1em;
}

nav ul {
	display : flex;
	flex-wrap : wrap;
	flex-direction : row;
	justify-content : center;
	list-style: none;
}

.sous-menu a {
	text-align : left;
}

.menu {
	position : relative;
}

.menu-blog:hover > .sous-menu {
	display : flex;
}

.menu-shop:hover > .sous-menu {
	display : flex;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#4588ac;
    color : white !important;
	margin-bottom: 3em;
  }

/* Menu déroulant responsive caché */

.menu-mobile {
	display: none;
}

nav input[type=checkbox]:checked ~ ul {
	display: flex;
}

nav input[type=checkbox] {
	display: none;
}

/* Header Logo */

.bloc-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

.logo {
	width: 22em;
	margin-bottom: 2em;
}

/* Front Page */

.banniere-site {
	width: 100%;
}

.banniere-site-mobile {
    display: none;
}

.bloc-titre-podcast {
	display: flex;
	justify-content: center;
	margin-top: 2em;
}

.le-podcast {
	width: 14em;
	margin-top: 3em;
	margin-bottom: 3em;
}

.bloc-principal-podcast {
	display: flex;
	justify-content: space-around;
	padding-left: 8em;
	padding-right: 8em;
}

.h3-podcast {
	padding : 0.4em;
	font-size: 1.1em;
	background-color: #ffe192;
	text-transform: uppercase;
	font-family: 'Noto Sans';
	color :#214363;
	text-align: center;
}

.latest-podcast >h3 {
	color :#214363;
	font-family: Oswald;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.liste-podcasts {
	font-family: Noto Sans;
	list-style: circle;
	margin-top: 1em;
}

.liste-podcasts a {
	font-weight: normal;
	color : #214363;
}

.liste-podcasts a:hover {
    color: #4588ac;
	font-weight: bold;
}

.qui-sommes-nous  {
	width: 22em;
	margin-top: 0em;
	margin-bottom: 2em;
}

.titre-qui-nous {
    text-align: center;
    margin-top: 4em;
}

.no-audio-message {
    font-family: Noto Sans;
    color : #214363;
    text-align: center;
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
}

/* Pied de page */

.site-info {
	display: none;
}

.footer {
	display: flex;
	justify-content: space-around;
	background: #fff4cf;
	padding : 2em;
}

.footer-bloc1 {
	display: flex;
	flex-direction: column;
	border-right: 1px solid #4588ac;
	flex : 1;
	align-items: center;
	justify-content: center;
}

.citation-footer {
	font-family: Noto Serif;
	font-size: 1em;
	font-weight: normal;
	color :#214363 !important;
	text-align: center;
	padding-left: 3em;
	padding-right: 3em;
}

.texte-sur-le-site {
	text-transform: uppercase;
	font-family: 'Noto Serif';
	font-size: 1.2em;
	font-weight: bold;
	color : #4588ac;
	margin-bottom: 1em;
}

.icones-pied-page:hover {
	transform : scale(1.3);
}

.bloc-icones-footer {
	display: flex;
}

.footer-bloc2 {
	flex : 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-pied-page {
	width: 15em;
}

.footer-bloc3 {
	border-left: 1px solid #4588ac;
	flex : 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.lien-du-bas {
	text-decoration: none;
	font-family: 'Noto Sans';
	font-size: 0.9em;
	font-weight: normal;
	color :#214363 !important;
	padding-left: 0.8em;
	padding-right: 0.8em;
	transition: transform 0.5s;
	margin-bottom: 1em;
	text-decoration: none !important;
}

.lien-du-bas:hover {
	color : white !important;
	background-color: #4588ac;
	transform : scale(1.15);
}

/* Style pour la page Comptes rendus de lecture */
.comptes-rendus-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.comptes-rendus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 2em;
}

.compte-rendu-item {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compte-rendu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.compte-rendu-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.compte-rendu-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.compte-rendu-item:hover .compte-rendu-thumbnail img {
    transform: scale(1.05);
}

.no-thumbnail {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    color: #999;
}

.compte-rendu-info {
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;;
}

.compte-rendu-title {
    font-size: 1.3em;
	font-family: Oswald;
    margin-bottom: 10px;
    font-weight: normal;
	color : #4588ac;
}

.livre-metadata {
    font-size: 0.9em;
	font-family: Noto Sans;
	margin-top: 1em;
	line-height: 1.5;
	font-weight: normal;
    color: #214363
}

.livre-metadata > div {
    margin-bottom: 5px;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}

.custom-player {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.player-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 1;
    width: 100%;
    margin-top: 20px;
}

.play-pause {
    background: none;
    border: 2px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-display {
    font-family: monospace;
    font-size: 14px;
    align-self: flex-end;
    margin-top: 5px;
}

.episode-thumbnail {
    flex: 1;
    margin: 0;
}

.episode-thumbnail img {
    width: 13em;
    height: 100%;
    object-fit: cover;
}

.hidden {
    display: none;
}

.post-date {
    color: #4588ac;
    font-family: 'Noto Sans';
    font-size: 0.9em;
    margin-bottom: 15px;
}

.podcast-container {
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
}

.main-player {
    width: 100%;
}

.episode-card {
    padding: 15px 0;
    border-bottom: 1px solid #dbdee1;
}

.episode-card h5 {
    margin: 0 0 8px;
    font-size: 1.05em;
    font-family: Noto Serif;
    font-weight: normal;
}

.episode-card time {
    color: #4588ac;
    font-family: 'Noto Sans';
    font-size: 0.9em;
    margin-bottom: 15px;
    display: block;
}

.listen-link {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    background: #92bdc5;
    font-family: Noto Sans;
    font-size: 0.9em;
    text-transform: uppercase;
    transition: transform 0.5s;
}

.listen-link:hover {
    background: #4588ac;
    transform : scale(1.12);
}

/* Supprimer les styles non utilisés */
.side-episodes,
.recent-episodes,
.episode-item,
.episode-card-thumb,
.episode-card-content {
    display: none;
}

/* Supprimer ou commenter les anciens styles de layout (.podcast-container, .podcasts-wrapper, etc.) */

/* Styles pour le wrapper des colonnes */
.bloc-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
}

.bloc-derniere-sortie {
    flex: 1.5;
    margin-right: 5em;
}

.bloc-trois-derniers {
   flex: 1;
    padding-left: 1em;
}

.latest-podcast {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top : 2.5em;
    margin-left: 1em;
    margin-right: 1em;
	margin-bottom: 1em;
}

.podcast-content-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.podcast-info {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
	text-align: left;
}

.podcast-info h3 {
    margin: 0;
    font-size: 1.05em;
    font-family: Noto Serif;
}

.podcast-info h3 a {
    font-weight: normal;
    color: #214363;
    transition: color 0.3s;
    text-decoration: none;
}

.podcast-info h3 a:hover {
    color: #4588ac;
    font-weight: bold;
}

.progress-bar {
    width: 100%;
    height: 4px;
    background: #dbdee1;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin: 10px 0;
}

.progress {
    position: absolute;
    height: 100%;
    background: #333;
    border-radius: 2px;
    width: 0;
}

.bloc-deux-derniers {
    margin : 1em;
}

/* Styles pour les comptes rendus */
.compte-rendu {
    margin: 0 auto;
    padding-top: 6em;
    padding-bottom: 4em;
    padding-left: 12em;
    padding-right: 12em;
}

.livre-image {
    margin-bottom: 2em;
}

.livre-image img {
    max-width: 100%;
    height: auto;
}

.livre-meta {
    padding: 20px;
    background: #f5f5f5;
}

.meta-item {
    margin: 0.5em 0;
    line-height: 1.4;
    font-family: Noto Sans;
    font-size: 0.95em;
}

.meta-item strong {
    color: #214363;
    margin-right: 0.3em;
}

.compte-rendu-content {
    margin-top: 2em;
    line-height: 1.6;
}

.compte-rendu-content p {
    font-family: 'Noto Sans';
    font-size: 0.95em;
    margin-bottom: 1.5em;
}

/* Nouvelle mise en page compte rendu */
.compte-rendu-header {
    display: flex;
    align-items: center;
}

.compte-rendu-header .livre-image {
    flex: 0 0 300px;
    margin: 0;
}

.compte-rendu-header .livre-image img {
    width: 13em;
    height: auto;
    display: block;
}

.compte-rendu-header .livre-meta {
    flex: 1;
    background: #fff4cf;
    padding: 2em;
}

.compte-rendu-main-title {
    color: #214363;
    font-family: 'Oswald';
    font-size: 1.3em;
    margin-bottom: 1.5em;
    font-weight: normal;
}

.livre-meta h1 {
    font-size: 1.6em;
    margin-bottom: 1em;
    color: #214363;
    font-family: 'Noto Serif';
}

.autres-comptes-rendus {
    margin-top: 4em;
    padding-top: 2em;
    border-top: 1px solid #92bdc5;
}

.autres-comptes-rendus h2 {
    font-family: 'Noto Serif';
    color: #214363;
    margin-bottom: 2em;
    text-align: center;
    font-size: 1.2em;
}

.comptes-rendus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.compte-rendu-card {
    padding: 30px;
}

.compte-rendu-card h3 {
    margin: 1em 0;
    font-size: 1em;
    color: #214363;
	font-family: Noto Serif;
	text-align: center;
}

.lire-plus {
    display: flex;
	justify-content: center;
	margin-left: 1.5em;
	margin-right: 1.5em;
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 0.5em;
    background: #92bdc5;
    font-family: Noto Sans;
    font-size: 0.95em;
    text-transform: uppercase;
    transition: transform 0.5s;
}

.lire-plus:hover {
    background: #4588ac;
    transform: scale(1.1);
}

/* Styles pour la page archive podcast */
.podcast-archive {
	padding: 7em;
	padding-top: 4em;
}

.section-title {
    padding: 0.4em 3em;
    font-size: 1.1em;
    background-color: #ffe192;
    text-transform: uppercase;
    font-family: 'Noto Sans';
    color: #214363;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.podcast-search {
    margin-top: 3em;
	margin-bottom: 3em;
	margin-right: 1em;
}

.podcast-search-form input {
    width: 100%;
	font-family: Noto Sans;
    padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
    font-size: 0.95em;
    border: 1px solid #dbdee1;
	color : #214363;
}

.episodes-list {
    margin : 1em;
    text-align: center;
}

.episode-item {
    display: flex;
    align-items: center;
    padding: 1.5em 0;
    border-bottom: 1px solid #dbdee1;
}

.episode-item h3 {
    flex: 1;
    margin: 0;
    font-family: 'Noto Serif';
    color: #214363;
	text-align: left;
}

.episode-meta {
    display: flex;
    align-items: center;
    gap: 2em;
}

.episode-meta time {
    color: #4588ac;
    font-family: 'Noto Sans';
    font-size: 0.9em;
}

/* Responsive */
@media (max-width: 768px) {
    .comptes-rendus-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 480px) {
    .comptes-rendus-grid {
        grid-template-columns: 1fr;
    }
}

.podcast-main-title {
    color: #214363;
    font-family: 'Noto Serif';
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 2em;
}

.podcast-intro-section {
    display: flex;
	align-items: center;
    gap: 4em;
    margin-bottom: 4em;
}

.podcast-description {
    flex: 1;
}

.podcast-description p {
    font-family: 'Noto Sans';
    font-size: 0.95em;
    line-height: 1.6;
    color: #214363;
}

.podcast-description-dernier {
    font-family: 'Noto Sans';
    font-size: 0.95em;
    line-height: 1.6;
    color: #214363;
}

.latest-episode-container {
    flex: 1;
    text-align: center;
	border : 1px solid #dbdee1;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 3em;
	padding-right: 3em;
}

.episode-tag {
    display: inline-block;
    color: #4588ac;
    font-family: 'Noto Sans';
	font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 1em;
	text-transform: uppercase;
}

.episode-number {
    font-family: 'Noto Sans';
    color: #4588ac;
	font-weight: bold;
    font-size: 0.9em;
	margin-right: 0.7em;
	text-transform: uppercase;
}

.latest-episode-container, .episodes-list {
    text-align: center;
}

.thumbnail-link {
    display: block;
    transition: opacity 0.3s;
}

.thumbnail-link:hover {
    opacity: 0.9;
}

.title-link {
    color: #214363;
    text-decoration: none;
    transition: transform 0.3s;
    display: inline-block; /* Nécessaire pour l'effet de transform */
}

.title-link:hover {
    color: #4588ac;
    transform: scale(1.05);
}

.podcast-title-image {
    text-align: center;
    margin-bottom: 3em;
}

.podcast-title-image img {
    width: 14em;
    height: auto;
}

/* Single Podcast styles */
.podcast-single {
    padding: 4em 8em;
}

.episode-header {
    text-align: center;
    margin-bottom: 3em;
}

.episode-title {
    color: #214363;
    font-family: 'Noto Serif';
    font-size: 1.5em;
    margin-bottom: 1em;
    line-height: 1.5;
}

.episode-main-content {
    display: flex;
    gap: 4em;
    margin-bottom: 4em;
    align-items: center;
}

.episode-player {
    flex: 1;
    width: 100%;
}

.episode-player audio {
    width: 100%;
}

.episode-description {
    flex: 1;
    font-family: 'Noto Sans';
    font-size: 0.95em;
    line-height: 1.6;
    color: #214363;
}

.episode-timestamps, .episode-sources, .episode-duree{
    margin-top: 3em;
    padding-top: 2em;
    border-top: 1px solid #dbdee1;
}

.episode-timestamps h2, .episode-sources h2, .episode-duree h2 {
    color: #214363;
    font-family: 'Noto Serif';
    font-size: 1.3em;
    margin-bottom: 2em;
    text-align: center;
}

.timestamps-content,
.sources-content {
    font-family: 'Noto Sans';
    font-size: 0.95em;
    line-height: 1.6;
    color: #214363;
}

/* Boutique */

.page-boutique {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 120px;
    padding-left: 8em;
    padding-right: 8em;
    margin-bottom: 5em;
}

.bloc-boutique {
    width: 100%;
    text-align: center;
}

.image-boutique {
    width: 18em;
    transition: transform 0.3s ease;
}

.bloc-boutique:hover .image-boutique {
    transform: scale(1.05);
}

.titre-livre-boutique {
    font-family: Oswald;
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
    color : #4588ac;
}

.description-livre {
    font-family: Noto Sans;
    text-align: justify;
}

.bouton-plus-boutique {
    background-color: #ffe192;
    padding : 0.5em;
    margin-top: 1.5em;
    margin-left: 2.5em;
    margin-right: 2.5em;
    font-family: Noto Sans;
    text-transform: uppercase;
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.bouton-plus-boutique:hover {
    transform: scale(1.1);
    background-color: #4588ac;
    color: white;
}

@media screen and (max-width: 768px) {
    .page-boutique {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .page-boutique {
        grid-template-columns: 1fr;
    }
}

.type-livre {
    font-family: 'Noto Sans';
    font-size: 1em;
    color: #92bdc5;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: normal;
}

/* Styles pour les colonnes de présentation */

.bloc-presentation {
    display: flex;
    justify-content: space-between;
    gap: 8em;
    padding-left: 8em;
    padding-right: 8em;
    margin-bottom: 4em;
    margin-top: 2em;
}

.presentation-auteur {
    flex: 1;
    text-align: justify;
    padding: 2em;
    background-color: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.presentation-auteur:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.photo-auteur {
    width: 12em;
    border-radius: 50%;
    margin: 0 auto 1.5em auto;
    display: block;
}

.presentation-auteur p {
    font-family: 'Noto Sans';
    font-size: 0.95em;
    line-height: 1.6;
    color: #214363;
}

.nom-auteur {
    font-family: 'Noto Serif';
    color: #4588ac;
    font-size: 1.2em;
    margin-bottom: 1em;
    text-align: center;
}

/* Bouton tous les épisodes */

.bouton-tous-episodes {
    display: flex;
    justify-content: center;
    margin: 3em 0;
}

.bouton-tous-episodes a {
    background-color: #4588ac;
    padding: 0.8em 2em;
    font-family: 'Noto Sans';
    color: white;
    text-transform: uppercase;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.bouton-tous-episodes a:hover {
    transform: scale(1.05);
    background-color: #92bdc5;
    color : #214363;
}

/* Bouton plus à propos */

.bouton-plus-apropos {
    display: flex;
    justify-content: center;
    margin: 0 0 6em 0;
}

.bouton-plus-apropos a {
    background-color: #4588ac;
    padding: 0.8em 2em;
    font-family: 'Noto Sans';
    color: white;
    text-transform: uppercase;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.bouton-plus-apropos a:hover {
    transform: scale(1.05);
    background-color: #92bdc5;
    color: #214363;
}

.frise-histoire {
    width: 100%;
    margin: 4em 0;
}

.frise-histoire-mobile {
    display: none;
}

/* Page A propos */

.liste-propos {
    font-family: 'Noto Sans';
    font-size: 0.95em;
    line-height: 1.6;
    color: #214363; 
    padding-left: 2em;
    padding-right: 2em;
}

.autres-realisations {
    text-transform: uppercase;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.1em;
}

/* Lexique */

.alphabet-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 2em 0;
}

.letter-link {
    font-family: Oswald;
    font-weight: normal;
    font-size: 1.1em;
    padding: 8px 12px;
    background: #fff4cf;
    color: #214363;
    text-decoration: none;
    transition: all 0.3s ease;
}

.letter-link:hover {
    background: #4588ac;
    color: white;
}

.letter-link.active {
    background: #4588ac;
    color: white;
}

.termes-grid {
    padding-left: 7em;
    padding-right: 7em;
    padding-bottom: 4em;
    padding-top: 2em;
    font-family: Noto Sans;
}

.terme-link {
    color : #214363;
}

.terme-title {
   font-weight: normal;
   text-align: center;
   margin-bottom: 1em;
}

.lexique-popin {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1000;
}

.lexique-popin.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lexique-popin-content {
    background: white;
    padding: 2rem;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    border-radius: 4px;
}

.lexique-popin-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Edito */

.container {
    padding-left: 6em;
    padding-right: 6em;
    padding-top: 3em;
    padding-bottom: 3em;
}

.category-title {
    font-size: 1.1em;
	background-color: #ffe192;
	text-transform: uppercase;
	font-family: 'Noto Sans';
	color :#214363;
	text-align: center;
    padding : 0.5em;
}

.type-post {
    padding : 2em;
    border: 1px solid #92bdc5;
    margin-top: 2em;
    margin-bottom: 2em;
    font-family: 'Noto Sans';
    font-size: 0.95em;
    line-height: 1.6;
    color: #214363;
}

/* Se tester */

.bloc-1-se-tester {
    padding-left: 5em;
    padding-right: 5em;
    display: flex;
    align-items: center;
}

.liste-se-tester {
    font-family: 'Noto Sans';
    color: #214363;
    list-style-position: inside;
    margin-bottom: 2em;
}

.p-se-tester {
    margin-bottom: 2em;
}

.ordi-visuel-quizz {
    width: 28em;
}

.explication-se-tester {
    padding-left: 3em;
}

.lien-bouton-choix-quizz {
    background-color: #ffe192;
    color: #214363;
    font-family: Noto Sans;
    text-transform: uppercase;
    padding : 1em;
}

.bouton-choix-quizz {
    margin-top: 4em;
    margin-bottom: 6em;
    text-align: center;
    transition: transform 0.5s;
}

.bouton-choix-quizz:hover {
	transform : scale(1.1);
}

.page-title-se-tester {
	font-family: 'Noto Serif';
	color : #214363;
	font-size: 1.5em;
	text-align: center;
	margin-top: 3em;
}

.bloc-2-se-tester {
    margin-top: 1em;
    margin-left: 6em;
    margin-right: 6em;
}

.p-se-tester-2 {
    font-family: 'Noto Serif';
    color: #4588ac;
    font-size: 1.15em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
}

.p-se-tester-3 {
    font-family: 'Noto Serif';
    color: #4588ac;
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 2em;
}

/* Se tester choix des thèmes*/

.page-choix-theme {
    padding-left: 5em ;
    padding-right: 5em;
}

.titre-choix-theme {
    padding: 0.4em;
    font-size: 1.1em;
    background-color: #ffe192;
    text-transform: uppercase;
    font-family: 'Noto Sans';
    color: #214363;
    text-align: center;
}

.ligne-choix-theme {
    display: flex;
}

.theme-1, .theme-2 {
    flex : 1;
    padding-left: 3em;
    padding-right: 3em;
}

.liste-choix-theme {
    font-family: 'Noto Sans';
    font-size: 1em;
    list-style-position: inside;
    color : #214363;
    padding : 1.5em;
    margin-bottom: 2em;
}

.tests-a-venir {
    text-align: center;
    font-style: italic;
    margin-bottom: 2em;
}