@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== Font weight ==========*/
/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body,
input,
button {
  font-family: "Verdana", sans-serif;
  font-size: 0.938rem;
}

body {
  color: hsl(0, 0%, 0%);
  transition: background-color 0.4s;
  line-height: 20px;
}

input,
button {
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4 {
  color: inherit;
  font-weight: 500;
}

ul {
  list-style: none;
}

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

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

p {
  line-height: 30px;
}

.header {
  display: flex;
  z-index: 100;
  position: relative;
  width: 100%;
  height: 210px;
  justify-content: space-between;
  align-items: center;
  background-color: #F5E7F0;
  padding: 0 1rem;
  color: rgb(161, 19, 103);
  margin-bottom: 5rem;
  top: 0;
}
.header__logo img {
  width: 110px;
}
.header__logo p {
  display: none;
}
.header a {
  text-decoration: none;
  color: inherit;
}
.header .header-slogan {
  display: none;
}
.header #navbar {
  display: flex;
}
.header #navbar .menu {
  display: none;
}
.header #navbar #icons::before {
  cursor: pointer;
  font-size: 26px;
  content: "☰";
  margin-right: 0.5em;
}
.header #navbar.active .menu {
  font-size: 1.3rem;
  font-weight: bold;
  height: 100%;
  background-color: #F5E7F0;
  position: fixed;
  top: 210px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: hidden;
  row-gap: 4rem;
  padding-top: 40px;
}
.header #navbar.active .menu li.has-submenu > a {
  cursor: pointer;
}
.header #navbar.active .menu li.has-submenu .submenu {
  display: none !important;
  list-style: none;
  padding-left: 1.5rem;
  margin-top: 1rem;
}
.header #navbar.active .menu li.has-submenu .submenu li {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.header #navbar.active .menu li.has-submenu .submenu li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: rgb(161, 19, 103);
}
.header #navbar.active .menu li.has-submenu .submenu li.actif a {
  color: rgb(111, 174, 35);
}
.header #navbar.active .menu li.has-submenu .submenu li:not(.actif) a {
  color: rgb(161, 19, 103);
}
.header #navbar.active .menu li.has-submenu.submenu-open .submenu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
  pointer-events: auto !important;
}
.header #navbar.active #icons::before {
  content: "✕";
}
.header #navbar .menu {
  margin: 0;
}
.header #navbar .menu li {
  list-style: none;
  font-weight: bold;
  color: rgb(161, 19, 103);
}
.header #navbar .menu li.actif a {
  color: rgb(111, 174, 35);
}
.header #navbar .menu li svg {
  margin-right: 8px;
}
.header #navbar .menu li.has-submenu .submenu {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

@media screen and (min-width: 375px) {
  .header .header-slogan {
    display: flex;
    color: rgb(111, 174, 35);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
}
@media screen and (min-width: 650px) {
  .header .header-slogan {
    display: flex;
    font-size: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    flex-direction: row;
    justify-content: space-around;
  }
  .header__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header__logo p {
    display: block;
    text-wrap: nowrap;
    margin-top: 15px;
    color: rgb(161, 19, 103);
    font-weight: bold;
    font-size: 0.8rem;
  }
  .header .header-slogan {
    font-size: 18px;
  }
  .header #navbar {
    align-items: center;
  }
  .header #navbar .menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 1.5rem;
    padding: 1.3rem;
  }
  .header #navbar .menu li:first-child {
    margin-top: 0;
  }
  .header #navbar .menu li {
    font-size: 20px;
  }
  .header #navbar .menu li.actif {
    position: relative;
    bottom: 20px;
  }
  .header #navbar .menu li.has-submenu {
    position: relative;
  }
  .header #navbar .menu li.has-submenu.actif {
    position: relative;
    bottom: 0;
  }
  .header #navbar .menu li.has-submenu.actif > a {
    color: rgb(111, 174, 35);
  }
  .header #navbar .menu li.has-submenu > a {
    cursor: pointer;
  }
  .header #navbar .menu li.has-submenu::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 0.5rem;
    background: transparent;
    z-index: 999;
    display: none;
  }
  .header #navbar .menu li.has-submenu:hover::after {
    display: block;
  }
  .header #navbar .menu li.has-submenu .submenu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    background-color: #F5E7F0;
    padding: 0;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    z-index: 1000;
    transition: opacity 0.2s, visibility 0.2s, height 0.2s;
    pointer-events: none !important;
  }
  .header #navbar .menu li.has-submenu .submenu li {
    font-size: 14px;
    padding: 0.4rem 1.2rem;
    margin: 0;
    transition: background-color 0.2s, color 0.2s;
    position: static;
    bottom: auto;
    top: auto;
  }
  .header #navbar .menu li.has-submenu .submenu li:first-child {
    padding-top: 0.6rem;
  }
  .header #navbar .menu li.has-submenu .submenu li:last-child {
    padding-bottom: 0.6rem;
  }
  .header #navbar .menu li.has-submenu .submenu li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 14px;
    transition: color 0.2s;
    color: rgb(161, 19, 103);
  }
  .header #navbar .menu li.has-submenu .submenu li.actif {
    position: static;
    bottom: auto;
    top: auto;
  }
  .header #navbar .menu li.has-submenu .submenu li.actif a {
    color: rgb(111, 174, 35);
  }
  .header #navbar .menu li.has-submenu .submenu li:not(.actif) a {
    color: rgb(161, 19, 103);
  }
  .header #navbar .menu li.has-submenu .submenu li:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header #navbar .menu li.has-submenu .submenu li:hover a {
    color: rgb(111, 174, 35) !important;
  }
  .header #navbar .menu li.has-submenu:hover .submenu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
    pointer-events: auto !important;
  }
  .header #navbar #icons {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .header .header-slogan {
    font-size: 23px;
  }
}
.footer {
  background-color: rgb(111, 174, 35);
  color: black;
  margin-top: 5em;
  text-align: center;
  padding: 25px;
  font-size: 1.1rem;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer .footer-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  row-gap: 1.5rem;
}
.footer .footer-content ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.footer .copyright {
  margin-top: 2em;
}
.footer .copyright p {
  padding: 10px;
}

@media screen and (min-width: 850px) {
  .footer {
    padding: 30px;
  }
  .footer-content {
    flex-direction: row !important;
  }
  .footer-content div {
    width: 250px;
  }
  .footer-content img {
    width: 100%;
  }
}
.button {
  padding: 10px;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
}
.button.button-primary {
  background-color: rgb(161, 19, 103);
}
.button.button-secondary {
  background-color: rgb(111, 174, 35);
}

.button:hover {
  filter: brightness(90%);
  cursor: pointer;
}

/*# sourceMappingURL=app.output.css.map */
