@charset "UTF-8";
/******************* general *******************/
:root {
  --orange-charte: #f28f18;
  --orange-select: rgb(255, 207, 149);
  --orange-clair: rgb(255, 242, 225);
  --vert: #004f12;
  --red: #E25B45;
  --orange: #FF8357;
  --yellow: #FAC172;
  --blue: #89D5C9;
  --green: #ADC865;
  --Pacifico: "Pacifico", cursive;
}

body * {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-linear-gradient(217deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%), -webkit-linear-gradient(336deg, #ADC865, rgba(0, 255, 0, 0) 70.71%);
}

main {
  margin: 0 auto;
  min-height: 98vh;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.141));
  display: flex;
  font-size: 0.8rem;
  padding: 0.2vh;
  color: white;
  justify-content: center;
}

footer a {
  padding: 0 0.3rem;
}

hr {
  margin: 3rem 10rem;
}

/******************* Fonts *******************/
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, nav, .btn {
  font-family: "Pacifico", cursive;
  color: var(--vert);
  text-align: center;
  text-wrap: balance;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, nav::first-letter, .btn::first-letter {
  text-transform: capitalize;
}

*::first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
  margin: 0 1rem;
  overflow: hidden;
  text-align: center;
  border-width: 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-image: linear-gradient(to right, transparent, var(--vert), transparent) 1;
}

h2:nth-child(1)::first-letter {
  text-transform: capitalize;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.3rem;
}

a, a:active, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li, a {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: unset;
}

.optionnal {
  font-size: smaller;
  font-weight: lighter;
}

/******************* bouttons *******************/
.btn {
  padding: 0.3rem;
  margin: auto;
  border: 1px solid;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 0%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(117deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(67deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
}

.btn:hover:not(#forgot) {
  color: #fff;
  background-size: 100%;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/******************* form *******************/
form label {
  font-weight: bold;
}

form label::first-letter {
  text-transform: capitalize;
}

form input:not(.btn, .file), form form textarea, form form select {
  border: none;
  border-radius: 5px;
}

/******************* hidden *******************/
.hidden {
  display: none !important;
}

/******************* noScroll *******************/
.noScroll {
  overflow: hidden;
  position: fixed;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  .container {
    padding: 3.3rem 0;
  }
  .content {
    border-radius: 10px;
  }
  h2 {
    border: none;
  }
  h2::before, h2::after {
    background-color: var(--vert);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h2::before {
    right: 1rem;
    margin-left: -10%;
  }
  h2::after {
    left: 1rem;
    margin-right: -10%;
  }
}
/******************* contact *******************/
/******************* animation rotate-center *******************/
.rotate-center {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-7-31 1:6:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/******************* general *******************/
/******************* navbar *******************/
#burger {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.5rem;
  z-index: 1000;
  color: #fff;
  background: radial-gradient(circle at 48.7% 44.3%, rgba(255, 255, 255, 0.49) 0%, rgba(252, 252, 252, 0) 80%);
}

#largeS, #menu-mobile {
  display: none;
}

nav {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: x-large;
  background-color: rgba(255, 255, 255, 0.4156862745);
  backdrop-filter: blur(4px);
  z-index: 900;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  width: 100%;
}
nav ul, nav li, nav a {
  white-space: nowrap;
}
nav li, nav a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
nav li {
  box-shadow: inset -2px 5px 11px 7px rgba(94, 94, 94, 0.5490196078), 5px 5px 12px 5px rgba(207, 207, 207, 0.59);
}

/******************* Media query *******************/
/* Tablettes */
@media (min-width: 768px) and (max-width: 1023px) {
  #burger {
    display: block;
  }
  #menu-mobile {
    display: none;
  }
  #largeS {
    display: none;
  }
}
/* Tablettes en landscape */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  #burger {
    display: block;
  }
  #menu-mobile {
    display: none;
  }
  #largeS {
    display: none;
  }
}
/* PC */
@media (min-width: 1024px) {
  #menu-mobile, #burger {
    display: none;
  }
  #largeS {
    display: flex;
  }
  nav {
    height: 2rem;
    z-index: 100;
    font-size: 1rem;
    justify-content: space-between;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  }
  nav li, nav a {
    cursor: pointer;
    font-size: 1.2rem;
  }
  nav li {
    margin: auto;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    z-index: 200;
    min-width: 10rem;
    padding: 0.5rem;
  }
  nav li:not(.dropdown-menu li) {
    border-radius: 0 0 15px 15px;
    transition: all 0.5s;
  }
  nav li::after {
    transition: all 0.5s;
    content: "";
    background-image: -webkit-linear-gradient(40deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
    position: absolute;
    z-index: -1;
    display: block;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 100%;
  }
  nav li:hover:not(#title-nav) {
    color: #fff;
    box-shadow: 5px 5px 15px 5px rgba(83, 83, 83, 0.537254902);
  }
  nav li:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  nav .pages {
    width: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    z-index: 10;
  }
  nav .title {
    width: 20%;
  }
  nav .title #title-nav {
    white-space: nowrap;
    font-size: 1.3rem;
  }
  nav .title #title-nav a::after {
    content: "";
    background-image: url("../img/site/Logo-pate.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 0.6rem;
    width: 0.9rem;
  }
  nav .title #title-nav:hover {
    text-shadow: 0 0 20px #FFFFFF;
  }
  nav .account {
    width: 30%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    text-align: right;
    justify-content: space-around;
    z-index: 10;
  }
  .dropdown {
    position: relative;
  }
  .dropdown-toggle::after {
    content: "⯆";
  }
  .dropdown-menu {
    display: none;
    position: fixed;
    margin: 0.5rem;
    border-radius: 10px;
    width: 10rem;
    height: 5rem;
    top: 1.8rem;
    background-color: rgba(255, 255, 255, 0.4156862745);
    backdrop-filter: blur(4px);
  }
  .dropdown-menu li {
    transition: all 0.5s ease;
  }
  .dropdown-menu li:first-of-type {
    border-radius: 10px 10px 0 0;
  }
  .dropdown-menu li:last-of-type {
    border-radius: 0 0 10px 10px;
  }
  .dropdown-menu li::after {
    background-image: none;
  }
}
/******************* general *******************/
:root {
  --orange-charte: #f28f18;
  --orange-select: rgb(255, 207, 149);
  --orange-clair: rgb(255, 242, 225);
  --vert: #004f12;
  --red: #E25B45;
  --orange: #FF8357;
  --yellow: #FAC172;
  --blue: #89D5C9;
  --green: #ADC865;
  --Pacifico: "Pacifico", cursive;
}

body * {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-linear-gradient(217deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%), -webkit-linear-gradient(336deg, #ADC865, rgba(0, 255, 0, 0) 70.71%);
}

main {
  margin: 0 auto;
  min-height: 98vh;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.141));
  display: flex;
  font-size: 0.8rem;
  padding: 0.2vh;
  color: white;
  justify-content: center;
}

footer a {
  padding: 0 0.3rem;
}

hr {
  margin: 3rem 10rem;
}

/******************* Fonts *******************/
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, nav, .btn {
  font-family: "Pacifico", cursive;
  color: var(--vert);
  text-align: center;
  text-wrap: balance;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, nav::first-letter, .btn::first-letter {
  text-transform: capitalize;
}

*::first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
  margin: 0 1rem;
  overflow: hidden;
  text-align: center;
  border-width: 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-image: linear-gradient(to right, transparent, var(--vert), transparent) 1;
}

h2:nth-child(1)::first-letter {
  text-transform: capitalize;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.3rem;
}

a, a:active, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li, a {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: unset;
}

.optionnal {
  font-size: smaller;
  font-weight: lighter;
}

/******************* bouttons *******************/
.btn {
  padding: 0.3rem;
  margin: auto;
  border: 1px solid;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 0%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(117deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(67deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
}

.btn:hover:not(#forgot) {
  color: #fff;
  background-size: 100%;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/******************* form *******************/
form label {
  font-weight: bold;
}

form label::first-letter {
  text-transform: capitalize;
}

form input:not(.btn, .file), form form textarea, form form select {
  border: none;
  border-radius: 5px;
}

/******************* hidden *******************/
.hidden {
  display: none !important;
}

/******************* noScroll *******************/
.noScroll {
  overflow: hidden;
  position: fixed;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  .container {
    padding: 3.3rem 0;
  }
  .content {
    border-radius: 10px;
  }
  h2 {
    border: none;
  }
  h2::before, h2::after {
    background-color: var(--vert);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h2::before {
    right: 1rem;
    margin-left: -10%;
  }
  h2::after {
    left: 1rem;
    margin-right: -10%;
  }
}
/******************* general *******************/
/******************* alert *******************/
.success, .error {
  left: 10%;
  right: 10%;
  text-align: center;
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.7rem;
  padding: 0.2rem;
  display: none;
  z-index: 5000;
  justify-content: center;
}

.success, .error:not(.log .error, .resetPswd .error) {
  position: fixed;
  top: 1rem;
}

.success {
  background: -webkit-linear-gradient(0deg, rgba(255, 0, 0, 0) 0%, #ADC865 50%, rgba(255, 0, 0, 0) 100%);
}

.error {
  background: -webkit-linear-gradient(0deg, rgba(255, 0, 0, 0) 0%, #E25B45 50%, rgba(255, 0, 0, 0) 90%);
}

/******************* Media query *******************/
/* PC */
@media (min-width: 1024px) {
  .success, .error {
    top: 2.2rem;
    left: 40%;
    right: 40%;
  }
}
/******************* general *******************/
:root {
  --orange-charte: #f28f18;
  --orange-select: rgb(255, 207, 149);
  --orange-clair: rgb(255, 242, 225);
  --vert: #004f12;
  --red: #E25B45;
  --orange: #FF8357;
  --yellow: #FAC172;
  --blue: #89D5C9;
  --green: #ADC865;
  --Pacifico: "Pacifico", cursive;
}

body * {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-linear-gradient(217deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%), -webkit-linear-gradient(336deg, #ADC865, rgba(0, 255, 0, 0) 70.71%);
}

main {
  margin: 0 auto;
  min-height: 98vh;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.141));
  display: flex;
  font-size: 0.8rem;
  padding: 0.2vh;
  color: white;
  justify-content: center;
}

footer a {
  padding: 0 0.3rem;
}

hr {
  margin: 3rem 10rem;
}

/******************* Fonts *******************/
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, nav, .btn {
  font-family: "Pacifico", cursive;
  color: var(--vert);
  text-align: center;
  text-wrap: balance;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, nav::first-letter, .btn::first-letter {
  text-transform: capitalize;
}

*::first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
  margin: 0 1rem;
  overflow: hidden;
  text-align: center;
  border-width: 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-image: linear-gradient(to right, transparent, var(--vert), transparent) 1;
}

h2:nth-child(1)::first-letter {
  text-transform: capitalize;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.3rem;
}

a, a:active, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li, a {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: unset;
}

.optionnal {
  font-size: smaller;
  font-weight: lighter;
}

/******************* bouttons *******************/
.btn {
  padding: 0.3rem;
  margin: auto;
  border: 1px solid;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 0%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(117deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(67deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
}

.btn:hover:not(#forgot) {
  color: #fff;
  background-size: 100%;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/******************* form *******************/
form label {
  font-weight: bold;
}

form label::first-letter {
  text-transform: capitalize;
}

form input:not(.btn, .file), form form textarea, form form select {
  border: none;
  border-radius: 5px;
}

/******************* hidden *******************/
.hidden {
  display: none !important;
}

/******************* noScroll *******************/
.noScroll {
  overflow: hidden;
  position: fixed;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  .container {
    padding: 3.3rem 0;
  }
  .content {
    border-radius: 10px;
  }
  h2 {
    border: none;
  }
  h2::before, h2::after {
    background-color: var(--vert);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h2::before {
    right: 1rem;
    margin-left: -10%;
  }
  h2::after {
    left: 1rem;
    margin-right: -10%;
  }
}
/******************* switch toggle *******************/
.switch {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
}

.switch input {
  position: absolute;
  top: -15px;
  top: -15px;
  width: 0;
  height: 0;
}

.switch input + span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #99b4df;
  border-radius: 10px;
}

.switch input + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.switch input:checked + span {
  background: #346abf;
}

.switch input:checked + span:before {
  left: 17px;
}

/******************* tooltip *******************/
.aide {
  position: relative;
  /* aide à gauche */
  /* fleche */
}

.aide:before {
  content: attr(data-text);
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 15px;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background: var(--vert);
  color: #fff;
  text-align: center;
  display: none;
}

.aide.left:before {
  /* reset defaults */
  left: initial;
  margin: initial;
  /* set new values */
  right: 100%;
  margin-right: 15px;
}

.aide:after {
  content: "";
  position: absolute;
  /* position tooltip correctly */
  left: 100%;
  margin-left: -5px;
  /* vertically center */
  top: 50%;
  transform: translateY(-50%);
  /* the arrow */
  border: 10px solid var(--vert);
  border-color: transparent var(--vert) transparent transparent;
  display: none;
}

.aide.left:after {
  /* reset defaults */
  left: initial;
  margin-left: initial;
  /* set new values */
  right: 100%;
  margin-right: -5px;
  border-color: transparent transparent transparent var(--vert);
}

.aide:hover:before, .aide:hover:after {
  display: block;
}

/******************* animations *******************/
/******************* title move through nav *******************/
.move-up {
  animation: move-up 1.2s both;
  transition: transform 0.5s ease-in-out, opacity 1.2s ease-in-out;
}

@keyframes move-up {
  0% {
    transform: translateY(13px);
    scale: 2;
    animation-timing-function: ease-in;
    opacity: 0.1;
  }
  100% {
    scale: 1;
    animation-timing-function: ease-in;
    opacity: 1;
  }
}
.move-out {
  animation: move-out 0.8s both;
}

@keyframes move-out {
  0% {
    transform: translateY(0px);
    scale: 1;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  100% {
    transform: translateY(-15px);
    scale: 2;
    animation-timing-function: ease-out;
    opacity: 0;
  }
}
/******************* shiny effect *******************/
@keyframes shine {
  0% {
    left: -100px;
    opacity: 0.1;
  }
  20% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0.1;
  }
}
/******************* background animation *******************/
.bg-animed {
  background-size: 200%;
  background-image: linear-gradient(45deg, var(--green) 0%, var(--orange) 50%, var(--red) 100%);
  animation: AnimateBG 5s ease infinite;
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/******************* waiting scale *******************/
@keyframes wait {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/******************* dashboard *******************/
/******************* table à onglets *******************/
.menu-tabs {
  max-width: 95%;
  margin: 1rem auto;
  font-size: 1rem;
}
.menu-tabs ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  background-color: transparent;
}
.menu-tabs ul li {
  flex: 0 0 25%;
}
.menu-tabs ul li label {
  display: flex;
  position: relative;
  outline: none;
  border: solid 1px transparent;
  cursor: pointer;
  height: 3rem;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s;
  background-color: #e5e5e5;
}
.menu-tabs ul li label::before, .menu-tabs ul li label::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  top: 0px;
}
.menu-tabs ul li label::before {
  background-color: #d1d1d1;
}
.menu-tabs ul li label::after {
  transform-origin: left;
  transition: transform 0.4s;
  transform: scalex(0);
}
.menu-tabs ul li label:hover:not(:checked) {
  background-color: #eeecec;
  background: linear-gradient(200deg, #eeecec 45%, #fff 95%);
}
.menu-tabs ul li label span {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu-tabs input:nth-of-type(1):checked ~ ul li:nth-child(1) label::after,
.menu-tabs input:nth-of-type(2):checked ~ ul li:nth-child(2) label::after,
.menu-tabs input:nth-of-type(3):checked ~ ul li:nth-child(3) label::after,
.menu-tabs input:nth-of-type(4):checked ~ ul li:nth-child(4) label::after {
  transform: scalex(1);
  background-color: #f28f18;
}
.menu-tabs input:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
.menu-tabs input:nth-of-type(2):checked ~ ul > li:nth-child(2) > label,
.menu-tabs input:nth-of-type(3):checked ~ ul > li:nth-child(3) > label,
.menu-tabs input:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  background-color: white;
}
.menu-tabs input:nth-of-type(1):checked ~ .contenu-tabs > .section-tab:nth-child(1),
.menu-tabs input:nth-of-type(2):checked ~ .contenu-tabs > .section-tab:nth-child(2),
.menu-tabs input:nth-of-type(3):checked ~ .contenu-tabs > .section-tab:nth-child(3),
.menu-tabs input:nth-of-type(4):checked ~ .contenu-tabs > .section-tab:nth-child(4) {
  display: grid;
}

.contenu-tabs {
  background-color: white;
  min-height: 400px;
  padding: 0.3rem;
}

.section-tab {
  display: none;
  animation: anim-tabs 0.4s ease-in-out;
}

@keyframes anim-tabs {
  from {
    opacity: 0;
    transform: translatey(5%);
  }
  to {
    opacity: 1;
  }
}
/******************* tableaux *******************/
.dashboard-table {
  margin-bottom: 1rem;
  border-collapse: collapse;
  width: 100%;
}
.dashboard-table th:not(:last-child, :nth-last-child(2))::after {
  font-family: "FontAwesome";
  content: "\f0b0";
  font-size: 0.5rem;
  opacity: 0.4;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
}
.dashboard-table th, .dashboard-table td {
  border: 1px solid rgb(200, 200, 200);
  padding: 0.2rem;
  line-height: 1.3rem;
  text-align: center;
  cursor: default;
}
.dashboard-table tr:nth-child(even) {
  background-color: #e6e6e6; /* Couleur pour les lignes paires */
}
.dashboard-table thead {
  background-color: var(--orange);
  color: #fff;
  font-size: 0.9rem;
}
.dashboard-table .action {
  display: block;
  block-size: 2.5rem;
}
.dashboard-table tbody > tr:hover {
  background-color: rgb(255, 207, 149);
}

#contact-tab {
  max-width: 95%;
  margin: auto;
}
#contact-tab .editable {
  color: var(--orange);
  font-style: italic;
}
#contact-tab table {
  margin-bottom: 1rem;
}
#contact-tab table, #contact-tab table th, #contact-tab table td {
  padding: 0.2rem;
  border: 1px solid rgb(200, 200, 200);
  text-align: center;
  border-collapse: collapse;
}
#contact-tab table th, #contact-tab table td:first-child {
  background-color: var(--orange);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
#contact-tab table tr:nth-child(odd):not(td:first-child) {
  background-color: #e6e6e6; /* Couleur pour les lignes paires */
}

/******************* formulaires *******************/
.dashboard-form form {
  width: 85%;
  margin: auto;
}
.dashboard-form form div:not(.imgField) {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}
.dashboard-form form div:not(.imgField) div {
  flex-direction: row;
}
.dashboard-form form textarea {
  height: 15rem;
}
.dashboard-form form img {
  height: 15rem;
  width: 15rem;
  border-radius: 10px;
  background-color: #fff;
}

/******************* gallery *******************/
.imgField p {
  font-size: 0.8rem;
  font-weight: bold;
  font-style: italic;
  padding: 0 1rem;
}

.gallery {
  display: block;
}
.gallery .picture {
  position: relative;
}
.gallery .picture .number, .gallery .picture .delete-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2823529412);
  border-radius: 100%;
  font-size: 1.2rem;
  width: 2rem;
  height: 2rem;
  padding: 0.3rem;
  margin: 0.5rem;
  border-color: transparent;
}
.gallery .picture .number {
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
}
.gallery .picture .delete-btn {
  bottom: 0;
  right: 0;
  color: red;
  transition: all 0.5s ease;
}
.gallery .picture .delete-btn:hover {
  background-color: red;
  color: #fff;
  cursor: pointer;
}

/******************* Media query *******************/
/* PC */
@media (min-width: 1024px) {
  /******************* table à onglets *******************/
  .menu-tabs {
    max-width: 80%;
    margin: 2rem auto;
    font-size: inherit;
  }
  .menu-tabs ul {
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    background-color: transparent;
  }
  .menu-tabs ul li {
    flex: 0 0 25%;
  }
  .menu-tabs ul li label {
    display: flex;
    position: relative;
    outline: none;
    border: solid 1px transparent;
    cursor: pointer;
    height: 4rem;
    align-items: center;
    justify-content: center;
    transition: background-color 0.4s;
    background-color: #e5e5e5;
  }
  .menu-tabs ul li label::before, .menu-tabs ul li label::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 100%;
    top: 0px;
  }
  .menu-tabs ul li label::before {
    background-color: #d1d1d1;
  }
  .menu-tabs ul li label::after {
    transform-origin: left;
    transition: transform 0.4s;
    transform: scalex(0);
  }
  .menu-tabs ul li label:hover:not(:checked) {
    background-color: #eeecec;
    background: linear-gradient(200deg, #eeecec 45%, #fff 95%);
  }
  .menu-tabs ul li label span {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .menu-tabs input:nth-of-type(1):checked ~ ul li:nth-child(1) label::after,
  .menu-tabs input:nth-of-type(2):checked ~ ul li:nth-child(2) label::after,
  .menu-tabs input:nth-of-type(3):checked ~ ul li:nth-child(3) label::after,
  .menu-tabs input:nth-of-type(4):checked ~ ul li:nth-child(4) label::after {
    transform: scalex(1);
    background-color: #f28f18;
  }
  .menu-tabs input:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
  .menu-tabs input:nth-of-type(2):checked ~ ul > li:nth-child(2) > label,
  .menu-tabs input:nth-of-type(3):checked ~ ul > li:nth-child(3) > label,
  .menu-tabs input:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    background-color: white;
  }
  .menu-tabs input:nth-of-type(1):checked ~ .contenu-tabs > .section-tab:nth-child(1),
  .menu-tabs input:nth-of-type(2):checked ~ .contenu-tabs > .section-tab:nth-child(2),
  .menu-tabs input:nth-of-type(3):checked ~ .contenu-tabs > .section-tab:nth-child(3),
  .menu-tabs input:nth-of-type(4):checked ~ .contenu-tabs > .section-tab:nth-child(4) {
    display: grid;
  }
  .contenu-tabs {
    background-color: white;
    min-height: 400px;
    padding: 1rem;
  }
  .section-tab {
    display: none;
    animation: anim-tabs 0.4s ease-in-out;
    margin-top: 2rem;
  }
  @keyframes anim-tabs {
    from {
      opacity: 0;
      transform: translatey(5%);
    }
    to {
      opacity: 1;
    }
  }
  /******************* tableaux *******************/
  .dashboard-table th:not(:last-child, :nth-last-child(2))::after {
    font-size: 0.8rem;
    padding: 0.5rem;
    display: inline-block;
  }
  .dashboard-table th:not(:last-child, :nth-last-child(2)):hover::after {
    opacity: 1;
  }
  .dashboard-table tbody > tr:hover {
    background-color: rgb(255, 207, 149);
  }
  .dashboard-table .action {
    display: table-cell;
  }
  #contact-tab .editable {
    color: var(--orange);
    cursor: text;
  }
  #contact-tab .emptySpan {
    min-width: 2rem;
    min-height: 1rem;
    display: inline-block;
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: rgba(186, 186, 186, 0.5803921569);
  }
  #contact-tab .emptySpan::before {
    content: "...";
  }
  #contact-tab table {
    margin: 1rem auto;
    width: 80%;
  }
  #contact-tab table th, #contact-tab table td {
    padding: 1rem;
  }
  #contact-tab table th, #contact-tab table td:first-child {
    font-size: 1rem;
  }
  /******************* formulaires *******************/
  .dashboard-form form {
    width: 60%;
    margin: auto;
  }
  .dashboard-form form textarea {
    height: 15rem;
  }
}
/******************* general *******************/
:root {
  --orange-charte: #f28f18;
  --orange-select: rgb(255, 207, 149);
  --orange-clair: rgb(255, 242, 225);
  --vert: #004f12;
  --red: #E25B45;
  --orange: #FF8357;
  --yellow: #FAC172;
  --blue: #89D5C9;
  --green: #ADC865;
  --Pacifico: "Pacifico", cursive;
}

body * {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-linear-gradient(217deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%), -webkit-linear-gradient(336deg, #ADC865, rgba(0, 255, 0, 0) 70.71%);
}

main {
  margin: 0 auto;
  min-height: 98vh;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.141));
  display: flex;
  font-size: 0.8rem;
  padding: 0.2vh;
  color: white;
  justify-content: center;
}

footer a {
  padding: 0 0.3rem;
}

hr {
  margin: 3rem 10rem;
}

/******************* Fonts *******************/
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, nav, .btn {
  font-family: "Pacifico", cursive;
  color: var(--vert);
  text-align: center;
  text-wrap: balance;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, nav::first-letter, .btn::first-letter {
  text-transform: capitalize;
}

*::first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
  margin: 0 1rem;
  overflow: hidden;
  text-align: center;
  border-width: 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-image: linear-gradient(to right, transparent, var(--vert), transparent) 1;
}

h2:nth-child(1)::first-letter {
  text-transform: capitalize;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.3rem;
}

a, a:active, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li, a {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: unset;
}

.optionnal {
  font-size: smaller;
  font-weight: lighter;
}

/******************* bouttons *******************/
.btn {
  padding: 0.3rem;
  margin: auto;
  border: 1px solid;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 0%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(117deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(67deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
}

.btn:hover:not(#forgot) {
  color: #fff;
  background-size: 100%;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/******************* form *******************/
form label {
  font-weight: bold;
}

form label::first-letter {
  text-transform: capitalize;
}

form input:not(.btn, .file), form form textarea, form form select {
  border: none;
  border-radius: 5px;
}

/******************* hidden *******************/
.hidden {
  display: none !important;
}

/******************* noScroll *******************/
.noScroll {
  overflow: hidden;
  position: fixed;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  .container {
    padding: 3.3rem 0;
  }
  .content {
    border-radius: 10px;
  }
  h2 {
    border: none;
  }
  h2::before, h2::after {
    background-color: var(--vert);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h2::before {
    right: 1rem;
    margin-left: -10%;
  }
  h2::after {
    left: 1rem;
    margin-right: -10%;
  }
}
/******************* user *******************/
.userProfil {
  width: 90%;
  margin: auto;
}
.userProfil form {
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5254901961);
  border-radius: 10px;
}
.userProfil form h3, .userProfil form div {
  margin: 1rem;
}
.userProfil form .text-input {
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5254901961);
  box-shadow: inset 4px 4px 15px 0px rgba(216, 216, 216, 0.8980392157), inset 6px 13px 14px -23px rgba(231, 231, 231, 0.8980392157);
}
.userProfil form p {
  font-style: italic;
}
.userProfil form .btn {
  margin: 1rem;
}

.profil section {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
  margin: 2rem 0;
  background-color: rgba(255, 255, 255, 0.5254901961);
  border-radius: 10px;
}
.profil section h2 {
  border-width: 3px;
  padding: 0.8rem;
  border-style: solid;
  border-image: linear-gradient(to right, var(--green), var(--orange)) 1;
  border-left: none;
  border-right: none;
}
.profil section h2::before, .profil section h2::after {
  content: none;
}
.profil section h3 {
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.profil section #newsletter label {
  font-weight: normal;
  text-transform: none;
}

.resetPswd {
  padding: 0.2rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.5254901961);
  border-radius: 10px;
}
.resetPswd .resetForm {
  width: 30rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-width: 3px;
  padding: 0.8rem;
  border-style: solid;
  border-image: linear-gradient(to right, var(--green), var(--orange)) 1;
  border-radius: 15px;
}
.resetPswd .resetForm .champs {
  display: flex;
  flex-direction: column;
}
.resetPswd .resetForm .champs div {
  margin: 0;
}
.resetPswd .resetForm label {
  color: var(--vert);
}
.resetPswd .resetForm input {
  padding: 0.2rem 0.5rem;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}
.resetPswd .resetForm .btn {
  width: 8rem;
  margin: auto;
}
.resetPswd .advertise {
  margin: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5254901961);
  border-radius: 10px;
}
.resetPswd .advertise ul li {
  list-style: disc;
  margin-left: 1rem;
  line-height: 1.5rem;
}
.resetPswd .advertise ul {
  margin: 0 10%;
  color: var(--vert);
}
.resetPswd .advertise ul li p {
  color: #000;
}
.resetPswd .advertise .souligne, .resetPswd .advertise a {
  text-decoration: underline;
  color: var(--vert);
  font-weight: 600;
}

/******************* general *******************/
:root {
  --orange-charte: #f28f18;
  --orange-select: rgb(255, 207, 149);
  --orange-clair: rgb(255, 242, 225);
  --vert: #004f12;
  --red: #E25B45;
  --orange: #FF8357;
  --yellow: #FAC172;
  --blue: #89D5C9;
  --green: #ADC865;
  --Pacifico: "Pacifico", cursive;
}

body * {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-linear-gradient(217deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%), -webkit-linear-gradient(336deg, #ADC865, rgba(0, 255, 0, 0) 70.71%);
}

main {
  margin: 0 auto;
  min-height: 98vh;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.141));
  display: flex;
  font-size: 0.8rem;
  padding: 0.2vh;
  color: white;
  justify-content: center;
}

footer a {
  padding: 0 0.3rem;
}

hr {
  margin: 3rem 10rem;
}

/******************* Fonts *******************/
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, nav, .btn {
  font-family: "Pacifico", cursive;
  color: var(--vert);
  text-align: center;
  text-wrap: balance;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, nav::first-letter, .btn::first-letter {
  text-transform: capitalize;
}

*::first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
  margin: 0 1rem;
  overflow: hidden;
  text-align: center;
  border-width: 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-image: linear-gradient(to right, transparent, var(--vert), transparent) 1;
}

h2:nth-child(1)::first-letter {
  text-transform: capitalize;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.3rem;
}

a, a:active, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li, a {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: unset;
}

.optionnal {
  font-size: smaller;
  font-weight: lighter;
}

/******************* bouttons *******************/
.btn {
  padding: 0.3rem;
  margin: auto;
  border: 1px solid;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 0%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(117deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(67deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
}

.btn:hover:not(#forgot) {
  color: #fff;
  background-size: 100%;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/******************* form *******************/
form label {
  font-weight: bold;
}

form label::first-letter {
  text-transform: capitalize;
}

form input:not(.btn, .file), form form textarea, form form select {
  border: none;
  border-radius: 5px;
}

/******************* hidden *******************/
.hidden {
  display: none !important;
}

/******************* noScroll *******************/
.noScroll {
  overflow: hidden;
  position: fixed;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  .container {
    padding: 3.3rem 0;
  }
  .content {
    border-radius: 10px;
  }
  h2 {
    border: none;
  }
  h2::before, h2::after {
    background-color: var(--vert);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h2::before {
    right: 1rem;
    margin-left: -10%;
  }
  h2::after {
    left: 1rem;
    margin-right: -10%;
  }
}
/******************* home *******************/
main {
  overflow: hidden;
}

.home {
  padding-top: 2rem;
}
.home .mail {
  margin: auto;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4156862745);
  backdrop-filter: blur(4px);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.home .mail form {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
}
.home .mail form div {
  display: flex;
  flex-direction: column;
  margin: 0.5rem;
}
.home .mail form div input {
  line-height: 1.3rem;
}
.home .mail form .btn {
  margin-top: 1rem;
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
}
.home #shop {
  padding-bottom: 2rem;
}

#title-landscape {
  display: none;
}

#home {
  background: url("../img/photo/OIG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}
#home #title {
  padding: 0.8rem;
}
#home #title h1 {
  margin: 0;
}
#home #title h1::after {
  content: url("../img/site/Logo-pate.png");
}
#home #title h2 {
  margin-top: 0;
  font-size: larger;
  line-height: 2rem;
  padding: 0.5rem;
  background: radial-gradient(circle at 48.7% 44.3%, rgba(255, 255, 255, 0.49) 0%, rgba(252, 252, 252, 0) 90%);
}
#home #title h2::before, #home #title h2::after {
  content: none;
}
#home .petits-chats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home .petits-chats .logo {
  height: 9rem;
}
#home .petits-chats table {
  background-color: rgba(255, 207, 149, 0.648);
  margin: 1rem;
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: -4px 13px 15px 7px rgba(0, 0, 0, 0.27);
}
#home .petits-chats table tr {
  height: 3rem;
  line-height: 2.3rem;
}
#home .petits-chats table tr:nth-child(odd) td:first-child {
  text-align: left;
}
#home .petits-chats table tr:nth-child(odd) td:last-child {
  text-align: right;
}
#home .petits-chats table tr:nth-child(even) td:first-child {
  text-align: right;
}
#home .petits-chats table tr:nth-child(even) td:last-child {
  text-align: left;
}
#home .petits-chats table td {
  padding: 0.5rem;
}
#home .petits-chats table td:nth-child(2) {
  width: 80%;
  font-family: var(--Pacifico);
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: var(--vert);
  text-align: justify;
}
#home .petits-chats table td:first-child, #home .petits-chats table td:last-child {
  width: 10%;
}

/******************* Media query *******************/
/* Smatrphone en landscape */
@media screen and (max-width: 767px) and (orientation: landscape) {
  .home {
    padding-top: 0;
  }
  #title {
    display: none;
  }
  #title-landscape {
    display: flex;
    align-items: center;
  }
  #title-landscape h1 {
    margin: 0;
  }
  #title-landscape h2 {
    margin: 0 1rem;
  }
  #home {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home a {
    display: none;
  }
  #home #logo {
    display: none;
  }
  #home .logo {
    height: 7rem;
    margin: 1rem;
  }
  #home .petits-chats table {
    font-size: smaller;
    height: 2.5rem;
    margin: 0.5rem;
  }
  #home .petits-chats table tr {
    line-height: 1.5rem;
  }
}
/* Tablettes */
@media (min-width: 768px) and (max-width: 1023px) {
  .home {
    padding-top: 4rem;
  }
  .home:target {
    scroll-margin-top: 5rem;
  }
  .home:not(:last-child) {
    min-height: 100vh;
  }
  #title-landscape {
    display: none;
  }
  #home #title {
    background: radial-gradient(circle at 48.7% 44.3%, rgba(255, 255, 255, 0.49) 0%, rgba(252, 252, 252, 0) 80%);
  }
  #home #title h2 {
    background: none;
  }
  #home #title h2::before, #home #title h2::after {
    content: "";
  }
  #home .petits-chats {
    width: 80%;
    margin: auto;
    height: 55vh;
    justify-content: space-evenly;
  }
  #home #logo {
    margin: 1rem;
    height: 12rem;
  }
  #home table {
    padding: 1rem;
    margin: 0 2rem;
  }
  #home table tr {
    line-height: 1.8rem;
  }
}
/* Tablettes en landscape */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .home {
    padding-top: 0;
  }
  #title {
    display: none;
  }
  #title-landscape {
    display: flex;
    align-items: center;
  }
  #title-landscape h1 {
    margin: 0;
  }
  #title-landscape h2 {
    margin: 0 1rem;
  }
  #home {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home a {
    display: none;
  }
  #home #logo {
    display: none;
  }
  #home .logo {
    height: 7rem;
    margin: 1rem;
  }
  #home .petits-chats table {
    font-size: smaller;
    height: 2.5rem;
    margin: 0.5rem;
  }
  #home .petits-chats table tr {
    line-height: 1.5rem;
  }
}
/* PC */
@media (min-width: 1024px) {
  .home {
    padding: 1rem;
  }
  .home .mail {
    padding: 2rem;
  }
  .home:target {
    scroll-margin-top: 5rem;
  }
  .home:first-child {
    padding-top: 4rem;
    min-height: 100vh;
  }
  .home:nth-child(2) {
    background: radial-gradient(circle at 48.7% 44.3%, rgba(255, 255, 255, 0.4) 0%, rgba(252, 252, 252, 0.1) 80%);
  }
  #title-landscape {
    display: none;
  }
  #home #title {
    background: radial-gradient(circle at 48.7% 44.3%, rgba(255, 255, 255, 0.49) 0%, rgba(252, 252, 252, 0) 80%);
    position: relative;
  }
  #home #title:hover:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    animation: shine 5s infinite linear; /* Animation */
  }
  #home #title h2 {
    font-size: 1.4rem;
    background: none;
  }
  #home #title h2::before, #home #title h2::after {
    content: "";
  }
  #home .petits-chats {
    width: 40%;
  }
  #home .petits-chats table {
    margin: 0 2rem;
  }
  #home .petits-chats table img {
    width: 1.3rem;
  }
  #home .petits-chats table td {
    padding: 1rem;
  }
  #home .petits-chats table td:nth-child(2) {
    font-size: 1.3rem;
    letter-spacing: 1.5px;
    line-height: 2rem;
  }
  #home #logo {
    margin: 2rem;
    height: 14rem;
  }
}
/******************* general *******************/
:root {
  --orange-charte: #f28f18;
  --orange-select: rgb(255, 207, 149);
  --orange-clair: rgb(255, 242, 225);
  --vert: #004f12;
  --red: #E25B45;
  --orange: #FF8357;
  --yellow: #FAC172;
  --blue: #89D5C9;
  --green: #ADC865;
  --Pacifico: "Pacifico", cursive;
}

body * {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-linear-gradient(217deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%), -webkit-linear-gradient(336deg, #ADC865, rgba(0, 255, 0, 0) 70.71%);
}

main {
  margin: 0 auto;
  min-height: 98vh;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.141));
  display: flex;
  font-size: 0.8rem;
  padding: 0.2vh;
  color: white;
  justify-content: center;
}

footer a {
  padding: 0 0.3rem;
}

hr {
  margin: 3rem 10rem;
}

/******************* Fonts *******************/
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, nav, .btn {
  font-family: "Pacifico", cursive;
  color: var(--vert);
  text-align: center;
  text-wrap: balance;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, nav::first-letter, .btn::first-letter {
  text-transform: capitalize;
}

*::first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
  margin: 0 1rem;
  overflow: hidden;
  text-align: center;
  border-width: 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-image: linear-gradient(to right, transparent, var(--vert), transparent) 1;
}

h2:nth-child(1)::first-letter {
  text-transform: capitalize;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.3rem;
}

a, a:active, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li, a {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: unset;
}

.optionnal {
  font-size: smaller;
  font-weight: lighter;
}

/******************* bouttons *******************/
.btn {
  padding: 0.3rem;
  margin: auto;
  border: 1px solid;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 0%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(117deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(67deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
}

.btn:hover:not(#forgot) {
  color: #fff;
  background-size: 100%;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/******************* form *******************/
form label {
  font-weight: bold;
}

form label::first-letter {
  text-transform: capitalize;
}

form input:not(.btn, .file), form form textarea, form form select {
  border: none;
  border-radius: 5px;
}

/******************* hidden *******************/
.hidden {
  display: none !important;
}

/******************* noScroll *******************/
.noScroll {
  overflow: hidden;
  position: fixed;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  .container {
    padding: 3.3rem 0;
  }
  .content {
    border-radius: 10px;
  }
  h2 {
    border: none;
  }
  h2::before, h2::after {
    background-color: var(--vert);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h2::before {
    right: 1rem;
    margin-left: -10%;
  }
  h2::after {
    left: 1rem;
    margin-right: -10%;
  }
}
/******************* shop *******************/
/******************* home *******************/
.dragDisplay {
  position: relative;
  margin: auto;
  padding: 0.3rem;
  width: 90%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: inset 1px 3px 15px -7px #000000;
  background-color: rgba(255, 255, 255, 0.206);
}
.dragDisplay .drag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  margin-right: 3rem;
}
.dragDisplay .more {
  position: absolute;
  width: 3rem;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  font-family: "Pacifico", cursive;
  letter-spacing: 2px;
  color: var(--vert);
  background-color: var(--orange);
}
.dragDisplay .more p {
  display: none;
}
.dragDisplay .more i {
  font-size: 2rem;
}

.shop-tuile {
  height: 9rem;
  width: 9rem;
  margin: 0.2rem;
  overflow: hidden;
  border: solid 1px transparent;
  box-shadow: -2px 5px 15px -7px #000000;
  border-radius: 10px;
  position: relative;
}
.shop-tuile img {
  object-fit: cover;
  height: 9rem;
  width: 9rem;
}
.shop-tuile .detail h4, .shop-tuile .detail h5 {
  display: none;
}
.shop-tuile .detail h3 {
  padding: 0.2rem;
  font-size: 1rem;
  letter-spacing: 1px;
}
.shop-tuile .detail .title-tuile {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 90%;
  margin: 0.2rem;
  background-color: rgba(255, 255, 255, 0.4156862745);
  line-height: 1.5rem;
  border-radius: 8px;
}

/******************* index *******************/
.shop {
  margin: auto;
}
.shop .category {
  padding: 1rem;
  margin: 1rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5254901961);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
  gap: 20px;
  justify-items: center;
}
.shop-grid .btn {
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
}
.shop-grid .filterBox {
  text-align: center;
}
.shop-grid .filterBox #filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.4156862745);
  backdrop-filter: blur(4px);
  border-radius: 10px;
}

.dragContainer {
  overflow: scroll;
}

.detail {
  margin: 1rem 1.3rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, 9rem);
  grid-template-rows: repeat(auto-fill, 9rem);
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: space-around;
}

.btn {
  border: 1px solid;
}

/******************* detail *******************/
.shop-detail {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  min-height: 90vh;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.shop-detail img {
  width: 90%;
  object-fit: cover;
  border-radius: 10px;
  margin: 1rem;
}
.shop-detail .detail {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5254901961);
  border-radius: 10px;
  width: 90%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop-detail .detail h2 {
  border-width: 3px;
  margin: 0;
  padding: 0.3rem;
  width: 60%;
  border-style: solid;
  border-image: linear-gradient(to right, var(--green), var(--orange)) 1;
  border-left: none;
  border-right: none;
}
.shop-detail .detail h2::before, .shop-detail .detail h2::after {
  content: none;
}
.shop-detail .detail h3 {
  border-width: 3px;
  padding: 0.8rem;
  border-style: solid;
  border-image: linear-gradient(to right, var(--green), var(--orange)) 1;
}
.shop-detail .detail h4 {
  margin: 0;
  text-wrap: nowrap;
  letter-spacing: 1px;
}
.shop-detail .detail p:not(.descript) {
  margin: 0.3rem;
  font-size: 0.9rem;
}
.shop-detail .detail .infoSup {
  display: flex;
  padding: 0.3rem;
  font-size: 0.9rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5254901961);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/******************* Media query *******************/
/* Smatrphone en landscape */
@media screen and (max-width: 767px) and (orientation: landscape) {
  .shop-detail {
    flex-direction: row;
    align-items: stretch;
    padding: 0.5rem;
  }
  .shop-detail img {
    min-width: 45%;
    min-height: 75vh;
    border-radius: 10px 0 0 10px;
    margin: 0;
  }
  .shop-detail .detail {
    justify-content: space-between;
    margin: 0;
    padding: 0.3rem;
    min-width: 50%;
    min-height: 75vh;
    font-size: smaller;
    border-radius: 0 10px 10px 0;
  }
  .shop-detail .detail .infoSup {
    flex-direction: row;
    align-items: flex-start;
  }
  .shop-detail .detail .infoSup div {
    flex: 1;
  }
}
/* Tablettes */
@media (min-width: 768px) and (max-width: 1023px) {
  /******************* detail *******************/
  .shop-detail .detail .infoSup {
    flex-direction: row;
    text-align: center;
  }
  .shop-detail .detail .infoSup div {
    flex: 1;
  }
}
/* PC */
@media (min-width: 1024px) {
  /******************* home *******************/
  .dragContainer {
    overflow: auto;
  }
  .shop-tuile {
    height: 12rem;
    width: 12rem;
    margin: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    cursor: pointer;
  }
  .shop-tuile img {
    height: 12rem;
    width: 12rem;
    position: relative;
    transition: all 0.5s ease;
  }
  .shop-tuile:hover img {
    transform: scale(1.2);
  }
  .shop-tuile .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5254901961);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 1rem;
    text-align: justify;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .shop-tuile .detail h4, .shop-tuile .detail h5 {
    display: inline;
    margin: 1rem;
  }
  .shop-tuile .detail .title-tuile {
    position: unset;
    background-color: transparent;
    margin: 1rem;
  }
  .shop-tuile:hover .detail {
    opacity: 0.9;
  }
  /******************* index *******************/
  .shop {
    width: 90%;
  }
  .shop-grid {
    grid-template-columns: repeat(5, 1fr);
    grid: 20px;
    justify-items: center;
  }
  .shop-grid h1 {
    grid-area: 1/2/2/5;
  }
  .shop-grid .filterBox {
    grid-area: 1/5/2/6;
    position: absolute;
  }
  .shop-grid .filterBox #filterBtn {
    position: fixed;
  }
  .shop-grid .filterBox #filter {
    top: 9.5rem;
    position: fixed;
  }
  .shop-cat .more {
    transition: all 0.5s ease-in-out;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .shop-cat .more p {
    display: inline;
    font-size: 1.2rem;
    margin-right: 1rem;
    text-wrap: balance;
    opacity: 0;
    color: transparent;
    transition: opacity 1.5s ease-in-out;
  }
  .shop-cat .more:hover {
    color: #fff;
    cursor: pointer;
    width: 9rem;
  }
  .shop-cat .more:hover p {
    color: #fff;
    opacity: 1;
  }
  div {
    grid-template-columns: repeat(auto-fill, 15rem);
    grid-template-rows: repeat(auto-fill, 15rem);
  }
  /******************* detail *******************/
  .shop-detail {
    min-height: 75vh;
    flex-direction: row;
  }
  .shop-detail img {
    width: 40%;
    height: 80vh;
    border-radius: 10px 0 0 10px;
    margin: 0;
  }
  .shop-detail .detail {
    justify-content: space-between;
    margin: 0;
    width: 40%;
    height: 80vh;
    border-radius: 0 10px 10px 0;
    text-align: center;
  }
  .shop-detail .detail .infoSup {
    flex-direction: row;
    padding: 1rem;
  }
  .shop-detail .detail .infoSup div {
    flex: 1;
  }
}
/******************* general *******************/
:root {
  --orange-charte: #f28f18;
  --orange-select: rgb(255, 207, 149);
  --orange-clair: rgb(255, 242, 225);
  --vert: #004f12;
  --red: #E25B45;
  --orange: #FF8357;
  --yellow: #FAC172;
  --blue: #89D5C9;
  --green: #ADC865;
  --Pacifico: "Pacifico", cursive;
}

body * {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-linear-gradient(217deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%), -webkit-linear-gradient(336deg, #ADC865, rgba(0, 255, 0, 0) 70.71%);
}

main {
  margin: 0 auto;
  min-height: 98vh;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.141));
  display: flex;
  font-size: 0.8rem;
  padding: 0.2vh;
  color: white;
  justify-content: center;
}

footer a {
  padding: 0 0.3rem;
}

hr {
  margin: 3rem 10rem;
}

/******************* Fonts *******************/
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, nav, .btn {
  font-family: "Pacifico", cursive;
  color: var(--vert);
  text-align: center;
  text-wrap: balance;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, nav::first-letter, .btn::first-letter {
  text-transform: capitalize;
}

*::first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
  margin: 0 1rem;
  overflow: hidden;
  text-align: center;
  border-width: 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-image: linear-gradient(to right, transparent, var(--vert), transparent) 1;
}

h2:nth-child(1)::first-letter {
  text-transform: capitalize;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.3rem;
}

a, a:active, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li, a {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: unset;
}

.optionnal {
  font-size: smaller;
  font-weight: lighter;
}

/******************* bouttons *******************/
.btn {
  padding: 0.3rem;
  margin: auto;
  border: 1px solid;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 0%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(117deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(67deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
}

.btn:hover:not(#forgot) {
  color: #fff;
  background-size: 100%;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/******************* form *******************/
form label {
  font-weight: bold;
}

form label::first-letter {
  text-transform: capitalize;
}

form input:not(.btn, .file), form form textarea, form form select {
  border: none;
  border-radius: 5px;
}

/******************* hidden *******************/
.hidden {
  display: none !important;
}

/******************* noScroll *******************/
.noScroll {
  overflow: hidden;
  position: fixed;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  .container {
    padding: 3.3rem 0;
  }
  .content {
    border-radius: 10px;
  }
  h2 {
    border: none;
  }
  h2::before, h2::after {
    background-color: var(--vert);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h2::before {
    right: 1rem;
    margin-left: -10%;
  }
  h2::after {
    left: 1rem;
    margin-right: -10%;
  }
}
/******************* contact *******************/
/******************* index *******************/
.contact {
  padding: 0 1rem;
  border-radius: 10px;
  margin: auto;
}
.contact table {
  margin: auto;
  background-color: rgb(255, 242, 225);
  text-align: center;
  border-collapse: collapse;
}
.contact table tr {
  height: 3rem;
}
.contact table th {
  background-color: var(--orange);
  color: #fff;
  padding: 0.5rem 0;
  border: 1px solid rgb(200, 200, 200);
}
.contact table td {
  padding: 0.5rem;
  border: 1px solid rgb(200, 200, 200);
}
.contact table td:first-child {
  background-color: var(--orange);
  color: #fff;
  width: 8%;
}
.contact table td:nth-child(2), .contact table td:nth-child(3) {
  width: 15%;
}
.contact table td:nth-child(4) {
  width: 62%;
}

.map {
  display: flex;
  flex-direction: column;
}
.map div {
  text-align: center;
  padding: 2rem 2rem 1rem 2rem;
  margin: 1rem 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4156862745);
  backdrop-filter: blur(4px);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.map div h3 {
  margin-top: 0;
}
.map div .social i {
  color: var(--orange);
  font-size: 2rem;
  margin: 1rem;
  transition: color 0.8s ease, background 0.3s ease;
}
.map div .social i:hover {
  cursor: pointer;
  color: var(--red);
  background-image: radial-gradient(ellipse at center, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 2px 3px 15px 3px #FFFFFF;
}
.map #spinner {
  background-color: transparent;
}
.map iframe {
  border-radius: 10px;
  height: 250px;
  width: 100%;
}

.mail form {
  width: 90%;
  margin: auto;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4156862745);
  backdrop-filter: blur(4px);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.mail form div {
  display: flex;
  flex-direction: column;
  margin: 0.8rem;
}
.mail form div input {
  line-height: 1.3rem;
}
.mail form .btn {
  padding: 0.3rem 0.5rem;
  margin-top: 0.5rem;
  font-size: 1rem;
}

.ML {
  width: 70%;
  margin: auto;
}
.ML h1, .ML h2, .ML h3 {
  font-family: Arial, Helvetica, sans-serif;
}
.ML h3 {
  margin: 0;
  text-align: left;
}
.ML p {
  text-align: justify;
  line-height: 1.5rem;
}
.ML ul, .ML li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  /******************* index *******************/
  .contact {
    padding: 1rem 2rem;
    margin-bottom: 3rem;
  }
  .contact table {
    width: 80%;
    cursor: default;
  }
  .contact table tr {
    height: auto;
  }
  .contact table td:first-child {
    width: 15%;
  }
  .contact table td:nth-child(2), .contact table td:nth-child(3) {
    width: 20%;
  }
  .contact table td:nth-child(4) {
    width: 45%;
  }
  .contact table tr:hover:not(th) {
    background-color: rgb(255, 207, 149);
  }
  .map {
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .map div {
    padding: 4rem 4rem 2rem 4rem;
  }
  .map iframe {
    border-radius: 10px;
    height: 300px;
    width: 500px;
    margin: 1rem;
  }
  .mail {
    margin: auto;
    padding: 1rem;
    width: 70%;
  }
  .mail .btn {
    transition: all 0.5s ease;
    background-size: 0%;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(308deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
  }
  .mail .btn:hover {
    background-size: 100%;
  }
}
/******************* general *******************/
:root {
  --orange-charte: #f28f18;
  --orange-select: rgb(255, 207, 149);
  --orange-clair: rgb(255, 242, 225);
  --vert: #004f12;
  --red: #E25B45;
  --orange: #FF8357;
  --yellow: #FAC172;
  --blue: #89D5C9;
  --green: #ADC865;
  --Pacifico: "Pacifico", cursive;
}

body * {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-linear-gradient(217deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%), -webkit-linear-gradient(336deg, #ADC865, rgba(0, 255, 0, 0) 70.71%);
}

main {
  margin: 0 auto;
  min-height: 98vh;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.141));
  display: flex;
  font-size: 0.8rem;
  padding: 0.2vh;
  color: white;
  justify-content: center;
}

footer a {
  padding: 0 0.3rem;
}

hr {
  margin: 3rem 10rem;
}

/******************* Fonts *******************/
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, nav, .btn {
  font-family: "Pacifico", cursive;
  color: var(--vert);
  text-align: center;
  text-wrap: balance;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, nav::first-letter, .btn::first-letter {
  text-transform: capitalize;
}

*::first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
  margin: 0 1rem;
  overflow: hidden;
  text-align: center;
  border-width: 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-image: linear-gradient(to right, transparent, var(--vert), transparent) 1;
}

h2:nth-child(1)::first-letter {
  text-transform: capitalize;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.3rem;
}

a, a:active, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li, a {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: unset;
}

.optionnal {
  font-size: smaller;
  font-weight: lighter;
}

/******************* bouttons *******************/
.btn {
  padding: 0.3rem;
  margin: auto;
  border: 1px solid;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 0%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(117deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(67deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
}

.btn:hover:not(#forgot) {
  color: #fff;
  background-size: 100%;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/******************* form *******************/
form label {
  font-weight: bold;
}

form label::first-letter {
  text-transform: capitalize;
}

form input:not(.btn, .file), form form textarea, form form select {
  border: none;
  border-radius: 5px;
}

/******************* hidden *******************/
.hidden {
  display: none !important;
}

/******************* noScroll *******************/
.noScroll {
  overflow: hidden;
  position: fixed;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  .container {
    padding: 3.3rem 0;
  }
  .content {
    border-radius: 10px;
  }
  h2 {
    border: none;
  }
  h2::before, h2::after {
    background-color: var(--vert);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h2::before {
    right: 1rem;
    margin-left: -10%;
  }
  h2::after {
    left: 1rem;
    margin-right: -10%;
  }
}
/******************* animations *******************/
/******************* title move through nav *******************/
.move-up {
  animation: move-up 1.2s both;
  transition: transform 0.5s ease-in-out, opacity 1.2s ease-in-out;
}

@keyframes move-up {
  0% {
    transform: translateY(13px);
    scale: 2;
    animation-timing-function: ease-in;
    opacity: 0.1;
  }
  100% {
    scale: 1;
    animation-timing-function: ease-in;
    opacity: 1;
  }
}
.move-out {
  animation: move-out 0.8s both;
}

@keyframes move-out {
  0% {
    transform: translateY(0px);
    scale: 1;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  100% {
    transform: translateY(-15px);
    scale: 2;
    animation-timing-function: ease-out;
    opacity: 0;
  }
}
/******************* shiny effect *******************/
@keyframes shine {
  0% {
    left: -100px;
    opacity: 0.1;
  }
  20% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0.1;
  }
}
/******************* background animation *******************/
.bg-animed {
  background-size: 200%;
  background-image: linear-gradient(45deg, var(--green) 0%, var(--orange) 50%, var(--red) 100%);
  animation: AnimateBG 5s ease infinite;
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/******************* waiting scale *******************/
@keyframes wait {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/******************* contact *******************/
/******************* animation rotate-center *******************/
.rotate-center {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-7-31 1:6:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/******************* general *******************/
/******************* loggin *******************/
#log-window, #register-window {
  display: none;
}

.log {
  display: none;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  line-height: 1.5rem;
  font-size: 1rem;
  z-index: 100;
}
.log .btn {
  width: 15rem;
  margin: auto;
  background-position: top;
}
.log form {
  width: 80%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.log form input:not(.checkbox) {
  width: 100%;
  line-height: 1.5rem;
  border-radius: 10px;
}
.log form label {
  color: #fff;
  line-height: 1.5rem;
}
.log form .champs {
  margin-bottom: 1rem;
}

.password div:not(.error) {
  position: relative;
  overflow: hidden;
}
.password i {
  color: var(--vert);
  position: absolute;
  right: 0;
  width: 10%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
}
.password .btn {
  display: inline-block;
  font-size: 1rem;
  text-align: right;
  border: solid 1px transparent;
  width: 100%;
}

.btn-flip {
  color: #fff;
  line-height: 2rem;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  font-family: var(--Pacifico);
  font-size: 1rem;
  width: 15rem;
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: var(--vert);
  display: block;
  padding: 0.3rem 3rem;
  line-height: 1.5rem;
  transition: 0.5s;
  position: relative;
  border: 1px solid;
  border-radius: 20px;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}

.close-btn {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.5rem;
  z-index: 10000;
  font-size: 1rem;
  color: #fff;
  background: radial-gradient(circle at 48.7% 44.3%, rgba(255, 255, 255, 0.49) 0%, rgba(252, 252, 252, 0) 80%);
}

/******************* Media query *******************/
/* PC */
@media (min-width: 1024px) {
  /******************* loggin *******************/
  #modal {
    background-color: rgba(255, 255, 255, 0.3411764706);
    backdrop-filter: blur(5px);
    position: fixed;
    background-size: 200%;
    top: 0;
    left: 0;
    right: 0;
    bottom: -10%;
    z-index: 200;
    display: none;
  }
  .log {
    width: 30vw;
    height: 60vh;
    flex-direction: column;
    align-items: center;
    margin: auto;
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    background-color: var(--orange);
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.6392156863);
  }
  .log .close-btn {
    position: absolute;
    transition: all 0.5s ease-in-out;
  }
  .log .close-btn:hover {
    cursor: pointer;
    animation: rotate-center 0.6s ease-in-out both;
    background: radial-gradient(circle at 48.7% 44.3%, rgba(255, 0, 0, 0.49) 0%, rgba(255, 0, 0, 0) 60%);
  }
  .log form {
    height: 60%;
  }
  .log form label {
    font-size: 1rem;
  }
  .password i {
    font-size: 0.8rem;
  }
  .password i:hover, .password i:active {
    background: -webkit-linear-gradient(0deg, rgba(255, 0, 0, 0) 0%, #FAC172 25%);
  }
  .password a {
    font-size: inherit;
  }
  #forgot {
    border: 1px solid transparent;
    background-image: -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
    background-size: 0%; /* Initialiser la taille du dégradé à 0% */
    background-repeat: no-repeat;
    background-position: right;
    transition: all 0.5s ease-in-out;
  }
  #forgot:hover {
    color: var(--vert); /* Nouvelle couleur de texte au survol */
    background-size: 100%; /* Augmenter la taille du dégradé au survol */
  }
  /******************* btn-flip *******************/
  .btn-flip:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  .btn-flip:hover:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
  .btn-flip:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #fff;
    display: block;
    transition: 0.5s;
    position: absolute;
    border: 1px solid;
    background: -webkit-linear-gradient(308deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
    border-radius: 20px;
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
  }
  .btn-flip:before {
    top: 0;
    left: 0;
    opacity: 1;
    color: var(--vert);
    display: block;
    padding: 0.3rem 3rem;
    line-height: 1.5rem;
    transition: 0.5s;
    position: relative;
    border: 1px solid;
    border-radius: 20px;
    background: #fff;
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
  }
}
/******************* general *******************/
:root {
  --orange-charte: #f28f18;
  --orange-select: rgb(255, 207, 149);
  --orange-clair: rgb(255, 242, 225);
  --vert: #004f12;
  --red: #E25B45;
  --orange: #FF8357;
  --yellow: #FAC172;
  --blue: #89D5C9;
  --green: #ADC865;
  --Pacifico: "Pacifico", cursive;
}

body * {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-linear-gradient(217deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%), -webkit-linear-gradient(336deg, #ADC865, rgba(0, 255, 0, 0) 70.71%);
}

main {
  margin: 0 auto;
  min-height: 98vh;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.141));
  display: flex;
  font-size: 0.8rem;
  padding: 0.2vh;
  color: white;
  justify-content: center;
}

footer a {
  padding: 0 0.3rem;
}

hr {
  margin: 3rem 10rem;
}

/******************* Fonts *******************/
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, nav, .btn {
  font-family: "Pacifico", cursive;
  color: var(--vert);
  text-align: center;
  text-wrap: balance;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, nav::first-letter, .btn::first-letter {
  text-transform: capitalize;
}

*::first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
  margin: 0 1rem;
  overflow: hidden;
  text-align: center;
  border-width: 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-image: linear-gradient(to right, transparent, var(--vert), transparent) 1;
}

h2:nth-child(1)::first-letter {
  text-transform: capitalize;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.3rem;
}

a, a:active, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li, a {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: unset;
}

.optionnal {
  font-size: smaller;
  font-weight: lighter;
}

/******************* bouttons *******************/
.btn {
  padding: 0.3rem;
  margin: auto;
  border: 1px solid;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 0%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(117deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(67deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
}

.btn:hover:not(#forgot) {
  color: #fff;
  background-size: 100%;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/******************* form *******************/
form label {
  font-weight: bold;
}

form label::first-letter {
  text-transform: capitalize;
}

form input:not(.btn, .file), form form textarea, form form select {
  border: none;
  border-radius: 5px;
}

/******************* hidden *******************/
.hidden {
  display: none !important;
}

/******************* noScroll *******************/
.noScroll {
  overflow: hidden;
  position: fixed;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  .container {
    padding: 3.3rem 0;
  }
  .content {
    border-radius: 10px;
  }
  h2 {
    border: none;
  }
  h2::before, h2::after {
    background-color: var(--vert);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h2::before {
    right: 1rem;
    margin-left: -10%;
  }
  h2::after {
    left: 1rem;
    margin-right: -10%;
  }
}
/******************* animations *******************/
/******************* title move through nav *******************/
.move-up {
  animation: move-up 1.2s both;
  transition: transform 0.5s ease-in-out, opacity 1.2s ease-in-out;
}

@keyframes move-up {
  0% {
    transform: translateY(13px);
    scale: 2;
    animation-timing-function: ease-in;
    opacity: 0.1;
  }
  100% {
    scale: 1;
    animation-timing-function: ease-in;
    opacity: 1;
  }
}
.move-out {
  animation: move-out 0.8s both;
}

@keyframes move-out {
  0% {
    transform: translateY(0px);
    scale: 1;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  100% {
    transform: translateY(-15px);
    scale: 2;
    animation-timing-function: ease-out;
    opacity: 0;
  }
}
/******************* shiny effect *******************/
@keyframes shine {
  0% {
    left: -100px;
    opacity: 0.1;
  }
  20% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0.1;
  }
}
/******************* background animation *******************/
.bg-animed {
  background-size: 200%;
  background-image: linear-gradient(45deg, var(--green) 0%, var(--orange) 50%, var(--red) 100%);
  animation: AnimateBG 5s ease infinite;
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/******************* waiting scale *******************/
@keyframes wait {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/******************* general *******************/
:root {
  --orange-charte: #f28f18;
  --orange-select: rgb(255, 207, 149);
  --orange-clair: rgb(255, 242, 225);
  --vert: #004f12;
  --red: #E25B45;
  --orange: #FF8357;
  --yellow: #FAC172;
  --blue: #89D5C9;
  --green: #ADC865;
  --Pacifico: "Pacifico", cursive;
}

body * {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background: -webkit-linear-gradient(217deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(127deg, #FAC172, rgba(0, 255, 0, 0) 70.71%), -webkit-linear-gradient(336deg, #ADC865, rgba(0, 255, 0, 0) 70.71%);
}

main {
  margin: 0 auto;
  min-height: 98vh;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.141));
  display: flex;
  font-size: 0.8rem;
  padding: 0.2vh;
  color: white;
  justify-content: center;
}

footer a {
  padding: 0 0.3rem;
}

hr {
  margin: 3rem 10rem;
}

/******************* Fonts *******************/
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, nav, .btn {
  font-family: "Pacifico", cursive;
  color: var(--vert);
  text-align: center;
  text-wrap: balance;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, nav::first-letter, .btn::first-letter {
  text-transform: capitalize;
}

*::first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
  margin: 0 1rem;
  overflow: hidden;
  text-align: center;
  border-width: 1px;
  padding: 0.8rem;
  margin-top: 1rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-image: linear-gradient(to right, transparent, var(--vert), transparent) 1;
}

h2:nth-child(1)::first-letter {
  text-transform: capitalize;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.3rem;
}

a, a:active, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li, a {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: unset;
}

.optionnal {
  font-size: smaller;
  font-weight: lighter;
}

/******************* bouttons *******************/
.btn {
  padding: 0.3rem;
  margin: auto;
  border: 1px solid;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-size: 0%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(117deg, #E25B45, rgba(255, 0, 0, 0) 70.71%), -webkit-linear-gradient(67deg, #FAC172, rgba(0, 255, 0, 0) 70.71%);
}

.btn:hover:not(#forgot) {
  color: #fff;
  background-size: 100%;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/******************* form *******************/
form label {
  font-weight: bold;
}

form label::first-letter {
  text-transform: capitalize;
}

form input:not(.btn, .file), form form textarea, form form select {
  border: none;
  border-radius: 5px;
}

/******************* hidden *******************/
.hidden {
  display: none !important;
}

/******************* noScroll *******************/
.noScroll {
  overflow: hidden;
  position: fixed;
}

/******************* Media query *******************/
/* Tablettes */
/* PC */
@media (min-width: 1024px) {
  .container {
    padding: 3.3rem 0;
  }
  .content {
    border-radius: 10px;
  }
  h2 {
    border: none;
  }
  h2::before, h2::after {
    background-color: var(--vert);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h2::before {
    right: 1rem;
    margin-left: -10%;
  }
  h2::after {
    left: 1rem;
    margin-right: -10%;
  }
}
/******************* contact *******************/
/******************* animation rotate-center *******************/
.rotate-center {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-7-31 1:6:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css.map */
