@font-face {
  font-family: Typewriter;
  src: url("../fonts/JMH_Typewriter-Thin.otf"), url("../fonts/JMH_Typewriter-Thin.ttf");
  font-display: swap;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: regulator-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #a1a39a;
  background-color: #fff;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.prevent-scroll {
  overflow: hidden;
}

.scroll-animate, .noscroll-animate {
  opacity: 0;
}

header, footer {
  background-color: #a1a39a;
}

footer {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #fff;
}
footer a:hover {
  color: #caccc7;
}

a {
  transition: all 0.5s;
}

header.is-hidden {
  margin-top: -90px;
}
header .menu li.active a, header .menu li a:hover {
  color: #caccc7;
}
header .menu a {
  color: #fff;
}

/* Text */
h1 {
  font-size: 1.7rem !important;
  font-family: Typewriter;
  line-height: 2.5rem !important;
  margin-bottom: 20px;
}

li {
  list-style-image: url("../images/Oddaya_point.svg");
  margin-left: 18.5px;
  padding-left: 6px;
  line-height: 28px !important;
  padding-bottom: 6px;
}
li::marker {
  font-size: 25px;
}

p {
  margin-top: 7px;
}

.container {
  position: relative;
}

.container-bg {
  background-color: #faf8fb;
}

.breadcrumb {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#approche-sage-femme a,
#ayurveda a,
#yoga-maternite a,
#soin-rituel-robozo a,
#evenement a {
  font-weight: 700;
  text-transform: uppercase;
}
#approche-sage-femme a:before,
#ayurveda a:before,
#yoga-maternite a:before,
#soin-rituel-robozo a:before,
#evenement a:before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  background-image: url("../images/Oddaya_fleche.svg");
}

/* Citation */
#accueil-citation,
#contact-citation,
#approche-contact,
#mon-approche-citation {
  font-family: Typewriter;
  font-size: 1.2rem;
  font-weight: 300;
}
#accueil-citation strong, #accueil-citation b,
#contact-citation strong,
#contact-citation b,
#approche-contact strong,
#approche-contact b,
#mon-approche-citation strong,
#mon-approche-citation b {
  font-size: 14px;
  font-family: Typewriter !important;
}

#home {
  height: calc(100vh - 90px);
}

/* Formations & Experience */
#formations-experience table, #blog table {
  vertical-align: top;
  display: inline-block;
}
#formations-experience table:first-child, #blog table:first-child {
  padding-right: 90px;
}
#formations-experience table:last-child, #blog table:last-child {
  padding-left: 90px;
}
#formations-experience table h1, #blog table h1 {
  padding-bottom: 30px;
}
#formations-experience table a, #blog table a {
  border-bottom: 1px solid #a1a39a;
}

#blog table {
  height: 100% !important;
  width: calc(50% - 3px) !important;
}

/* Flower */
.animate-flower img {
  animation: anim-leaf 8s linear infinite;
  height: 150px;
}

@keyframes anim-leaf {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
/* Blog */
.blog .blog-article:nth-child(2n) {
  background-color: #faf8fb;
}
.blog a {
  border-bottom: 1px solid #a1a39a;
}

/*# sourceMappingURL=style-frontend.css.map */
