body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
		'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
		sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
		monospace;
}

* {
	max-width: 100vw;
}

html,
body,
#root {
	margin: 0 !important;
	width: 100%;
	font-family: 'Playfair Display', Arial, sans-serif;
	scroll-behavior: smooth;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bg-img {
	content: '';
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-size: auto auto;
	background-position: 0 0;
	background-repeat: repeat;
	opacity: 0.62;
	filter: blur(1px);
	z-index: -1;
}

main {
	overflow: hidden;
}

h2 {
	margin: 1.5em 0.5em 0.5em 0.5em;
}

.tag {
	padding: 5px 10px;
	border-radius: 10%;
	background-color: #10996d;
	color: white;
	width: fit-content;
	font-size: small;
	margin: 2px;
}

a {
	color: inherit;
	text-decoration: none;
}

.is-layout-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: normal;
}

.is-vertical {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap !important;
}

.wp-block-file > a {
	background-color: #232327;
	color: white;
	padding: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.wp-block-file > a:hover {
	color: wheat;
}

.overflow-scroll {
	overflow: scroll;
	align-items: normal !important;
}

.height-350 {
	max-height: 350px;
}

.wp-block-file > a::after {
	content: '';
	background-image: url('./assets/icons/external.svg');
	width: 15px;
	height: 15px;
	fill: white;
	color: white;
	background-size: auto;
	display: block;
}

.is-content-justification-center {
	justify-content: center;
	text-align: center;
	width: 100%;
}

.are-vertically-aligned-center {
	justify-content: center;
	text-align: center;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

.aligncenter {
	align-items: center;
	text-align: center;
	float: center;
}

.alignright {
	align-items: right;
	text-align: center;
	float: right;
}

.alignleft {
	align-items: left;
	text-align: center;
	float: left;
}

.wp-block-columns,
.wp-block-gallery {
	display: flex;
	gap: 10px;
	justify-content: space-around;
	flex-wrap: wrap;
	overflow: auto;
}

.wp-block-column {
	max-width: 100%;
	min-width: 25%;
	float: left;
	position: relative;
}

.wp-block-column > figure,
.wp-block-gallery > figure {
	margin: 0px;
}

.wp-block-image > * {
	display: flex;
	flex-wrap: wrap;
	min-width: 40%;
	margin: 0;
	justify-content: center;
	max-width: 300px;
	height: auto;
}

.wp-block-image {
	margin: 5px 10px;
}

figure {
	min-width: fit-content;
}

/* Index.php
*
*
*
*
    First Block, presenting me */

h1 {
	margin: 1%;
}

h1,
h2,
h3,
h4,
h5 {
	color: #ea5a0b;
}

.main-title {
	color: #f5f5f7;
	font-size: 40px;
	text-align: center;
	margin: 0 0 0 10%;
	padding-top: 10px;
	font-weight: bold;
}

/* Posts */

.post {
	padding: 50px;
	margin: 20px;
	border: 1px solid;
}

.article-page-top {
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-size: cover;
	opacity: 50%;
}

.size-thumbnail {
	max-width: 150px !important;
	height: auto;
}

.size-medium {
	max-width: 250px !important;
}

.size-large {
	width: 400px !important;
}

.thumbnails-large {
	width: 50%;
	overflow: hidden;
	float: left;
}

.thumbnails-large img {
	width: inherit;
	height: auto;
	float: left;
	display: table-row;
}

.post-ligne {
	border-bottom: 2px solid #10996d;
	float: center;
	margin-top: 10%;
}

.post-ligne button {
	position: absolute;
	margin: 0 0 0 20%;
	transform: translate(0, -40%);
	color: #f5f5f7;
	background-color: #10996d;
	cursor: pointer;
	width: 130px;
	height: 40px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.post-ligne:hover button {
	color: black;
	background-color: #f5f5f7;
	border: 1px solid #10996d;
	transition: all 0.3s ease;
}

.columns-2 > *,
.columns-default > * {
	flex: 0 1 45%;
}
/* Single.php
*
*
*
*
    Blog page */

.btn:hover {
	background-color: white;
}

.btn {
	font-size: large;
}

p {
	font-size: large;
	text-align: justify;
}

p::before {
	white-space: break-space;
}

.blocks-gallery-grid {
	display: inline-block;
}

.blocks-gallery-items {
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}

button {
	margin: 10px;
}

.footer-container {
	height: auto;
	padding: 10px;
	font-size: 16px;
	color: #f5f5f7;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

.menu-footer-menu-container {
	display: inline-flex;
	width: 80%;
}

.menu {
	text-decoration: none;
	display: inline-flex;
	width: 100%;
	justify-content: space-evenly;
	list-style: none;
}

.divider {
	width: 100%;
	color: #ea5a0b;
	border: 1px solid #ea5a0b69;
	margin-top: 15px;
	margin-bottom: 15px;
}

audio {
	width: 50px;
}

/* ARTICLES */

.articles {
	display: flex;
	flex-direction: column;
	background-color: white;
	border-radius: 10px;
	padding: 30px;
	max-width: 400px;
	overflow-y: scroll;
	max-height: 350px;
}

.articles > h1 {
	text-align: center;
}

.article-title {
	display: flex;
	align-items: baseline;
	gap: 20px;
}

.article-title > span {
	color: #777777;
	font-size: 1em;
}

.article-title > h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.article > div > p {
	margin: 0;
	font-size: initial;
}

/* HOME */

@media screen and (max-width: 500px) {
	.presentation,
	.home {
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: 100vw !important;
		max-width: none !important;
		overflow: hidden;
	}
}

.home {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 75px 10px;
}

.trophy-container {
	display: grid;
}

.trophy {
	width: 100%;
	display: inline-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	height: 210px;
	margin-top: -85px;
	margin-bottom: 40px;
	padding: 0 20px;
	text-align: center;
	background-image: url('/wp-content/themes/theme_passion/assets/images/nuages.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.trophy > * {
	width: 100%;
}

.trophy > * > * {
	height: 150px;
	bottom: -15px;
	left: 10px;
	z-index: 15;
}

.presentation {
	background-color: #fadc27;
	padding: 20px;
	border-radius: 30px;
	margin: 30px;
	max-width: 50%;
	width: min-content;
	min-width: 40%;
}

/* FOOTER */

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.footer-menu {
	background-color: #f9d80e;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.footer-menu > * {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0 0 5px 0;
	max-width: fit-content;
}

.footer-url {
	color: inherit;
	text-decoration: none;
}

/* HEADER */

@media screen and (max-width: 800px) {
	.pages-nav > ul > *::before {
		content: none !important;
	}

	.header,
	.pages-nav > ul {
		align-items: center !important;
		justify-content: center !important;
	}

	.pages-nav > ul {
		justify-content: center;
		flex-wrap: wrap;
		position: relative !important;
		right: 0px !important;
	}
}

@media screen and (max-width: 500px) {
	.phone-number-header {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

.logo {
	max-height: 80px;
}

.pages-nav > ul {
	display: flex;
	position: absolute;
	right: 20px;
	bottom: -30px;
	z-index: 999;
}

.pages-nav > ul > * {
	background-size: 100% 100%;
	position: relative;
	background-image: url('/wp-content/themes/theme_passion/assets/images/music.webp');
	background-repeat: no-repeat;
	height: 75px;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages-nav > ul > li > a {
	width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
}

.pages-nav > ul > *::before {
	content: '';
	position: absolute;
	height: calc(96px);
	width: calc(96px);
	top: -65px;
	left: 50%;
	border-radius: 100%;
	background-size: auto 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #ea5a0b;
	transform: translate(-50%, 0%);
	z-index: -1;
}

.pages-nav > ul > *:nth-child(1):before {
	background-image: url('/wp-content/themes/theme_passion/assets/images/logo-p-blanche.svg');
}

.pages-nav > ul > *:nth-child(2):before {
	background-image: url('/wp-content/themes/theme_passion/assets/images/logo-croche-blanche.svg');
}

.pages-nav > ul > *:nth-child(3):before {
	background-image: url('/wp-content/themes/theme_passion/assets/images/baguette-blanche.svg');
}

.pages-nav > ul > *:nth-child(4):before {
	background-image: url('/wp-content/themes/theme_passion/assets/images/micro-blanc.svg');
}

.pages-nav > ul > *:nth-child(5):before {
	background-image: url('/wp-content/themes/theme_passion/assets/images/point-orgue.svg');
}

.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fadc27;
	padding: 30px;
	align-items: end;
	position: relative;
	max-width: 100vw;
}

.phone-number-header {
	background-color: #fadc27;
	margin-left: 30px;
	padding: 20px;
	font-size: xx-large;
	width: fit-content;
}

.phone-number-header > * {
	overflow-wrap: break-word;
}

/* PAGE CONTAINER */

.page-container {
	display: flex;
	justify-content: center;
	margin: 50px;
}

.page-content {
	color: black;
	padding: 20px;
	max-width: 700px;
	border-radius: 30px;
	background-color: #fadc27;
	width: fit-content;
}

@media screen and (max-width: 500px) {
	.page-container,
	.wp-block-gallery {
		margin-left: 0px;
		margin-right: 0px;
	}

	.wp-block-image {
		max-width: 330px !important;
	}
}
