@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

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

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* FONT FACE */
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-900-normal.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-300-normal.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Memories Note";
  src: url("../fonts/Memories Note.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SpiderBrush";
  src: url("../fonts/SpiderBrush.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/* VARIABLES */
html, body {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*--------------------------------------------------------------
GLOBAL
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-family: "Sarabun", sans-serif;
  color: #472C18;
  overflow-x: hidden;
}

body {
  scroll-behavior: smooth;
  font-family: "Sarabun", sans-serif;
  overflow-x: hidden;
  background-color: #FFFDF7;
}

ul {
  list-style: none;
}

a {
  color: #472C18;
  text-decoration: none;
  transition: 0.3s;
}

::-webkit-scrollbar-thumb {
  background: #FECC4F;
  border-radius: 10px;
}

h1, h2 {
  font-family: "SpiderBrush", sans-serif;
  color: #9D9A39;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}

.sur-titre {
  font-family: "Memories Note", sans-serif;
  color: #EA7E3E;
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
  transform: rotate(-3deg);
  margin-bottom: 1.5rem;
}
@media (min-width: 1188px) {
  .sur-titre {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1188px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.75rem;
  }
}
.fill-primary {
  fill: #FECC4F;
}

.fill-secondary {
  fill: #9D9A39;
}

.fill-tertiary {
  fill: #EA7E3E;
}

.fill-black {
  fill: #472C18;
}

.fill-white {
  fill: #FFFDF7;
}

.bg-white {
  background-color: #FFFDF7;
}

.btn, form input[type=submit],
.wpcf7-form input[type=submit] {
  background-color: #EA7E3E;
  color: #FFFDF7;
  padding: 0.6rem 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin-top: 1.5rem;
  border: 2px solid #EA7E3E;
  font-weight: 700;
  box-shadow: 0 5px 0 rgb(174.9626168224, 77.0560747664, 19.0373831776);
  transition: all 0.3s ease;
}
.btn:hover, form input[type=submit]:hover,
.wpcf7-form input[type=submit]:hover {
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgb(174.9626168224, 77.0560747664, 19.0373831776);
  color: rgba(255, 253, 247, 0.9);
}
.btn--secondaire {
  background-color: #FFFDF7;
  color: #EA7E3E;
  border-color: #EA7E3E;
  box-shadow: none;
}
.btn--secondaire:hover {
  background-color: #EA7E3E;
  color: #FFFDF7;
  box-shadow: none;
}

section {
  padding: 3rem 10%;
}
@media (min-width: 1188px) {
  section {
    padding: 4rem 10%;
  }
}
@media (min-width: 1500px) {
  section {
    padding: 4rem 15%;
  }
}

.h-100 {
  height: 100vh;
}

.w-100 {
  width: 100vw;
}

p:not(:last-of-type, .sur-titre) {
  margin-bottom: 0.5rem;
}

.flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.flex .image {
  width: 100%;
  max-width: 340px;
  max-height: 340px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1188px) {
  .flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 7rem;
  }
  .flex .container {
    width: 50%;
  }
  .flex .image {
    max-width: 400px;
    max-height: 400px;
  }
  .flex--reverse {
    flex-direction: row-reverse;
  }
}

.hero {
  position: relative;
  background: radial-gradient(ellipse at 25% 85%, rgba(255, 219, 139, 0.4) 0%, transparent 75%), #FFFDF7;
  margin-top: 2rem;
}
@media (min-width: 1188px) {
  .hero {
    background: radial-gradient(ellipse at 95% 40%, rgba(255, 219, 139, 0.5) 0%, transparent 55%), #FFFDF7;
    margin-top: 4rem;
  }
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  top: -1rem;
  height: 6rem;
  width: 6rem;
  background-image: url("../img/coriandre.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1188px) {
  .hero {
    align-items: center;
    position: relative;
  }
  .hero::after {
    right: 7%;
    top: 2rem;
    width: 10rem;
    height: 10rem;
  }
}
.hero__image {
  width: 100%;
  max-width: 360px;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
@media (min-width: 1188px) {
  .hero__image {
    max-width: 400px;
    max-height: 400px;
    margin-right: 2rem;
  }
}

/* Form */
form,
.wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  form,
  .wpcf7-form {
    flex-direction: row;
    justify-content: space-between;
  }
}
form .form-row,
.wpcf7-form .form-row {
  width: 100%;
}
@media (min-width: 1024px) {
  form .form-row,
  .wpcf7-form .form-row {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
  }
}
form .mid,
.wpcf7-form .mid {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  form .mid,
  .wpcf7-form .mid {
    width: 50%;
    margin-top: 0;
  }
}
form .full,
.wpcf7-form .full {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  form .full,
  .wpcf7-form .full {
    margin-top: 0;
  }
}
form .submit,
.wpcf7-form .submit {
  width: 100%;
  text-align: center;
}
form select,
.wpcf7-form select {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  form select,
  .wpcf7-form select {
    margin-top: 0;
  }
}
form label,
.wpcf7-form label {
  text-transform: uppercase;
  font-size: 12px;
  color: #c3c3c3;
}
form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.7rem;
  text-transform: initial;
  margin-top: 5px;
  color: red;
}
form input,
form textarea,
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
}
form input,
form select,
form textarea,
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  color: #472C18;
  border: 0;
  font-size: 16px;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 10px 5px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(71, 44, 24, 0.5);
  outline: none;
  transition: 0.2s;
}
form input:focus,
form select:focus,
form textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-bottom: 1px solid #472c18;
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, .wpcf7-form input::-moz-placeholder, .wpcf7-form select::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #472C18;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  color: #472C18;
}
form textarea,
.wpcf7-form textarea {
  height: 120px;
}
.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-requiblack .wpcf7-response-output {
  color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #00ab15;
}

.wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  color: #472C18;
}
@media (min-width: 1188px) {
  .wpcf7-acceptance label {
    max-width: 400px;
  }
}
.wpcf7-acceptance label > input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1rem;
}

/* Pagination */
.navigation {
  margin: 30px 0 0;
  width: 100%;
  text-align: center;
  grid-column: 1/4;
}
.navigation .nav-links .page-numbers {
  border: 2px solid #472C18;
  padding: 5px 12px;
}
.navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
  border: 0;
  text-transform: uppercase;
  font-family: "Sarabun", sans-serif;
}
.navigation .nav-links .page-numbers.current {
  background-color: #472C18;
  color: #FFFDF7;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.header {
  width: 100vw;
  position: fixed;
  z-index: 5;
  margin-top: 0;
  top: 0;
  display: flex;
}
.header .menu {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 2rem;
  padding-bottom: 40vh;
}
.header .menu > a {
  text-align: center;
}
.header .menu__logo {
  width: 100%;
}
.header .menu__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 7rem;
}
.header .menu__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
  text-align: center;
}
@media (min-width: 1500px) {
  .header .menu__container {
    width: 80%;
  }
}
.header .menu__container .btn, .header .menu__container form input[type=submit], form .header .menu__container input[type=submit],
.header .menu__container .wpcf7-form input[type=submit],
.wpcf7-form .header .menu__container input[type=submit] {
  margin-top: 0;
}
.header .menu__container .btn a, .header .menu__container form input[type=submit] a, form .header .menu__container input[type=submit] a,
.header .menu__container .wpcf7-form input[type=submit] a,
.wpcf7-form .header .menu__container input[type=submit] a {
  color: #FFFDF7;
}
.header {
  /* Enlever le checkbox */
}
.header .checkbox {
  display: none;
}
.header .reseaux-sociaux {
  display: flex;
  gap: 1rem;
}
.header .reseaux-sociaux svg {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.header .reseaux-sociaux svg:hover {
  transform: scale(1.1);
}

/* Responsive desktop */
@media (min-width: 1188px) {
  .header {
    width: 100vw;
    position: fixed;
    background: transparent;
  }
  .header .menu {
    background: initial;
  }
  .header.scrolled {
    background: #FFDB8B;
    box-shadow: 0 3px 10px rgba(71, 44, 24, 0.1);
    transition: background 0.3s, box-shadow 0.3s;
  }
  .header.scrolled .menu__logo {
    height: 4rem;
  }
  .header .menu__logo {
    height: 6rem;
    width: auto;
    transition: 0.3s height;
    filter: none;
  }
  .header .menu__logo img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header {
    /* Barre de navigation */
  }
  .header .menu {
    flex-direction: row;
    min-height: initial;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding: 1rem 10%;
  }
  .header .menu__container {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }
  .header .menu__container .menu-item:hover .sub-menu {
    pointer-events: auto;
    display: flex;
    animation: fade_in_show 0.5s;
  }
  .header .menu__container .menu-item:hover .sub-menu .menu-item {
    padding-left: 0;
    margin-bottom: 0;
  }
  .header .menu__container .menu-item:hover .sub-menu .menu-item::before {
    content: none;
  }
  .header .sub-menu {
    position: absolute;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    top: 100%;
    left: -1rem;
    padding: 1rem;
    width: -moz-max-content;
    width: max-content;
    background: #FFDB8B;
    z-index: 1;
    display: none;
  }
  .header {
    /* Animation hover */
  }
  .header .menu-item {
    position: relative;
  }
  .header .menu-item a {
    color: #472C18;
  }
  .header .menu-item:not(.btn):hover a {
    color: #EA7E3E;
  }
}
@media screen and (min-width: 1370px) {
  .header .menu__container {
    gap: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .header .menu {
    gap: 5%;
  }
}
/* Menu burger pour mobile et tablette */
@media screen and (max-width: 1170px) {
  .header .checkbox {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 1rem;
    left: 1rem;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  .header {
    /* Burger style */
  }
  .header .burger {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    background: #9D9A39;
    padding: 0.5rem;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
  }
  .header .burger span {
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #FFFDF7;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .header .burger span:last-child {
    margin-bottom: 0;
  }
  .header .burger span:first-child {
    transform-origin: 0% 0%;
  }
  .header .burger span:nth-last-child(1) {
    transform-origin: 0% 100%;
  }
  .header {
    /* Transformer le burger en croix */
  }
  .header .checkbox:checked ~ .burger span {
    opacity: 1;
    transform: rotate(45deg) translate(2.5px, -4.5px);
    background: #FFFDF7;
  }
  .header .checkbox:checked ~ .burger span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .header .checkbox:checked ~ .burger span:nth-last-child(1) {
    transform: rotate(-45deg) translate(4px, 3px);
  }
  .header .menu {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    width: 50%;
    background-color: #FECC4F;
  }
  .header .checkbox:checked ~ .menu {
    transform: none;
  }
  .header .menu-item a {
    color: #472C18;
    font-weight: 200;
    position: relative;
  }
  .header .menu__container > .menu-item:not(:last-child, :nth-last-child(2)) > a::after {
    position: absolute;
    content: "";
    background-color: #EA7E3E;
    width: 2rem;
    height: 1px;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .sub-menu {
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    top: 100%;
    left: -1rem;
    padding: 1rem 0;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    display: none;
    text-align: center;
  }
  .header .sub-menu li {
    padding-left: 0;
    margin-bottom: 0;
  }
  .header .sub-menu li::before {
    content: none;
  }
}
@media screen and (max-width: 650px) {
  .header .menu {
    width: 100%;
  }
}
@media screen and (max-width: 1465px) {
  .header .menu {
    gap: 5%;
    padding: 1rem 5%;
  }
  .header .menu__conteneur {
    gap: 1.75rem;
  }
}
/*--------------------------------------------------------------
Bannière (hero)
--------------------------------------------------------------*/
.banner {
  width: 100%;
  text-align: center;
  padding: 3rem 10%;
}
@media (min-width: 1188px) {
  .banner {
    padding: 4rem 15%;
    padding-top: 8rem;
  }
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.footer {
  background-color: #472C18;
  color: #FFFDF7;
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 10%;
}
.footer__copyright {
  padding: 1rem 10%;
  border-top: 1px dashed rgba(255, 253, 247, 0.3);
}
.footer__copyright p {
  color: rgba(255, 253, 247, 0.7);
  font-size: 0.875rem;
}
.footer__copyright a {
  color: rgba(255, 253, 247, 0.7);
}
.footer__copyright a:hover {
  color: #FFFDF7;
}
.footer__col-logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1500px) {
  .footer__col-logo {
    flex-direction: row;
    gap: 3rem;
  }
}
.footer__logo {
  background-color: #FFFDF7;
  border-radius: 1rem;
  padding: 1rem;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__section-titre, .footer__nom-entreprise, .footer .reseaux-sociaux__titre {
  font-family: "SpiderBrush", sans-serif;
  color: #FECC4F;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
@media (min-width: 1188px) {
  .footer__section-titre, .footer__nom-entreprise, .footer .reseaux-sociaux__titre {
    font-size: 2rem;
  }
}
.footer__profession {
  color: rgba(255, 253, 247, 0.85);
  font-size: 0.95rem;
}
.footer__citation {
  font-style: italic;
}
.footer__contact {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  color: #FFFDF7;
}
.footer__contact svg {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5rem;
}
.footer__contact a {
  color: #FFFDF7;
}
.footer__contact a:hover {
  color: #FECC4F;
}
.footer a:hover {
  color: #FECC4F;
}
.footer .reseaux-sociaux__container {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}
.footer .reseaux-sociaux__container svg {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
.footer .reseaux-sociaux__container svg:hover {
  transform: scale(1.1);
}

/* Responsive desktop */
@media (min-width: 1188px) {
  .footer__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__copyright {
    text-align: center;
  }
}
/*--------------------------------------------------------------
PAGE DEFAUT
--------------------------------------------------------------*/
.defaut h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.defaut a {
  text-decoration: underline;
}
.defaut a:hover {
  color: #FECC4F;
}
@media (min-width: 1188px) {
  .defaut h2 {
    margin-top: 3rem;
  }
}

/*--------------------------------------------------------------
ANIMATIONS
--------------------------------------------------------------*/
/* Liste des animations */
/* Animation section apparaît au scroll */
.animation-from-bottom {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}

.animation-from-top {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 1s, transform 1s;
}

.animation-from-left {
  opacity: 0;
  transform: translateX(-150px);
  transition: opacity 1s, transform 1s;
}

.animation-from-right {
  opacity: 0;
  transform: translateX(150px);
  transition: opacity 1s, transform 1s;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* Animation liste */
.animation-list > * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animation-list > *.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Retirer le badge ReCaptcha */
.grecaptcha-badge {
  display: none;
}

/* Badge ecoindex */
#ecoindex-badge {
  display: none;
}

/* Responsive desktop */
@media screen and (min-width: 1170px) {
  #ecoindex-badge {
    display: block;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
  }
}
/* Flèche back-to-up */
.back-to-up {
  opacity: 0;
  position: fixed;
  bottom: 1.25rem;
  right: 1rem;
  text-align: center;
  border-radius: 5px;
  z-index: 3;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 650px) {
  .back-to-up > svg {
    width: 2.5rem;
    right: 1rem;
  }
}