/* Style GlobalCD     */
/* 3rd party packages */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

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;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* SASS and Global'ish Stuff */
/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
body:not(.admin-bar) {
  --wp-admin--admin-bar--height: 0px;
}

.site-body {
  --font-sizecd: max(1em, 1vmax);
  display: flex;
  flex-direction: column;
  background-color: #1e6055;
  min-height: calc(100vh - var(--wp-admin--admin-bar--height));
}

body {
  font-size: var(--font-sizecd);
}

.main-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 1em 2em 1em;
}

@media only screen and (min-width: 1200px) {
  .main-container {
    width: 80%;
    margin: auto;
  }
}
.generic-content {
  color: #bababa;
  margin-left: auto;
  margin-right: auto;
}

.titreClair {
  color: #bababa;
}

.titreFonce {
  color: #3C2324;
}

.photos {
  border-image-outset: 1em;
  border-style: outset;
  display: flex;
}

.present-pagination {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.present-pagination .current {
  background: #a6e8da;
  color: #1e6055;
}

.present-pagination > * {
  display: inline-block;
  color: #1e6055;
  background: #bababa;
  font-weight: bold;
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 2px;
}

.nl-button {
  background-color: #1e6055;
  max-width: 15%;
  color: #bababa;
  text-align: center;
}

.nl-button:hover {
  transform: scale(1.5);
  cursor: grab;
}

.notConnected {
  text-align: center;
  color: #eafdf9;
}

#adminbar-search {
  display: none;
}

.hide {
  display: none;
}

/* modules */
#front-page {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 0.5fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". . s1 . ." "s2 txt txt txt s6" "s3 txt txt txt s5" ". . s4 . .";
  color: #b38e7e;
}

.s1 {
  grid-area: s1;
}

.s2 {
  grid-area: s2;
}

.s3 {
  grid-area: s3;
}

.s4 {
  grid-area: s4;
}

.s5 {
  grid-area: s5;
}

.s6 {
  grid-area: s6;
}

.text {
  grid-area: txt;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fp-titre {
  font-style: italic;
}

.fp-button {
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 0.5em;
  border-radius: 1em;
  background-color: #3C2324;
  align-content: center;
  width: 20%;
}
.fp-button a {
  color: #b38e7e;
}

.sante {
  width: 6em;
  height: 6em;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: #b38e7e 0px 3px 3px, #b38e7e 0px 3px 6px;
  border-radius: 100%;
}
.sante a {
  color: #bababa;
}

.homeFeuille {
  margin-left: 70%;
}
.homeFeuille img {
  width: 9em;
}

@media only screen and (max-width: 576px) {
  #front-page {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
    grid-template-areas: "s1 s2" "s3 s4" "s5 s6" "txt txt";
  }
  .homeFeuille {
    display: none;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  #front-page {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 1.5em 0;
    grid-auto-flow: row;
    grid-template-areas: "s1 s2 s3" "s4 s5 s6" "txt txt txt";
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #front-page {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 1.5em 0;
    grid-auto-flow: row;
    grid-template-areas: "s1 s2 s3 s4" ". s5 s6 ." "txt txt txt txt";
  }
  .homeFeuille {
    margin-left: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #front-page {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1200px) {
  #front-page {
    margin-top: 6em;
  }
}
.archive-titre {
  text-align: center;
  color: #a6e8da;
  margin-top: 2em;
  margin-bottom: 2em;
}

.content-standard, .content-description, .content-plante, .content-partage {
  display: flex;
  flex-direction: row;
  gap: 1em;
  justify-content: flex-start;
  margin-bottom: 1.5em;
}
.content-standard-souligne, .content-description-souligne, .content-plante-souligne, .content-partage-souligne {
  text-decoration: overline solid #bababa;
  color: #a6e8da;
}

.content-standard-titre, .content-description-titre, .content-plante-titre, .content-partage-titre {
  flex: 2;
}
.content-standard-titre a, .content-description-titre a, .content-plante-titre a, .content-partage-titre a {
  text-decoration: none;
}

.content-partage-titre {
  flex: 3;
}

.content-partage-author {
  flex: 1 1em;
  color: #bababa;
}
.content-partage-author a {
  text-decoration: none;
}

.content-standard-contenu, .content-description-contenu, .content-plante-contenu, .content-partage-contenu {
  flex: 8;
  color: #bababa;
}
.content-standard-contenu a, .content-description-contenu a, .content-plante-contenu a, .content-partage-contenu a {
  color: #a6e8da;
}

.content-partage-contenu {
  flex: 7;
}

.metabox {
  display: flex;
  flex-direction: row;
  margin-top: -2em;
  margin-bottom: 2em;
  flex-wrap: wrap;
}

.metabox-retour {
  background-color: #b38e7e;
  box-shadow: 5px 5px 10px #0b2826;
  padding: 0.5em 1em 0.5em 1em;
  border-radius: 1em 0 0 1em;
}
.metabox-retour a {
  color: #1e6055;
  text-decoration: none;
}

.metabox-titre {
  background-color: #1e6055;
  box-shadow: 5px 5px 10px #0b2826;
  padding: 0.5em 1em 0.5em 1em;
  border-radius: 0 1em 1em 0;
  color: #D7AA97;
}

.site-footer {
  padding: 0.5em 0 0.5em 0;
  background-color: #123731;
}
.site-footer a {
  color: #bababa;
}
.site-footer-blocks {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media only screen and (max-width: 576px) {
  .site-footer-blocks {
    flex-direction: column;
    text-align: center;
  }
}
.he-ha-title {
  text-align: center;
  margin-bottom: 2em;
}

.he-ha-content {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-bottom: 2em;
}

.he-ha-nomLatin {
  font-size: 2em;
  color: #eafdf9;
}

.he-ha-famille {
  font-size: 1em;
}
.he-ha-famille a {
  color: #eafdf9;
}

.he-ha-organeProducteur {
  font-size: 1em;
  color: #eafdf9;
  font-style: italic;
}

.he-ha-precautions {
  background-color: #3C2324;
  padding: 2em;
  border-radius: 3em;
  border-block-style: groove;
  border-bottom: 0;
  border-width: 1em;
  border-color: #A51F05;
  color: #bababa;
}

.he-ha-description {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #eafdf9;
  margin-bottom: 2em;
}

.he-ha-d-img img {
  width: 3em;
  margin-right: 2em;
}

.he-fbiochim {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
}

.fbiochim {
  box-shadow: rgba(60, 35, 36, 0.4) 0px 5px, rgba(60, 35, 36, 0.3) 0px 10px, rgba(60, 35, 36, 0.2) 0px 15px, rgba(234, 253, 249, 0.1) 0px 20px, rgba(234, 253, 249, 0.05) 0px 25px;
  border-radius: 0% 0% 45% 45%;
  padding-bottom: 0.5em;
}
.fbiochim a {
  color: #D7AA97;
  text-decoration: none;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .he-ha-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .he-ha-content {
    flex-direction: column;
  }
}
.infos-content {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2em;
}

.infos-menu {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.infos-menu-title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  background-color: #A51F05;
  color: #a6e8da;
}
.infos-menu-title a {
  color: #a6e8da;
  text-decoration: none;
}

.infos-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.infos-menu ul li {
  text-align: center;
  background-color: #1e6055;
  padding: 1.5em;
  border-top: 1px solid #b38e7e;
}
.infos-menu ul li a {
  display: block;
  color: #b38e7e;
}

.infos-menu ul li:first-child {
  background-color: #3C2324;
}

.infos-menu ul li:hover {
  background-color: #3C2324;
}
.infos-menu ul li:hover a {
  color: #b38e7e;
}

.infos-menu ul li.current_page_item {
  background-color: #b38e7e;
}
.infos-menu ul li.current_page_item a {
  color: #3C2324;
}

@media only screen and (max-width: 576px) {
  .infos-content {
    flex-direction: column-reverse;
  }
  .infos-menu {
    width: auto;
  }
  .infos-menu ul {
    padding: 0;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .infos-content {
    flex-direction: column-reverse;
  }
  .infos-menu {
    width: auto;
  }
  .infos-menu ul {
    padding: 0;
  }
}
.site-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 1em;
}

.wp-singular:has(.site-header) .site-header {
  background-color: #123731;
}

.home #present-logo-img {
  display: none;
}

.site-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.site-header a {
  color: #b38e7e;
  font-weight: bold;
  text-decoration: none;
}
.site-header a a:hover {
  color: #a6e8da;
  font-weight: bold;
}

.site-header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}

.site-header ul li {
  list-style-type: none;
  padding: 1.5em;
  background-color: #3C2324;
  border-radius: 90% 1% 90% 30%;
}

.site-header .nav-logo img {
  max-width: 3em;
}

#present-logo-img {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #3C2324;
}
#present-logo-img a {
  color: #3C2324;
}
#present-logo-img a img {
  max-width: 8em;
}

.site-header .avatar {
  background-color: transparent;
  color: #bababa;
  width: 3em;
  height: 3em;
}
.site-header .avatar a {
  color: #bababa;
}
.site-header .avatar img {
  width: 100%;
  border-radius: 100%;
}

.site-header .inscrire {
  background-color: #1e6055;
}

.site-header .cherche {
  background-color: transparent;
  padding: 0;
}
.site-header .cherche i {
  color: #3C2324;
}
.site-header .cherche a {
  font-size: 3em;
}

.site-header .current-menu-item {
  font-weight: bold;
  background-color: #b38e7e;
}
.site-header .current-menu-item a {
  color: #3C2324;
}

/* Customize Login Screen */
body.login .button-primary {
  background-color: #1e6055;
  border-color: #1e6055;
  box-shadow: 0 1px 0 #a6e8da;
}

body.login form {
  background-color: transparent;
  color: #eafdf9;
}

body.login .button-primary:active,
body.login .button-primary:focus,
body.login .button-primary:hover {
  background-color: #eafdf9;
  border-color: #1e6055;
  box-shadow: 0 1px 0 #1e6055;
  color: #1e6055;
}

body.login {
  background-color: #1e6055;
}

.login h1 a {
  color: #eafdf9;
  font-weight: 300;
  background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}

.login h1 a:hover {
  color: #a6e8da;
  transform: scale(2.09);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}

.login #nav a,
.login #backtoblog a {
  text-decoration: none;
  color: #a6e8da;
}

/* Notes */
.create-note {
  display: flex;
  flex-direction: column;
  background-color: #1e6055;
  padding: 1.5em;
  gap: 1em;
}
.create-note .note-entete {
  color: #1e6055;
}

.cn-entete {
  color: #bababa;
}

.cn-title, .cn-text, .son-title, .son-text {
  flex: auto;
}
.cn-title input, .cn-text input, .son-title input, .son-text input {
  width: 100%;
  height: 2em;
}
.cn-title textarea, .cn-text textarea, .son-title textarea, .son-text textarea {
  width: 100%;
  min-height: 10em;
}

.cn-submit-msg {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
}
.cn-submit-msg :hover {
  background-color: #19322e;
  cursor: grab;
}

.cn-note-submit {
  background-color: #3C2324;
  color: #bababa;
  padding-left: 1em;
  padding-right: 1em;
}

.list-note {
  display: flex;
  flex-direction: column;
  margin: 1.5em;
  gap: 1em;
}

.single-old-note {
  display: flex;
  flex-direction: column;
  background-color: #b38e7e;
  padding: 1.5em;
}

.son-title-btn {
  display: flex;
  flex-direction: row;
  gap: 2em;
  margin-bottom: 1em;
  align-items: center;
}

.son-modifier {
  background-color: #1e6055;
  padding: 0 1em 0 1em;
  color: #bababa;
}

.son-modifier:hover {
  background-color: #3C2324;
  cursor: grab;
}
.son-modifier:hover * {
  background-color: #3C2324;
}

.son-supprimer {
  background-color: #1e6055;
  padding: 0 1em 0 1em;
  color: #bababa;
}

.son-supprimer:hover {
  background-color: #3C2324;
  cursor: grab;
}
.son-supprimer:hover * {
  background-color: #3C2324;
}

.son-enregistrer {
  visibility: hidden;
  margin-top: 1em;
}

.son-enregistrer-visible {
  visibility: visible;
  background-color: #1e6055;
  max-width: 15%;
  color: #bababa;
  text-align: center;
}

.son-enregistrer-visible:hover {
  background-color: #19322e;
  cursor: grab;
}

.note-active-field {
  border: 1px solid #ddd;
  animation: pulseBorder 0.75s alternate infinite;
}

@keyframes pulseBorder {
  0% {
    border: 1px solid #fff;
  }
  100% {
    border: 1px solid #ccc;
  }
}
.rf-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rf-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #bababa;
}
.rf-header .rf-underline {
  border-bottom: solid 2px #eafdf9;
  width: 10em;
  margin: auto;
}

.rf-icon {
  fill: #247366;
  width: 6em;
  margin: 1em;
}

#present_registration_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  color: #bababa;
}

.rff-id-email {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.rff-id-email .rff-email {
  width: 85%;
}

.rff-prenom-nom {
  display: flex;
  flex-direction: row;
  gap: 2em;
}

.checkbox-rect > label {
  display: block;
}

[type=checkbox] {
  margin-right: 1em;
}

.rff-passwords {
  display: flex;
  flex-direction: column;
  gap: 4em;
}

.password1, .password2 {
  background-color: #1e6055;
  color: #1e6055;
  width: 18em;
  height: 1em;
  position: relative;
}
.password1 input[type=password], .password1 input[type=text], .password2 input[type=password], .password2 input[type=text] {
  width: 100%;
  padding: 12px 12px 12px 12px;
  box-sizing: border-box;
  background-color: #1e6055;
  color: #bababa;
}

.fa-eye {
  position: absolute;
  top: 80%;
  right: 4%;
  cursor: pointer;
  color: #eafdf9;
}

.rf-msgErr {
  color: #eafdf9;
  font-style: italic;
  text-align: center;
  padding-bottom: 2em;
  position: relative;
}

.rf-container input[type=text], [type=email], select, legend {
  background: none;
  border: none;
  border-bottom: solid 2px #eafdf9;
  width: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  color: #bababa;
}

.rf-container input[type=submit] {
  background: #b38e7e;
  color: #1e6055;
  padding: 1.5em;
  margin-top: 3em;
  border-radius: 50%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#toto:hover {
  transform: scale(1.5);
}

.main-contact {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: auto;
}

.cf-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #bababa;
}
.cf-header .cf-underline {
  border-bottom: solid 2px #eafdf9;
  width: 10em;
  margin: auto;
}

.cf-icon {
  fill: #247366;
  width: 6em;
  margin: auto;
}

#cf-form {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  color: #bababa;
}

.cff-id-email {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.cff-id-email .cff-email {
  width: 85%;
}

.cff-prenom-nom {
  display: flex;
  flex-direction: row;
  gap: 2em;
}

.cff-prenom, .cff-nom {
  flex: 1 1 0;
}
.cff-prenom input, .cff-nom input {
  width: 100%;
  background-color: #eafdf9;
}

.cff-message textarea {
  width: 100%;
  background-color: #eafdf9;
  color: #1e6055;
}

.cf-msgErr {
  color: #eafdf9;
  font-style: italic;
  text-align: center;
  padding-bottom: 2em;
  position: relative;
}

.cff-submit {
  margin: auto;
}

.cf-form > input[type=text], [type=email], select, legend {
  background: none;
  border: none;
  border-bottom: solid 2px #eafdf9;
  width: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  color: #bababa;
}

input::placeholder {
  color: #bababa;
  opacity: 1; /* Firefox */
}

input[type=submit] {
  background: #b38e7e;
  color: #1e6055;
  padding: 1.5em;
  margin-top: 3em;
  border-radius: 50%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#toto:hover {
  transform: scale(1.5);
}

.search-overlay {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e6055;
  color: #b38e7e;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-sizing: border-box;
}
.search-overlay a, .search-overlay .link-list a {
  color: #b38e7e;
}
.search-overlay p {
  padding-top: 15px;
}
.search-overlay .event-summary p {
  padding-top: 0;
}
.search-overlay .event-summary {
  margin-bottom: 0;
  margin-top: 20px;
}
body.admin-bar .search-overlay {
  top: 32px;
}
.search-overlay__top {
  background-color: rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  font-size: 2em;
  align-items: center;
}
.search-overlay__icon {
  margin-right: 10px;
  color: #3C2324;
}
.search-overlay--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.search-overlay__section-title {
  margin: 30px 0 1px 0;
  font-weight: 400;
  color: #eafdf9;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.search-overlay__close {
  position: absolute;
  top: 13px;
  right: 16px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #3C2324;
  color: #eafdf9;
  line-height: 0.7;
}
.search-overlay__close:hover {
  opacity: 1;
}
.search-overlay .one-half {
  padding-bottom: 0;
}

.search-term {
  width: 75%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-weight: 300;
  outline: none;
  color: #b38e7e;
}

.body-no-scroll {
  overflow: hidden;
}

.search-row {
  display: flex;
  flex-direction: row;
  gap: 4em;
}

.search-main-container {
  margin-left: auto;
  margin-right: auto;
}

.single-plante-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}

.sp-nomLatin {
  font-style: italic;
  color: #bababa;
}

.sp-nomFrancais {
  color: #bababa;
}

.sp-famille-photo {
  display: flex;
  flex-direction: row;
  gap: 4em;
  align-items: center;
}

.sp-famille a {
  font-style: italic;
  color: #bababa;
}

@media only screen and (max-width: 576px) {
  .sp-famille-photo {
    flex-direction: column;
  }
}
.s-system {
  font-family: Montserrat, sans-serif;
  margin: 0;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.s-system ul {
  list-style: none;
  counter-reset: list;
  padding: 0 1rem;
}
.s-system li {
  --stop: calc(100% / var(--length) * var(--i));
  --l: 32%;
  --l2: 20%;
  --h: calc((var(--i) - 1) * (180 / var(--length)));
  --c1: hsl(var(--h), 71%, var(--l));
  --c2: hsl(var(--h), 71%, var(--l2));
  position: relative;
  counter-increment: list;
  max-width: 45rem;
  margin: 2rem auto;
  padding: 2rem 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #1e6055;
  color: #bababa;
}
.s-system li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}
.s-system h3 {
  display: flex;
  align-items: baseline;
  margin: 0 0 1rem;
  color: rgb(70, 70, 70);
}
.s-system h3::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  content: counter(list);
  padding: 1rem;
  border-radius: 50%;
  background-color: var(--c1);
  color: white;
}

.singleTransfo * {
  color: #3C2324;
}

.tableau-relations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  border: 0.1em solid #eafdf9;
  text-align: center;
  margin-bottom: 1em;
  color: #bababa;
  font-weight: 700;
}
.tableau-relations_titreSantes {
  grid-area: 1/1/2/2;
  border-right: 0.1em solid #eafdf9;
  border-bottom: 0.1em solid #eafdf9;
  align-content: center;
}
.tableau-relations_titrePlantes {
  grid-area: 1/2/2/3;
  border-right: 0.1em solid #eafdf9;
  border-bottom: 0.1em solid #eafdf9;
  align-content: center;
}
.tableau-relations_titreHes {
  grid-area: 1/3/2/4;
  border-right: 0.1em solid #eafdf9;
  border-bottom: 0.1em solid #eafdf9;
  align-content: center;
}
.tableau-relations_titreHas {
  grid-area: 1/4/2/5;
  border-bottom: 0.1em solid #eafdf9;
  align-content: center;
}
.tableau-relations_santes {
  grid-area: 2/1/6/2;
  border-right: 0.1em solid #eafdf9;
  padding: 1em;
}
.tableau-relations_plantes {
  grid-area: 2/2/6/3;
  border-right: 0.1em solid #eafdf9;
  padding: 1em;
}
.tableau-relations_hes {
  grid-area: 2/3/6/4;
  border-right: 0.1em solid #eafdf9;
  padding: 1em;
}
.tableau-relations_has {
  grid-area: 2/4/6/5;
  padding: 1em;
}

.lt {
  color: #eafdf9;
  font-weight: 300;
}

.tableau-photos ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2vmin;
  list-style-type: none;
  justify-content: center;
}
.tableau-photos ul li {
  margin: 2vmin;
}
.tableau-photos ul img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 1vmin;
}

.tnp-field-email {
  display: none;
}

.tnp-field input[type=submit] {
  background-color: #1e6055;
  color: #eafdf9;
}

#mailpoet_form_3 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

#mailpoet_form_1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.page-sectionToto {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.page-sectionToto p:last-of-type {
  margin-bottom: 0;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.search-trigger {
  display: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  top: 1px;
  margin-left: 20px;
}

.search-trigger:hover {
  opacity: 0.65;
}

.one-third {
  padding-bottom: 1.6rem;
}

/* Seach Form */
.search-form {
  background-color: #1e6055;
  padding: 20px;
  text-align: center;
}

.search-form label {
  display: block;
}

.search-form-row {
  display: flex;
}

.search-form .s {
  min-width: 20px;
  flex-basis: auto;
  flex-grow: 1;
  border: none;
  font-family: "Roboto", sans-serif;
  padding: 10px;
}

.search-submit {
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #1e6055;
  font-family: "Roboto", sans-serif;
  padding: 0 20px;
  margin-left: 10px;
}

.singleX h4 {
  -webkit-text-decoration: underline overline solid #8A3B6D;
  text-decoration: underline overline solid #8A3B6D;
  text-decoration-thickness: 0.1em;
  text-align: center;
  margin-bottom: 1em;
}

.link-list li {
  border-bottom: 1px dotted #DEDEDE;
}
.link-list li:last-child {
  border-bottom: none;
}
.link-list a {
  color: #a6e8da;
}/*# sourceMappingURL=style.css.map */