html {
  scroll-behavior: smooth;
}

.roboto{
  font-family: 'Roboto', sans-serif !important;
}
.sacramento{
  font-family: 'Sacramento', cursive;
}

.bg-white{
  background-color: white;
}
.bg-terracota{
  background-color: #AA320D;
}
.bg-sable{
  background-color: #B09772;
}

.white{
  color: white;
}
.terracota{
  color: #AA320D;
}
.sable{
  color: #B09772;
}
.nav-link{
  color: white;
}
.nav-link:hover{
  color: #AA320D !important;
}
a:hover{
  color: #B09772 ;
}
#ry:hover{
  color: #AA320D; 
}
hr{
  border: 1px solid #B09772 ;
  width: 15%;
}
.card{
  width: 18rem;
  margin: 0.5em;
}
.card-image{
  width: 18rem;
  height: 18rem;
}

.carte{
  border-radius: 10%;
}
.subitem{
  text-align: center;
  color: #AA320D ;
}
.map{
  width: 720px;
  height: auto;
  border-radius: 10%;
}

h2{
  color: #AA320D;
}
.logo{
  width: 40px;
  height: auto;
}
.photo{
  width: 100%;
  height: auto;
  border-radius: 10%;

}
.carte{
  border-radius: 10%;
}

.accueil{
  height: 350px;
  width: 100%;
}
