@charset "utf-8";

/* Rows
--------------------------------------------------------------------------------------------------------------- */

.btn{
  color: white;
    background-color: #9900cc;
    border: #9900cc;
}

.tototo{
  background-image:url('/dignaevent/images/fond1.png');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}

span{
  font-size: 24px;
  color: #9900cc;
  font-style: italic;
}

.section {
  padding: 80px 0;
}

.section .text-content {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease-in-out;
}

.section.left .text-content {
  transform: translateX(-100px);
}

.section.animate .text-content {
  opacity: 1;
  transform: translateX(0);
}

.section img {
  max-width: 100%;
  border-radius: 15px;
}

.section h2{
  color: dodgerblue;
  font-size: 48px;
}

.btn-digna {
  background-color: dodgerblue;
  color: white;
  border: none;
}

.btn-digna:hover {
  background-color: #9900cc;
  color: #ffffff;
}

.navbar-scrolled {
  background-color: rgba(0, 0, 0, 0.85) !important;
  transition: background-color 0.3s ease-in-out;
}

.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-brand {
  color: white !important;
}

#backToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: none;
  width: 60px;
  height: 60px;
  background-color: #9900cc;
  border: none;
  font-size: 28px;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.list-unstyled li{
  padding: 15px 0 15px 5px;
  border-bottom: solid 1px rgba(74, 74, 74, 0.5);
  width: 75%;
}

.list-unstyled li:hover{
  background-color: rgba(74, 74, 74, 0.5);
}

.d-flex a i:hover{
  color: #9900cc;
}

footer form .form-control{
  width: 80%;
}

footer form .btn:hover{
  background-color: #9900cc;
  border: #9900cc;
}
