/*!
Theme Name: Annabelle Chalufour
Theme URI: https://annabellechalufour.fr
Author: Marc-Aurele Geffroy
Author URI: https://marcaurelegeffroy.fr
Description: Theme sur-mesure du site d'Annabelle Chalufour
Version: 2.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: annabellechalufour
Tags: custom
*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

:root {
	--pad: clamp(3rem, 5vw, 12rem);

	--white: #ffffff;
	--light-color: #f9fafa;
	--dark-color:#181818;
	--accent-color: #ffee00;

	--shadow: 0 1px 1px #0000001f,0 2px 4px #00000014,0 4px 8px #0000001a,0 8px 16px #00000014;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body.menu-is-open {
	overflow-y: hidden;
}

body {
	margin: 0;
	background: var(--light-color);
}

main {
	display: block;
	padding-top: 80px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	text-decoration: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--dark-color);
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.2rem;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

.imgcover {
	object-fit: cover;
	object-position: 50%;
	width: 100%;
	height: 100%;
}
.imgcontain {
	object-fit: contain;
	object-position: 50%;
	width: 100%;
	height: 100%;
}
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.center {
	text-align: center;
}

.padxs {
	padding-left: calc(var(--pad)/2);
	padding-right: calc(var(--pad)/2);
}
.padx {
	padding-left: var(--pad);
	padding-right: var(--pad);
}
.padxl {
	padding-left: calc(var(--pad)*2);
	padding-right: calc(var(--pad)*2);
}
.padys {
	padding-top: calc(var(--pad)/2);
	padding-bottom: calc(var(--pad)/2);
}
.padx {
	padding-left: var(--pad);
	padding-right: var(--pad);
}
.pady {
	padding-top: var(--pad);
	padding-bottom: var(--pad);
}

.mar-b {
	margin-bottom: var(--pad);
}

/*** AC - Bloc ***/
.ac-bloc {
	width: 50vw;
	min-width: 300px;
	margin-inline: auto;
	padding-top: var(--pad);
	padding-bottom: var(--pad);
}
/*** AC - Bloc boc ***/
.ac-bloc-box {
	width: 100%;
	margin-inline: auto;
	padding-top: var(--pad);
	padding-bottom: var(--pad);
}
.ac-bloc-box .wp-block-group__inner-container {
	padding: calc(var(--pad) / 2) calc(var(--pad) / 2) calc(var(--pad) / 2) calc(var(--pad) / 2);
	background: var(--white);
    border-radius: 2rem;
    box-shadow: var(--shadow);
}
/*** AC - Bloc carte ***/
.ac-bloc-carte {
	max-width: 50vw;
	min-width: 300px;
	margin-inline: auto;
	padding-top: var(--pad);
	padding-bottom: var(--pad);
}
.ac-bloc-carte .wp-block-group__inner-container {
	padding: calc(var(--pad) / 2) calc(var(--pad) / 2) calc(var(--pad) / 2) calc(var(--pad) / 2);
	background: var(--white);
    border-radius: 2rem;
    box-shadow: var(--shadow);
}
/*** AC - Bloc tarif ***/
.ac-bloc-tarif {
	width: 70%;
	min-width: 300px;
	margin-inline: auto;
	padding: calc(var(--pad) / 2) calc(var(--pad) / 2) calc(var(--pad) / 2) calc(var(--pad) / 2);
	background: var(--white);
    border-radius: 2rem;
    box-shadow: var(--shadow);
}




.bloc-62-centre {
	width: 50%;
	min-width: 300px;
	margin-inline: auto;
	padding-top: var(--pad);
	padding-bottom: var(--pad);
}

.ac-bloc-centre {
	width: 50%;
    min-width: 300px;
    margin-inline: auto;
    padding-top: var(--pad);
    padding-bottom: var(--pad);
}
.ac-bloc-centre-carte {
	width: 50%;
    min-width: 300px;
    margin-inline: auto;
	padding-top: var(--pad);
    padding-bottom: var(--pad);
}
.ac-bloc-centre-carte .wp-block-group__inner-container {
	padding: calc(var(--pad) / 2) calc(var(--pad) / 2) calc(var(--pad) / 2) calc(var(--pad) / 2);
	background: var(--light-color);
    border-radius: 2rem;
    box-shadow: var(--shadow);
}


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

.grid {
	display: grid;
	gap: 2.5vw;
	align-items: center;
}
.grid-2 {
	grid-template-columns: 1fr;
}
.grid-3 {
	grid-template-columns: 1fr;
}
@media (min-width: 729px) {
	.grid-2 {
		grid-template-columns: 1fr 1fr;
	}
	.grid-2-gold {
		grid-template-columns: 1.38fr 1.62fr;
	}
	.grid-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.ac-bloc-box {
		width: clamp(400px, 62vw, 900px);
	}
	.btn-cta {
		line-height: 1.15;
    	font-size: 1rem;
	}
}

h1, .h1 {
	font-size: clamp(2rem, 5vw, 8rem);
	line-height: 1.15em;
	margin: 0 0 2rem
}
h2, .h2 {
	font-size: clamp(1.5rem, 3vw, 4rem);
	line-height: 1.15em;
	margin: 0 0 2rem
}
h3, .h3 {
	font-size: clamp(1.25rem, 2vw, 2rem);
	line-height: 1.15em;
	margin: 0 0 2rem
}

p, .p {
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0 0 1rem;
}
.fontxs {
	font-size: .8rem;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
p:last-child {
	margin-bottom: 0;
}

.page h1 {
	position: relative;
	display: inline-block;
}
:not(.home).page h1:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    z-index: -1;
    background-image: url(assets/svg/marker-underline-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg) translateY(-45%);
}
.page h1 span,
.post-type-archive h1 span {
	position: relative;
	display: inline-block;
}
.page h1 span:after,
.post-type-archive h1 span:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    z-index: -1;
    background-image: url(assets/svg/marker-underline-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg) translateY(-45%);
}

.header-sup {
	position: fixed;
    background: #ffffffad;
    box-shadow: 0 4px 6px #00000038;
    z-index: 10000;
    gap: 2rem;
    width: 100%;
    height: 80px;
    padding-top: calc(var(--pad) / 4);
    padding-bottom: calc(var(--pad) / 4);
    backdrop-filter: blur(10px);
	transition: all ease-out .25s;
}
.menu-is-open .header-sup {
	background: var(--white);
}
.header-logo {
	width:  clamp(200px, 50%, 800px);
}
.toggle-menu-btn {
	background: var(--white);
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid;
    border-radius: 9999px;
    overflow: hidden;
    cursor: pointer;
    height: 36px;
}
.toggle-menu-btn-label {
	padding: .5rem 1.5rem;
    transition: all .5s ease-out;
    white-space: nowrap;
}
.menu-is-open .toggle-menu-btn-label {
	transform: translateY(-100%);
}

.header-sub {
	display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(100dvh - 80px);
    background: var(--dark-color);
    color: var(--light-color);
    z-index: 9999;
    justify-content: flex-start;
	transform: translateY(calc(-100% - 80px));
	transition: transform .9s cubic-bezier(.86,0,.07,.995);
}
.menu-is-open .header-sub {
	transform: translateY(0%);
}
.header-sub-menu {
	
}
.header-sub-autobio {
	position: absolute;
    width: clamp(160px, 50%, 400px);
    border-radius: 2rem;
    background: var(--light-color);
    color: var(--dark-color);
    padding: .75rem;
    transform: rotate(4deg);
    display: flex;
    flex-direction: row;
    margin-left: auto;
    bottom: var(--pad);
    right: var(--pad);
    overflow: hidden;
}
.header-sub-autobio-illu {
	
}
.header-sub-autobio-text {
	position: absolute;
    bottom: 0;
    right: 0;
	width: 100%;
}

.footer {
	background: var(--white);
	border-top: 1px solid #dbdde1;
}
.footer-social {
	display: flex;
    gap: 1rem;
    justify-content: center;
}
.social-item {
	width: 6rem;
	height: 3rem;
	display: grid;
	place-content: center;
	background: var(--accent-color);
	border-radius: 9999px;
	overflow: hidden;
	box-shadow: var(--shadow);
	transition: all ease-out .2s;
}
.social-item svg {
	stroke: var(--dark-color);
	width: 100%;
	height: 100%;
}
.social-item:hover {
	background: var(--dark-color);
}
.social-item:hover svg {
	stroke: var(--accent-color);
}

.shadow {
	box-shadow: var(--shadow);
}

.push-right {
	display: flex;
    justify-content: flex-end;
}

.bloc {
	background: var(--white);
	border-radius: 2rem;
}

.btn, 
.wp-block-button__link {
	display: inline-block;
	color: inherit;
    background-color: transparent;
    border-radius: 9999px;
    font-size: inherit;
    border: 1px solid var(--dark-color);
    line-height: 1;
	text-wrap: balance;
	text-align: center;
    padding: 1rem 3rem;
	cursor: pointer;
	transition: all ease-out .2s;
}
.btn:hover, 
.wp-block-button__link:hover {
	color: var(--light-color);
    background-color: var(--dark-color);
}
@keyframes bounce {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.bounce {
	animation: bounce 4s ease-in-out infinite alternate-reverse;
}
.btn-cta {
	background: var(--accent-color);
    color: var(--dark-color);
    border: none;
    font-weight: 700;
    line-height: 1;
    box-shadow: var(--shadow);
    font-size: .8rem;
}


input.mailpoet_submit {
	padding: 1rem 3rem!important;
	font-family: 'Josefin Sans' !important;
	background: var(--accent-color);
	border-radius: 9999px;
	cursor: pointer;
	transition: all ease-out .2s;
}
input.mailpoet_submit:hover {
	color: var(--light-color);
    background-color: var(--dark-color);
}

.home-intro .home-intro-question {
	background: var(--accent-color);
	border-radius: 2rem;
}

.avantages span {
	background-color: var(--dark-color);
	color: var(--light-color);
	padding: 2rem 6rem;
	border-radius: 1rem;
}

.reference-archive-liste-item {
	grid-template-columns: 1fr 2fr;
}
.reference-archive-liste-item-illu {
	height: 20vh;
}
.nfplf-item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.journal-de-bord-intro {
    gap: calc(var(--pad) / 2);
    align-items: center;
    width: 62vw;
}
.journal-de-bord-intro-illu {

}
.journal-de-bord-intro-illu img {
	transform: rotate(5deg);
}
.journal-de-bord--intro-text {
	
}
.journal-de-bord-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: .5rem;
}
.journal-de-bord-nav span a {
	background: var(--dark-color);
    color: var(--light-color);
    display: grid;
    place-items: center;
    width: clamp(2rem, 4vw, 50px);
    aspect-ratio: 1 / 1;
    border-radius: 9999px;
    line-height: 1;
    overflow: hidden;
}

.meta-nav {
	padding: 0 1rem;
}

/*** Formulaire ***/
.form-item {
	margin-bottom: calc(var(--pad) / 2);
}
.form-item input,
.form-item textarea {
	width: 100%;
    border-radius: 9999px;
    background: var(--white);
    border: 1px solid #dbdde1;
    padding: .5rem 1rem;
    line-height: 1.75;
    font-size: 1rem;
    font-weight: 400;
}
.form-item textarea {
	border-radius: 1rem;
}



/*** RESPONSIVE SHOOOOOOW ! ***/
@media (min-width: 729px) {
	.header-sup {
		height: 120px;
	}
	.header-sub {
		height: calc(100dvh - 120px);
		transform: translateY(calc(-100% - 120px));
		justify-content: center;
	}
	main {
		padding-top: 120px;
	}
}

/*** MASQUAGE BADGE RECAPTCHA ***/
.grecaptcha-badge { visibility: hidden; }