@import url("https://fonts.googleapis.com/css?family=Lato|Quicksand:regular,italic,bold,bolditalic|Reenie+Beanie:regular,italic,bold,bolditalic|Indie+Flower:regular,italic,bold,bolditalic&display=swap");

@font-face {
  font-family: "Manuela";
  font-weight: 400;
  src: url("../fonts/Manuela.otf") format("truetype");
  font-display: swap;
}
body {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  min-width: 100%;
  overflow-x: hidden;
}
@keyframes lala {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-menu {
  0% {
    top: -60px;
  }
  100% {
    top: 0px;
  }
}
header {
  background-image: url("../images/coquelicots.webp");
  background-position: 0 bottom;
  background-size: cover;
  max-height: 100vh;
  position: relative;
  animation: lala 1s;
  background-attachment: scroll;
  height: 100vh;
  display: flex !important;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
@media (min-width: 768px) {
  header {
    background-attachment: fixed !important;
  }
}
header .menu-close {
  position: absolute;
  bottom: -20px;
  right: 20px;
  color: #7F6943;
  z-index: 1000;
  background: #fffbfb;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  border: 3px solid #7F6943;
  display: none;
  cursor: pointer;
}
@media (min-width: 465px) {
  header .menu-close {
    display: none !important;
  }
}
header .menu {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fffbfb;
  z-index: 100;
  background-color: #ffffffaa;
  padding-top: 16px;
}
@media (max-width: 465px) {
  header .menu {
    font-size: 14px !important;
  }
  header .menu li {
    display: block !important;
  }
  header .menu img {
    margin-top: 10px;
  }
}
header .menu li {
  display: inline-block;
  display: inline-block;
}
header .menu li a {
  color: #7F6943;
  text-decoration: none;    
  font-weight: bold;
}
header .menu li .active {
  font-weight: bold;
  text-decoration: underline;    
}
@media (min-width: 465px) {
  header .menu li:not(:nth-of-type(1)) {
    margin-left: 20px;
  }
}
header .menu ul {
  padding: 0;
}
header .menu ul li {
  padding: 0;
}
header .scrolla {
  padding-top: 15px;
  background: #fffbfb;
  position: fixed !important;
  top: 0px !important;
  border-bottom: 3px solid #7F6943;
}
header .scrolla li {
  text-shadow: none !important;
}
header .scrolla li a {
  color: #7F6943 !important;
}
header .content {
  text-align: center;
  font-family: "Manuela", cursive;
  color: #bf2727;
  text-shadow: 1px 1px 2px black;
  z-index: 10;
}
@media (min-width: 768px) {
  header .content h2 {
    font-size: 130px;
  }
  header .content h3 {
    font-size: 90px;
    font-family: "Reenie Beanie", cursive;
    color: #fffbfb;
    font-weight: bold;
  }
  header .content h4 {
    font-size: 80px;
    font-family: "Reenie Beanie", cursive;
    color: #fffbfb;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  header .content h2 {
    font-size: 90px;
  }
  header .content h3 {
    font-size: 65px;
    color: #ffffff;
  }
  header .content h4 {
    font-size: 45px;
    color: #fffbfb;
  }
}

#presentation {
  margin-top: 50px;
  margin-bottom: 50px;
  scroll-margin-top: 100px;
}
#presentation h4 {
  color: #7F6943 !important;
}
@media (max-width: 767px) {
  #presentation .text-right {
    text-align: center !important;
  }
}

#yoga {
  margin-bottom: 50px;
}
#yoga .titre-section {
  background: url("../images/soleil_couchant.webp");
  background-position: 0 bottom;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: #fffbfb;
  text-shadow: 1px 1px 2px black;
  position: relative;
  z-index: -1;
  background-attachment: scroll;
}
#yoga .titre-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(168, 108, 28, 0.3);
  z-index: -1;
}
#yoga .titre-section h3 {
  font-size: 50px;
  z-index: 10;
}
@media (min-width: 768px) {
  #yoga .titre-section {
    background-attachment: fixed !important;
  }
  #yoga .titre-section h3 {
    font-size: 70px;
  }
}
#yoga .content {
  margin-top: 50px;
  margin-bottom: 50px;
}
#yoga li {
  list-style: circle;
}
#yoga h5 {
  color: #7F6943 !important;
}
@media (max-width: 767px) {
  #yoga img {
    margin-top: 30px;
  }
}

#tarifs .titre-section {
  background: url("../images/plante.webp");
  background-position: 0 bottom;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: #fffbfb;
  text-shadow: 1px 1px 2px black;
  position: relative;
  z-index: -1;
  background-attachment: scroll;
}
#tarifs .titre-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(168, 108, 28, 0.3);
  z-index: -1;
}
#tarifs .titre-section h3 {
  font-size: 50px;
  z-index: 10;
}
@media (min-width: 768px) {
  #tarifs .titre-section {
    background-attachment: fixed !important;
  }
  #tarifs .titre-section h3 {
    font-size: 70px !important;
  }
}
@media (max-width: 767px) {
  #tarifs img {
    margin-top: 50px;
  }
}
#tarifs h4 {
  color: #7F6943 !important;
  text-shadow: 1px 1px 2px rgb(197, 197, 197);
}
#tarifs h5 {
  text-shadow: 1px 1px 2px rgb(197, 197, 197);
}
#tarifs img {
  margin: 20px;
  max-width: 300px;
  height: auto;
}

#liens .titre-section {
  background: url("../images/venise.webp");
  background-position: 0 bottom;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: #fffbfb;
  text-shadow: 1px 1px 2px black;
  position: relative;
  z-index: -1;
  background-attachment: scroll;
}
#liens .titre-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(168, 108, 28, 0.3);
  z-index: -1;
}
#liens .titre-section h3 {
  font-size: 50px;
  z-index: 10;
}
@media (min-width: 768px) {
  #liens .titre-section {
    background-attachment: fixed !important;
  }
  #liens .titre-section h3 {
    font-size: 70px !important;
  }
}
@media (max-width: 767px) {
  #liens img {
    margin-top: 50px;
  }
}
#liens h4 {
  color: #7F6943 !important;
  text-shadow: 1px 1px 2px rgb(197, 197, 197);
}
#liens h5 {
  text-shadow: 1px 1px 2px rgb(197, 197, 197);
}

#liens li {
  list-style: none;
}
#liens li span {
  width: 25px;
  display: inline-block;
}
#liens .container {
  margin-top: 50px;
  margin-bottom: 50px;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #7F6943;
  color: #fffbfb;
}
footer h6 {
  font-weight: 500;
  font-size: 18px;
}
footer li {
  list-style: none;
}
footer li span {
  width: 25px;
  display: inline-block;
}
footer input[type="text"] {
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid #cecece;
  padding: 10px;
  color: #fffbfb;
  margin-bottom: 20px;
  transition: border-bottom-color 0.5s, border-right-color 0.5s,
    border-top-color 0.5s, border-left-color 0.5s;
}
footer input[type="text"]::placeholder {
  color: #fffbfb;
}
footer input[type="text"]:focus {
  border-color: #fffbfb;
}
footer textarea {
  width: 100%;
  height: 140px;
  background: none;
  border: 1px solid #cecece;
  padding: 10px;
  color: #fffbfb;
  transition: border-bottom-color 0.5s, border-right-color 0.5s,
    border-top-color 0.5s, border-left-color 0.5s;
}
footer textarea::placeholder {
  color: #fffbfb;
}
footer textarea:focus {
  border-color: #fffbfb;
}
footer .btn {
  color: #fffbfb;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border: 1px solid #fffbfb;
  margin-top: 20px;
}
footer .btn:hover {
  background: #fffbfb !important;
  color: #7F6943 !important;
}
footer .error-form {
  border-color: red !important;
}

#map {
  height: 500px;
  width: 100%;
}
.footer {
  text-align: center;
  padding-top: 17px;
  padding-bottom: 12px;
  background: #7F6943;
  color: #fffbfb;
  text-shadow: 1px 1px 2px #707070;
}
.footer img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-top: -3px;
}
.msg-send {
  background: #fffbfb !important;
  color: green !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border: 1px solid #fffbfb;
  margin-top: 20px;
}
.col.card-tarif {
  padding-left: 0px;
  padding-right: 0px;
}
.card-tarif {
  text-align: center;
  width: 18rem;
  max-width: 18rem;
  min-width: 18rem;
}
#tarifs h4.card-title {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}
.header-tarif {
  background-color: #7F6943;
  color: #fffbfb;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Quicksand", sans-serif;
}
.body-tarif {
  padding-top: 25px;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
p {
  text-align: justify;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
section a {
    color: black;
}
section a:hover {
    color: black;
}
footer a {
    color: #fffbfb;
}
footer a:hover {
    color: #fffbfb;
}
/*# sourceMappingURL=style.css.map */
