@import "./styles.css";
@import "./star_styles.css";
@import "../scss/bootstrap.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");


/*Headings color*/
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: #C25BC8;
}


a {
  text-decoration: none;
  color: #461E5A;
}

.btn-primary {
  color: #fff;
  background-color: #461E5A;
  border-color: #461E5A;
}

.btn-primary:hover {
  color: #fff;
  background-color: #C25BC8;
  border-color: #C25BC8;
  transition: background-color 0.3s ease;
}

.btn-warning:hover {
        transform: translateY(-2px);
        transition: transform 0.2s ease;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #461E5A !important;
}
.phone-number {
  transition: opacity 0.3s ease;
}
.bg-white:hover .phone-number {
  display: inline !important;
}

.positionToHeader {
  margin-top: 7rem;
}

#navbar {
  background-color: #461E5A;
  color: white;
}

#navbar i {
  font-size: 25px;
  color: white;
}

#navbar i:hover {
  font-size: 25px;
  color: #C25BC8;
}

a {
  font-weight: 600;
  color: rgb(39, 39, 39);
}
.list-group a {
  color: #313030; 
  text-decoration: none; 
  transition: color 0.3s ease; 
}

.list-group a:hover {
  color: #C25BC8;
}

._link {
  font-weight: 600;
  color: black;
}

._strong {
  font-weight: 600;
  color: #461E5A;;
}

a:hover {
  text-decoration: none;
  color: #C25BC8;
}

strong {
  font-weight: 600;
  color: #C25BC8;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #461E5A;
}

.nav-wizard .nav-link .wizard-step-icon {
  background-color: #461E5A;
  color: white;
}
.nav-wizard .nav-link .wizard-step-text .wizard-step-text-name {
  color: #461E5A;
}
.nav-wizard .nav-link.active .wizard-step-icon i, .nav-wizard .nav-link.active .wizard-step-icon svg, .nav-wizard .nav-link.active .wizard-step-icon .feather {
  color: #461E5A;
}
.card:not([class*=bg-]) .card-header {
  color: #2f2f2f;
}
.list-group-item.active {
  background-color: #461E5A;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
}

@media (max-width: 480px) {
  .navbar-nav {
    margin: 0 auto;
    display: block;
    text-align: center;
  }

}

.card-body p {
  font-size: 13px;
}

.card-body h4 {
  font-size: 22px;
}

.card-img-overlay p {
  font-size: 11px;
}

.card-footer button i {
  font-size: smaller;
  padding-bottom: 10px;
}

._badgeMail {
  position: absolute;
}

.logo {
  position: absolute;
  margin-left: -3rem !important;
  height: 90px;
  width: 220px;
}

/* background image */

/*
#bandeaux {
  background-image: url('../assets/img/photo/background.webp') !important;
  height: 420px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  text-decoration: whitesmoke;
}
*/

/* Nouvelle règle avec vidéo */
#bandeaux {
  position: relative;
  height: 410px;
  margin-top: 5%;
  width: 100%;
  overflow: hidden;
}

#bandeaux video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; 
}


/* Classes générales pour toutes les iframes */
.responsive-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 100%; /* Hauteur verticale à 100% */
  overflow-x: auto; /* Défilement horizontal */
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25% !important; /* Ratio d'aspect 16:9 par défaut */
}

.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Hauteur verticale à 100% */
  border: 0;
}

/* Classe spécifique pour l'iframe  */
.runesGratuit {
  padding-top: 56.25% !important; /* Ratio d'aspect 16:9 par défaut */
}

/* Classe spécifique pour l'iframe des Runes */
.runesG {
  padding-top: 56.25% !important; /* Ratio d'aspect 16:9 par défaut */
  margin-left: 25% !important; /* Ajouter la marge gauche sur PC */
}

.runesGratuit iframe {
  height: 100% !important;
  width: 100% !important;
  border: 0 !important;
}

/* Ajustements spécifiques pour mobile */
@media (max-width: 768px) {

  .runesGratuit {
      padding-top: 200% !important; /* Changer le ratio d'aspect pour mobile */
      margin-left: -1% !important; /* Marge gauche de -1% sur mobile */      
  }

  .runesGratuit iframe {
      height: 70% !important;
      width: 99% !important;
      border: 0 !important;
  }
}

/* Ajustements spécifiques pour mobile iframe rune*/
@media (max-width: 768px) {

  .runesG {
      padding-top: 200% !important; /* Changer le ratio d'aspect pour mobile */
      margin-left: -7% !important; /* Marge gauche de -1% sur mobile */      
  }
}


.tab-pane.fade.show.active { 
  text-align: center; 
}

.responsive-iframe-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media only screen and (max-width: 768px) {

  #bandeaux {
    padding-top: 50px;
    background-image: url(../assets/img/photo/tarot.jpg) !important;
    background-repeat: no-repeat;
    height: 700px;
    /* background-color: #ce9548; */
    text-decoration: whitesmoke;
  }

  ._strongPhone {
    font-weight: bold;
    color: white;
  }

  ._phone {
    border: #C25BC8, solid, 1px;
  }

  .carousel-control-prev-icon {

    margin-right: 0px;
  }

  .carousel-control-next-icon {

    margin-left: 0px;
  }
}

.titreIndex {
  font-size: 25px;
}

.crop-text-2 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#p2{
  margin: 30px 0px 30px 0px ;
}

.floating-element {
  display: none;
}

.btn-fidelite {
color: #ff4081;
background-color: #fff;
border-color: #ff4081;
font-weight: bold;
text-transform: uppercase;
transition: all 0.3s ease;
box-shadow: 0 0 20px rgba(255, 64, 129, 0.5);
animation: pulsate 1.5s ease-in-out infinite;
}

.btn-fidelite:hover {
color: #fff;
background-color: #ff4081;
border-color: #ff4081;
}

@keyframes pulsate {
0%, 100% {
  box-shadow: 0 0 20px rgba(255, 64, 129, 0.5), 0 0 30px rgba(255, 64, 129, 0.5);
}
50% {
  box-shadow: 0 0 5px rgba(255, 64, 129, 0.5), 0 0 10px rgba(255, 64, 129, 0.5);
}
}

.star {
width: 20px;
height: 20px;
background-color: gold;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
animation: float 2s ease-in-out infinite;
}

.star:nth-child(2) { animation-delay: 0.2s; }
.star:nth-child(3) { animation-delay: 0.4s; }
.star:nth-child(4) { animation-delay: 0.6s; }
.star:nth-child(5) { animation-delay: 0.8s; }

@keyframes float {
0%, 100% {
  transform: translateY(0) rotate(0deg);
}
50% {
  transform: translateY(-10px) rotate(360deg);
}
}
.telbandeaux {
  color: white;
  font-size: 30px;
  text-shadow: black 0 2px;
}

/*# annimation btn telephone du bandeaux */
 .hover-effect:hover {
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  transform: translateY(-2px);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

/* Changement de couleur des éléments au survol */
.hover-effect:hover .bi-telephone-fill,
.hover-effect:hover .phone-number,
.hover-effect:hover .private-line {
  color: #7c4dff; 
}

.hover-effect:hover img {
  filter: brightness(0.9); 
}
/*#reseaux sociaux*/

.social-links .btn {
  border-radius: 50%; /* Boutons ronds */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-links .btn:hover {
  transform: scale(1.1); /* Effet de zoom au survol */
}

.btn-facebook {
  background-color: #1877f2; /* Bleu Facebook */
  color: #fff;
  border: none;
}

.btn-facebook:hover {
  background-color: #166fe5; /* Bleu Facebook plus foncé au survol */
}

.btn-danger {
  background-color: #e4405f; /* Rouge Instagram */
  border: none;
}

.btn-danger.youtube {
  background-color: #ff0000; /* Rouge YouTube */
}

/* bg connexion et inscription*/

#scroll {
  background-image: url('../assets/img/photo/chat-chien.webp'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#scroll::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7); /* Couleur de fond avec opacité (blanc ici) */
  z-index: -1;
}

/*horoscopie page */
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-outline-primary {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-outline-primary {
  color: #2d2d2d; 
  border-color: #6e6e6e; 
  background-color: transparent; 
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; 
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #461E5A; 
  border-color: #461E5A; 
}

/*badge e-mail mode connecter*/
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.badge.bg-warning {
  animation: bounce 0.5s infinite;
}

/*effet miroire*/
.mirror-icon {
  display: inline-block; 
  transform: scaleX(-1);
}