body {
  padding-top: 70px;
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 16px;
}

@media screen and (max-width: 660px)
{
  p {
    font-size: 12px;
  }

}

/* Titre */

h2 {
  color: #6B1863;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 35px;
}

@media screen and (max-width: 660px)
{
  h2 {
    font-size: 22px;
  }

}

.title {
  overflow: hidden;
  text-align: center;
}

/* Background */

.home-1 {
  background-color: #f2eeea;
}

.home-2 {
  background-color: #bdd1c5;
}

/* navbar */

.navbar {
  background-color: white !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 ;
}

.navbar button {
  margin-right: 20px;
}

#logo1 {
  height: 80px;
  margin-right: 5px;
  margin-left: 20px;
}

#nav {
  padding-left: 20px;
}

.navbar-brand {
  font-weight: bold;
  font-size: 30px;
  color: #7ECE29;
  margin-right: 80px;
}

.navbar-brand:hover {
  font-weight: bold;
  color: #6B1863;
}

.nav-item {
  margin-right: 60px;
  font-weight: bold;
  font-size: 20px;;
  font-family: 'Open Sans', sans-serif;
}

.nav-item a {
  font-weight: bold;
  color: #7ECE29;;
}

.nav-item a:hover {
  color: #6B1863;
  font-weight: bold;
}

.active a {
  color: #6B1863;
}

@media screen and (max-width: 1330px)
{
  .nav-item a  {
    font-size: 18px ;
  }
  #logo1 {
    height: 70px;
  }
  .nav-item {
    margin-right: 16px;

  }
}

@media screen and (max-width: 660px)
{
  #logo1 {
    height: 60px;
    margin-left: 0px;
  }
  .nav-item {
    margin-right: 16px;
  }
  .navbar button {
    margin-right: 0px;
  }
}

/* Outils Naturo*/

#outils {
  background-color: white;
  height: 140px;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 4px 4px 3px rgb(0 0 0 / 30%);
  text-align: center;
  padding: 10px;
}

#outils div {
  width: 120px;
}

#outils a{
  text-decoration: none;
  font-weight: bold;
  color: #7ECE29;
  margin-bottom: 10px;
}

#outils a:hover{
  color: #6B1863;
  font-weight: bold;
  transform:scale(1.2);
}

#outils i{
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 990px)
{
  #outils div {
    width: 80px;
  }
  #outils i{
    font-size: 40px;
  }
  #outils a{
    font-size: 5px;
  }

}

/* Formations */

#formations {
  background-color: white;
  height: 140px;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 4px 4px 3px rgb(0 0 0 / 30%);
  text-align: center;
}

#formations img {
  height: 110px;
}

#declercq img {
  height: 40px;
}

#formations a:hover{
  transform:scale(1.2);
}

@media screen and (max-width: 990px)
{
  #formations img {
    height: 80px;
  }
  #declercq img {
    height: 25px;
  }
}

/* Décorations feuilles */

.leaves{
  text-align: center;
}

.leaves i{
  margin: 0px 5px 0px 5px;
}

/* footer */

.footer {
  background-color: white;
  width: 100%;
  height: 90px;
  padding: 10px;
  font-size: 20px;
}

.footer i {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 25px;
}

.footer-text i {
  color: #6B1863;
}

.footer-links a {
  color: #7ECE29;;
}

.footer-links a:hover {
  color: #6B1863;
}

#copyright {
  padding-left: 40px;
  white-space: nowrap;
}

#copyright p {
  font-size: 14px;
  margin-right: 5px;
}

#signature p {
  font-size: 14px;
  margin-right: 10px;
  text-align: end;
}

#copyright p:first-child {
  margin-right: 20px;
}

a {
  color: #6B1863;
}

a:hover {
  color: #7ECE29;
}

@media screen and (max-width: 1120px)
{
  #copyright {
    justify-content: center;
    margin-left: 0px;
  }
  #copyright p {
    font-size: 10px;
  }
  #signature p {
    margin-top: 20px;
    text-align: center;
    margin-right: 0px;
    font-size: 10px;
  }
  .footer {
    font-size: 16px;
  }

  .footer i {
    font-size: 21px;
  }
}

/* animation reveal*/

.reveal {
  opacity: 0;
}

.reveal-visible {
  opacity: 1;
  transition: 2s cubic-bezier(.5, 0, 0, 1);
}

/* bouton rendez-vous */

a {
  text-decoration: none;
}

#rdv a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  box-shadow: 3px 3px 2px rgb(0 0 0 / 10%);
  border: none;
  margin-top: 20px;
  background-color: #7ECE29;
  color: white;
  font-weight: bold;
  margin: auto;
  }

#rdv a:hover {
  background-color: #6B1863;
  color: white;
}

#savoirplus a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  box-shadow: 3px 3px 2px rgb(0 0 0 / 10%);
  border: none;
  margin-left: 35%;
  margin-top: 20px;
  border: 1px;
  border-style: solid;
  border-color: #6B1863;
  color: #6B1863;
  font-weight: bold;
  padding: 2px;
  }

  #savoirplus a:hover {
    background-color: #6B1863;
    color: white;
  }

.enlireplus {
  color: #6B1863;
  border: none;
  background-color: transparent;
  margin-bottom: 10px;
}

#tarifs a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 40px;
  border-radius: 5px;
  box-shadow: 3px 3px 2px rgb(0 0 0 / 10%);
  border: none;
  margin: 20px auto auto auto;
  text-align: center;
  border: 1px;
  border-style: solid;
  border-color: #6B1863;
  color: #6B1863;
  font-weight: bold;
  padding: 2px;
  }

  #tarifs a:hover {
    background-color: #6B1863;
    color: white;
  }

  #contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 3px 3px 2px rgb(0 0 0 / 10%);
    border: none;
    margin-left: 28%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px;
    border-style: solid;
    border-color: #6B1863;
    color: #6B1863;
    font-weight: bold;
    }

    #contact a:hover {
      background-color: #6B1863;
      color: white;
    }
